|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Describes the full content and display metadata for a single banner slide. More...
#include <info_banner_widget.h>
Public Attributes | |
| BannerSlideType | type |
| QString | tag |
| QString | title |
| QString | description |
| QString | description_sub |
| QString | body_text |
| QString | button_label |
| QString | url |
| QString | image |
| int | date_month |
| int | date_day |
| QString | application |
| QDate | date_from |
| QDate | date_until |
Describes the full content and display metadata for a single banner slide.
| QString BannerSlide::application |
Application filter (e.g. "tshark"); empty string means show in all applications
| QString BannerSlide::body_text |
Additional explanatory text rendered below the highlight box
| QString BannerSlide::button_label |
Label for the action button (e.g. "More Tips"); empty hides the button
| int BannerSlide::date_day |
Day (1–31) restricting visibility for seasonal slides; 0 = any day
| QDate BannerSlide::date_from |
First date (inclusive) on which the slide should be shown; invalid = no lower bound
| int BannerSlide::date_month |
Month (1–12) restricting visibility for seasonal slides; 0 = any month
| QDate BannerSlide::date_until |
Last date (inclusive) on which the slide should be shown; invalid = no upper bound
| QString BannerSlide::description |
Primary body text shown inside the highlight box
| QString BannerSlide::description_sub |
Secondary line of text shown below description in the highlight box
| QString BannerSlide::image |
Banner image filename resolved under :/json/banners/
| QString BannerSlide::tag |
Short type label shown as the slide subheader (e.g. "Tip of the Day")
| QString BannerSlide::title |
Main heading text displayed on the slide (e.g. "Quick Filter Shortcut")
| BannerSlideType BannerSlide::type |
Content category of this slide (see BannerSlideType)
| QString BannerSlide::url |
URL opened when the slide or action button is clicked