diff options
Diffstat (limited to 'ui/qt/welcome_page.ui')
-rw-r--r-- | ui/qt/welcome_page.ui | 360 |
1 files changed, 360 insertions, 0 deletions
diff --git a/ui/qt/welcome_page.ui b/ui/qt/welcome_page.ui new file mode 100644 index 00000000..afc50f5e --- /dev/null +++ b/ui/qt/welcome_page.ui @@ -0,0 +1,360 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>WelcomePage</class> + <widget class="QWidget" name="WelcomePage"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>811</width> + <height>663</height> + </rect> + </property> + <property name="windowTitle"> + <string>Form</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="10,80,10"> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>44</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QWidget" name="childContainer" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item> + <widget class="QWidget" name="bannerLayout" native="true"> + <property name="minimumSize"> + <size> + <width>550</width> + <height>0</height> + </size> + </property> + <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="0,1,0"> + <property name="leftMargin"> + <number>0</number> + </property> + <property name="topMargin"> + <number>0</number> + </property> + <property name="rightMargin"> + <number>0</number> + </property> + <property name="bottomMargin"> + <number>0</number> + </property> + <item> + <widget class="QLabel" name="mainWelcomeBanner"> + <property name="text"> + <string><html><head/><body><p><span style=" font-size:large;">Welcome to Wireshark</span></p></body></html></string> + </property> + </widget> + </item> + <item> + <spacer name="bannerSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QLabel" name="flavorBanner"> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="AccordionFrame" name="openFrame"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>2</verstretch> + </sizepolicy> + </property> + <property name="frameShape"> + <enum>QFrame::NoFrame</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Plain</enum> + </property> + <property name="lineWidth"> + <number>0</number> + </property> + <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0"> + <property name="leftMargin"> + <number>0</number> + </property> + <property name="topMargin"> + <number>0</number> + </property> + <property name="rightMargin"> + <number>0</number> + </property> + <property name="bottomMargin"> + <number>0</number> + </property> + <item> + <widget class="ClickableLabel" name="recentLabel"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip"> + <string><html><head/><body><p>Open a file on your file system</p></body></html></string> + </property> + <property name="text"> + <string><h2>Open</h2></string> + </property> + </widget> + </item> + <item> + <widget class="QListWidget" name="recentList"> + <property name="sizePolicy"> + <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding"> + <horstretch>1</horstretch> + <verstretch>2</verstretch> + </sizepolicy> + </property> + <property name="accessibleName"> + <string>Recent capture files</string> + </property> + <property name="accessibleDescription"> + <string>Capture files that have been opened previously</string> + </property> + <property name="horizontalScrollBarPolicy"> + <enum>Qt::ScrollBarAlwaysOff</enum> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="ClickableLabel" name="captureLabel"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip"> + <string><html><head/><body><p>Capture live packets from your network.</p></body></html></string> + </property> + <property name="text"> + <string><h2>Capture</h2></string> + </property> + </widget> + </item> + <item> + <widget class="QWidget" name="captureFilterLayout" native="true"> + <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0"> + <property name="leftMargin"> + <number>0</number> + </property> + <property name="topMargin"> + <number>0</number> + </property> + <property name="rightMargin"> + <number>0</number> + </property> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>…using this filter:</string> + </property> + </widget> + </item> + <item> + <widget class="CaptureFilterCombo" name="captureFilterComboBox"> + <property name="sizePolicy"> + <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="editable"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="btnInterfaceType"> + <property name="text"> + <string/> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="InterfaceFrame" name="interfaceFrame"> + <property name="sizePolicy"> + <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>1</verstretch> + </sizepolicy> + </property> + <property name="accessibleName"> + <string>Interface list</string> + </property> + <property name="accessibleDescription"> + <string>List of available capture interfaces</string> + </property> + <property name="frameShape"> + <enum>QFrame::StyledPanel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Raised</enum> + </property> + </widget> + </item> + <item> + <widget class="ClickableLabel" name="helpLabel"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string><h2>Learn</h2></string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="helpLinks"> + <property name="text"> + <string><html><head> +<style> +a:link { + color: palette(text); + text-decoration: none; +} +a:hover { + color: palette(text); + text-decoration: underline; +} +</style> +</head> +<body> + +<table><tr> +<th><a href="https://www.wireshark.org/docs/wsug_html_chunked/">User's Guide</a></th> + +<td style="padding-left: 8px; padding-right: 8px;">·</td> + +<th><a href="https://gitlab.com/wireshark/wireshark/-/wikis/">Wiki</a></th> + +<td style="padding-left: 8px; padding-right: 8px;">·</td> + +<th><a href="https://ask.wireshark.org/">Questions and Answers</a></th> + +<td style="padding-left: 8px; padding-right: 8px;">·</td> + +<th><a href="https://www.wireshark.org/lists/">Mailing Lists</a></th> + +<td style="padding-left: 8px; padding-right: 8px;">·</td> + +<th><a href="https://sharkfest.wireshark.org/">SharkFest</a></th> + +<td style="padding-left: 8px; padding-right: 8px;">·</td> + +<th><a href="https://discord.com/invite/ts9GZCjGj5">Wireshark Discord</a></th> + +<td style="padding-left: 8px; padding-right: 8px;">·</td> + +<th><a href="https://wiresharkfoundation.org/donate/">Donate</a></th> + +</tr></table> +</body></html></string> + </property> + <property name="alignment"> + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> + </property> + <property name="openExternalLinks"> + <bool>true</bool> + </property> + <property name="textInteractionFlags"> + <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="fullReleaseLabel"> + <property name="text"> + <string/> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <spacer name="horizontalSpacer_2"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>43</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + <customwidgets> + <customwidget> + <class>InterfaceFrame</class> + <extends>QFrame</extends> + <header>interface_frame.h</header> + <container>1</container> + </customwidget> + <customwidget> + <class>CaptureFilterCombo</class> + <extends>QComboBox</extends> + <header>widgets/capture_filter_combo.h</header> + </customwidget> + <customwidget> + <class>AccordionFrame</class> + <extends>QFrame</extends> + <header>accordion_frame.h</header> + <container>1</container> + </customwidget> + <customwidget> + <class>ClickableLabel</class> + <extends>QLabel</extends> + <header>widgets/clickable_label.h</header> + </customwidget> + </customwidgets> + <resources/> + <connections/> +</ui> |