10#ifndef MODULE_PREFERENCES_SCROLL_AREA_H
11#define MODULE_PREFERENCES_SCROLL_AREA_H
47 const QString
name()
const;
63 Ui::ModulePreferencesScrollArea *ui;
78 void uintLineEditTextEdited(
const QString &new_str);
84 void intLineEditTextEdited(
const QString& new_str);
90 void floatLineEditTextEdited(
const QString& new_str);
96 void boolCheckBoxToggled(
bool checked);
102 void enumRadioButtonToggled(
bool checked);
108 void enumComboBoxCurrentIndexChanged(
int index);
114 void stringLineEditTextEdited(
const QString &new_str);
120 void rangeSyntaxLineEditTextEdited(
const QString &new_str);
125 void uatPushButtonClicked();
130 void saveFilenamePushButtonClicked();
135 void openFilenamePushButtonClicked();
140 void dirnamePushButtonClicked();
146 void enumComboBoxCurrentIndexChanged_PROTO_TCP(
int index);
Represents a preference module grouping related preferences under a named, hierarchical entry in the ...
Definition prefs-int.h:27