10 #ifndef PREFERENCE_EDITOR_FRAME_H 11 #define PREFERENCE_EDITOR_FRAME_H 13 #include "accordion_frame.h" 35 void showProtocolPreferences(
const QString module_name);
36 void pushFilterSyntaxStatus(
const QString&);
39 virtual void showEvent(QShowEvent *event);
40 virtual void keyPressEvent(QKeyEvent *event);
44 void uintLineEditTextEdited(
const QString &new_str);
45 void stringLineEditTextEdited(
const QString &new_str);
46 void rangeLineEditTextEdited(
const QString &new_str);
48 void on_modulePreferencesToolButton_clicked();
49 void on_preferenceLineEdit_returnPressed();
50 void on_buttonBox_accepted();
51 void on_buttonBox_rejected();
59 unsigned int new_uint_;
64 #endif // PREFERENCE_EDITOR_FRAME_H
Definition: ui_about_dialog.h:291
Definition: prefs-int.h:27
Definition: preference_editor_frame.h:23
Definition: ui_preference_editor_frame.h:100
Definition: accordion_frame.h:17