QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
QLineEdit subclass with built in support for showing/hiding entered password. More...
#include <qgspasswordlineedit.h>
Public Member Functions | |
QgsPasswordLineEdit (QWidget *parent=nullptr, bool passwordVisible=false) | |
Constructor for QgsPasswordLineEdit. | |
void | setPasswordVisibility (bool visible) |
Set state of the password's visibility. | |
void | setShowLockIcon (bool visible) |
Define if a lock icon shall be shown on the left of the widget. | |
bool | showLockIcon () const |
Returns if a lock icon shall be shown on the left of the widget. | |
Properties | |
bool | showLockIcon |
QLineEdit subclass with built in support for showing/hiding entered password.
Definition at line 32 of file qgspasswordlineedit.h.
QgsPasswordLineEdit::QgsPasswordLineEdit | ( | QWidget * | parent = nullptr , |
bool | passwordVisible = false |
||
) |
Constructor for QgsPasswordLineEdit.
parent | parent widget |
passwordVisible | Initial state of the password's visibility |
Definition at line 21 of file qgspasswordlineedit.cpp.
void QgsPasswordLineEdit::setPasswordVisibility | ( | bool | visible | ) |
Set state of the password's visibility.
Definition at line 39 of file qgspasswordlineedit.cpp.
void QgsPasswordLineEdit::setShowLockIcon | ( | bool | visible | ) |
Define if a lock icon shall be shown on the left of the widget.
visible | set to false to hide the lock icon |
Definition at line 60 of file qgspasswordlineedit.cpp.
|
inline |
Returns if a lock icon shall be shown on the left of the widget.
Definition at line 55 of file qgspasswordlineedit.h.
|
readwrite |
Definition at line 35 of file qgspasswordlineedit.h.