10 #ifndef MODULE_PREFERENCES_SCROLL_AREA_H
11 #define MODULE_PREFERENCES_SCROLL_AREA_H
18 #include <QScrollArea>
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);
Definition: prefs-int.h:27
const char * name
Definition: prefs-int.h:28