36 Q_PROPERTY(
bool showLockIcon READ showLockIcon WRITE setShowLockIcon )
51 void setShowLockIcon(
bool visible );
61 void setPasswordVisibility(
bool visible );
64 void togglePasswordVisibility(
bool toggled );
68 QAction *mActionShowHidePassword =
nullptr;
69 QAction *mActionLock =
nullptr;
71 QIcon mShowPasswordIcon;
72 QIcon mHidePasswordIcon;
74 bool mLockIconVisible =
false;