114 Ui::WelcomePage *welcome_ui_;
117 QString show_in_str_;
125 void updateSidebarLayout();
138 void appInitialized();
144 void showCaptureFilesContextMenu(QPoint pos);
149 void applySidebarPreferences();
A frame containing the list of interfaces available for capture, along with status and controls.
Definition interface_frame.h:37
Semi-transparent overlay widget displayed during application startup while Wireshark's protocol and p...
Definition splash_overlay.h:43
Widget displayed on application startup, providing interface selection, capture filter configuration,...
Definition welcome_page.h:31
void updateStyleSheets()
Refreshes style sheets for all child widgets.
Definition welcome_page.cpp:377
InterfaceFrame * getInterfaceFrame()
Returns the interface frame embedded in this page.
Definition welcome_page.cpp:120
void on_openFileSectionLabel_clicked()
Slot invoked when the "Open File" section label is clicked.
Definition welcome_page.cpp:384
virtual void showEvent(QShowEvent *event)
Handles widget show events, triggering any necessary initialization.
Definition welcome_page.cpp:223
void interfaceSelected()
Handles selection of a capture interface by the user.
Definition welcome_page.cpp:145
const QString captureFilter()
Returns the current capture filter string.
Definition welcome_page.cpp:130
virtual void resizeEvent(QResizeEvent *event)
Handles widget resize events.
Definition welcome_page.cpp:213
CaptureCardWidget * captureCard()
Returns the capture card widget.
Definition welcome_page.cpp:125
void recentFileActivated(QString cfile)
Emitted when the user activates a recent capture file.
void setCaptureFilterText(const QString capture_filter)
Updates the capture filter input field with the given text.
Definition welcome_page.cpp:140
virtual bool event(QEvent *event)
Handles generic Qt events for this widget.
Definition welcome_page.cpp:193
virtual ~WelcomePage()
Destroys the WelcomePage widget.
Definition welcome_page.cpp:115
void setCaptureFilter(const QString capture_filter)
Sets the capture filter expression.
Definition welcome_page.cpp:135