10 #ifndef MODULE_PREFERENCES_SCROLL_AREA_H 11 #define MODULE_PREFERENCES_SCROLL_AREA_H 17 #include <epan/prefs.h> 20 #include <QScrollArea> 33 const QString name()
const {
return QString(module_->name); }
36 void showEvent(QShowEvent *);
37 void resizeEvent(QResizeEvent *evt);
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 uatPushButtonPressed();
53 void saveFilenamePushButtonPressed();
54 void openFilenamePushButtonPressed();
55 void dirnamePushButtonPressed();
58 #endif // MODULE_PREFERENCES_SCROLL_AREA_H
Definition: ui_about_dialog.h:291
Definition: prefs-int.h:27