30 const QString name()
const;
33 void showEvent(QShowEvent *);
34 void resizeEvent(QResizeEvent *evt);
37 Ui::ModulePreferencesScrollArea *ui;
43 void uintLineEditTextEdited(
const QString &new_str);
44 void boolCheckBoxToggled(
bool checked);
45 void enumRadioButtonToggled(
bool checked);
46 void enumComboBoxCurrentIndexChanged(
int index);
47 void stringLineEditTextEdited(
const QString &new_str);
48 void rangeSyntaxLineEditTextEdited(
const QString &new_str);
49 void uatPushButtonClicked();
50 void saveFilenamePushButtonClicked();
51 void openFilenamePushButtonClicked();
52 void dirnamePushButtonClicked();
53 void enumComboBoxCurrentIndexChanged_PROTO_TCP(
int index);