| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
QLineEdit subclass with built in support for showing/hiding the 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 the 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 22 of file qgspasswordlineedit.cpp.
| void QgsPasswordLineEdit::setPasswordVisibility | ( | bool | visible | ) | 
Set state of the password's visibility.
Definition at line 40 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 61 of file qgspasswordlineedit.cpp.
      
  | 
  inline | 
Returns if a lock icon shall be shown on the left of the widget.
Definition at line 54 of file qgspasswordlineedit.h.
      
  | 
  readwrite | 
Definition at line 35 of file qgspasswordlineedit.h.