10 #ifndef MODULE_PREFERENCES_SCROLL_AREA_H
11 #define MODULE_PREFERENCES_SCROLL_AREA_H
20 #include <QScrollArea>
33 const QString name()
const {
return QString(module_->
name); }
36 void showEvent(QShowEvent *);
37 void resizeEvent(QResizeEvent *evt);
40 Ui::ModulePreferencesScrollArea *ui;
46 void uintLineEditTextEdited(
const QString &new_str);
47 void boolCheckBoxToggled(
bool checked);
48 void enumRadioButtonToggled(
bool checked);
49 void enumComboBoxCurrentIndexChanged(
int index);
50 void stringLineEditTextEdited(
const QString &new_str);
51 void rangeSyntaxLineEditTextEdited(
const QString &new_str);
52 void uatPushButtonClicked();
53 void saveFilenamePushButtonClicked();
54 void openFilenamePushButtonClicked();
55 void dirnamePushButtonClicked();
56 void enumComboBoxCurrentIndexChanged_PROTO_TCP(
int index);
Definition: prefs-int.h:27
const char * name
Definition: prefs-int.h:28