46 Ui::WelcomePagePreferencesFrame *ui;
49 bool stashed_learn_visible_;
52 bool stashed_tips_visible_;
55 bool stashed_tips_events_;
58 bool stashed_tips_sponsorship_;
61 bool stashed_tips_tips_;
64 bool stashed_tips_auto_advance_;
67 unsigned stashed_tips_interval_;
73 void updateTipsSubCheckboxes();
80 void learnVisibleToggled(
bool checked);
86 void tipsVisibleToggled(
bool checked);
92 void tipsEventsToggled(
bool checked);
98 void tipsSponsorshipToggled(
bool checked);
104 void tipsTipsToggled(
bool checked);
110 void tipsAutoAdvanceToggled(
bool checked);
116 void tipsIntervalValueChanged(
int value);
122 void restoreButtonBoxClicked(QAbstractButton *button);
Preferences frame for the Wireshark welcome page, managing visibility and behaviour of the "Learn" pa...
Definition welcome_page_preferences_frame.h:25
~WelcomePagePreferencesFrame()
Destroys the frame and releases the UI object.
Definition welcome_page_preferences_frame.cpp:51
void unstash()
Restores all preference controls to the values that were saved when the frame was last stashed.
Definition welcome_page_preferences_frame.cpp:56