31 const QString name()
const {
return QString(module_->
name); }
34 void showEvent(QShowEvent *);
35 void resizeEvent(QResizeEvent *evt);
38 Ui::ModulePreferencesScrollArea *ui;
44 void uintLineEditTextEdited(
const QString &new_str);
45 void boolCheckBoxToggled(
bool checked);
46 void enumRadioButtonToggled(
bool checked);
47 void enumComboBoxCurrentIndexChanged(
int index);
48 void stringLineEditTextEdited(
const QString &new_str);
49 void rangeSyntaxLineEditTextEdited(
const QString &new_str);
50 void uatPushButtonClicked();
51 void saveFilenamePushButtonClicked();
52 void openFilenamePushButtonClicked();
53 void dirnamePushButtonClicked();
54 void enumComboBoxCurrentIndexChanged_PROTO_TCP(
int index);