10#ifndef PREFERENCE_EDITOR_FRAME_H
11#define PREFERENCE_EDITOR_FRAME_H
61 virtual void showEvent(QShowEvent *event);
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_;
A QFrame that shows and hides itself with a slide animation.
Definition accordion_frame.h:21
Frame for editing a single Wireshark preference inline.
Definition preference_editor_frame.h:26
~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.
virtual void showEvent(QShowEvent *event)
Handles the show event for the frame.
Definition preference_editor_frame.cpp:215
virtual void keyPressEvent(QKeyEvent *event)
Handles key press events within the frame.
Definition preference_editor_frame.cpp:302
void editPreference(pref_t *pref=NULL, module_t *module=NULL)
Edits the specified preference.
Definition preference_editor_frame.cpp:61
Represents a preference module grouping related preferences under a named, hierarchical entry in the ...
Definition prefs-int.h:27