35 Q_PROPERTY(
bool showLockIcon READ showLockIcon WRITE setShowLockIcon )
50 void setShowLockIcon(
bool visible );
60 void setPasswordVisibility(
bool visible );
63 void togglePasswordVisibility(
bool toggled );
67 QAction *mActionShowHidePassword =
nullptr;
68 QAction *mActionLock =
nullptr;
70 QIcon mShowPasswordIcon;
71 QIcon mHidePasswordIcon;
73 bool mLockIconVisible =
false;