35 const QString captureFilter();
36 void setCaptureFilter(
const QString capture_filter);
37 void updateStyleSheets();
40 void interfaceSelected();
41 void setCaptureFilterText(
const QString capture_filter);
44 virtual bool event(QEvent *event);
45 virtual void resizeEvent(QResizeEvent *event);
46 virtual void showEvent(QShowEvent *event);
49 void on_openFileSectionLabel_clicked();
52 Ui::WelcomePage *welcome_ui_;
57 void updateSidebarLayout();
60 void recentFileActivated(QString cfile);
63 void appInitialized();
64 void showCaptureFilesContextMenu(QPoint pos);
65 void applySidebarPreferences();
Definition welcome_page.h:28