35    Q_PROPERTY( 
bool showLockIcon READ showLockIcon WRITE setShowLockIcon )
 
   49    void setShowLockIcon( 
bool visible );
 
   59    void setPasswordVisibility( 
bool visible );
 
   62    void togglePasswordVisibility( 
bool toggled );
 
   65    QAction *mActionShowHidePassword = 
nullptr;
 
   66    QAction *mActionLock = 
nullptr;
 
   68    QIcon mShowPasswordIcon;
 
   69    QIcon mHidePasswordIcon;
 
   71    bool mLockIconVisible = 
false;