40 const QString& filename,
42 QWidget* parent =
nullptr,
43 Qt::WindowFlags f = Qt::WindowFlags(),
44 bool isStandardUser =
false);
47 Ui::userManagementEdit ui;
50 void updateScriptButtons();
56 QByteArray m_oldPassword;
58 bool m_showsStandardUser;
61 QString clearName(
const QString &name);
64 void on_buttonBox_clicked(QAbstractButton* btn);
65 void on_lv_startUpScripts_currentRowChanged(
int row);
66 void on_lineEdit_name_textChanged(
const QString &text);
67 void on_cmdAutoID_toggled(
bool checked);
70 void on_pb_addScript_clicked();
71 void on_pb_removeScript_clicked();
72 void on_pb_downScript_clicked();
73 void on_pb_upScript_clicked();
74 void on_cmdUseWindowsUser_clicked();
void enableWidgetsByUserRole(const UserRole currentUserRole, const UserFeatures ¤tFeatures, const UserRole userRole, const UserFeatures &features)
sets the enabled and check state of many controls depending on the rights of the currently logged use...
Definition userManagementEdit.cpp:295