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 intLineEditTextEdited(
const QString& new_str);
45 void floatLineEditTextEdited(
const QString& new_str);
46 void boolCheckBoxToggled(
bool checked);
47 void enumRadioButtonToggled(
bool checked);
48 void enumComboBoxCurrentIndexChanged(
int index);
49 void stringLineEditTextEdited(
const QString &new_str);
50 void rangeSyntaxLineEditTextEdited(
const QString &new_str);
51 void uatPushButtonClicked();
52 void saveFilenamePushButtonClicked();
53 void openFilenamePushButtonClicked();
54 void dirnamePushButtonClicked();
55 void enumComboBoxCurrentIndexChanged_PROTO_TCP(
int index);