10#ifndef PREFERENCE_EDITOR_FRAME_H
11#define PREFERENCE_EDITOR_FRAME_H
19class PreferenceEditorFrame;
61 virtual void showEvent(QShowEvent *event)
override;
74 void uintLineEditTextEdited(
const QString &new_str);
80 void stringLineEditTextEdited(
const QString &new_str);
86 void rangeLineEditTextEdited(
const QString &new_str);
91 void browsePushButtonClicked();
96 void on_modulePreferencesToolButton_clicked();
101 void on_preferenceLineEdit_returnPressed();
106 void on_buttonBox_accepted();
111 void on_buttonBox_rejected();
114 Ui::PreferenceEditorFrame *ui;
119 unsigned int new_uint_;
AccordionFrame(QWidget *parent=0)
Create an AccordionFrame with the given parent.
Definition accordion_frame.cpp:22
~PreferenceEditorFrame()
Destroys the PreferenceEditorFrame.
Definition preference_editor_frame.cpp:56
void showProtocolPreferences(const QString module_name)
Signal emitted to show preferences for a specific protocol.
PreferenceEditorFrame(QWidget *parent=0)
Constructs a PreferenceEditorFrame.
Definition preference_editor_frame.cpp:33
virtual void keyPressEvent(QKeyEvent *event) override
Handles key press events within the frame.
Definition preference_editor_frame.cpp:302
virtual void showEvent(QShowEvent *event) override
Handles the show event for the frame.
Definition preference_editor_frame.cpp:215
void editPreference(pref_t *pref=NULL, module_t *module=NULL)
Edits the specified preference.
Definition preference_editor_frame.cpp:61
struct epan_range range_t