wireshark/ui/qt/main_window.ui

377 lines
9.8 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>960</width>
<height>768</height>
</rect>
</property>
<property name="windowTitle">
<string>Wireshark</string>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="unifiedTitleAndToolBarOnMac">
<bool>true</bool>
</property>
<widget class="QWidget" name="centralWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="margin">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QStackedWidget" name="mainStack">
<widget class="QWidget" name="welcomePage"/>
<widget class="QWidget" name="packetPage"/>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>960</width>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
<widget class="QMenu" name="menuOpenRecentCaptureFile">
<property name="title">
<string>Open Recent</string>
</property>
<addaction name="actionDummyNoFilesFound"/>
</widget>
<addaction name="actionOpenCaptureFile"/>
<addaction name="menuOpenRecentCaptureFile"/>
<addaction name="separator"/>
<addaction name="actionCloseCaptureFile"/>
<addaction name="actionQuit"/>
</widget>
<widget class="QMenu" name="menuEdit">
<property name="title">
<string>Edit</string>
</property>
</widget>
<widget class="QMenu" name="menuCapture">
<property name="title">
<string>Capture</string>
</property>
<addaction name="actionInterfaces"/>
<addaction name="actionStartCapture"/>
<addaction name="actionStopCapture"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<widget class="QMenu" name="menuHelpManuelPages">
<property name="title">
<string>ManuelPages</string>
</property>
<addaction name="actionHelpMPWireshark"/>
<addaction name="actionHelpMPWireshark_Filter"/>
<addaction name="separator"/>
<addaction name="actionHelpMPWireshark2"/>
<addaction name="actionHelpMPRawShark"/>
<addaction name="actionHelpMPDumpcap"/>
<addaction name="actionHelpMPMergecap"/>
<addaction name="actionHelpMPEditcap"/>
<addaction name="actionHelpMPText2cap"/>
</widget>
<addaction name="actionHelpContents"/>
<addaction name="menuHelpManuelPages"/>
<addaction name="separator"/>
<addaction name="actionHelpWebsite"/>
<addaction name="actionHelpFAQ"/>
<addaction name="actionHelpAsk"/>
<addaction name="actionHelpDownloads"/>
<addaction name="separator"/>
<addaction name="actionHelpWiki"/>
<addaction name="actionHelpSampleCaptures"/>
<addaction name="separator"/>
<addaction name="actionHelpAbout"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuEdit"/>
<addaction name="menuCapture"/>
<addaction name="menuHelp"/>
</widget>
<widget class="QToolBar" name="mainToolBar">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="movable">
<bool>true</bool>
</property>
<property name="allowedAreas">
<set>Qt::BottomToolBarArea|Qt::TopToolBarArea</set>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionStartCapture"/>
<addaction name="actionStopCapture"/>
<addaction name="separator"/>
</widget>
<widget class="MainStatusBar" name="statusBar"/>
<widget class="QToolBar" name="utilityToolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>true</bool>
</attribute>
</widget>
<action name="actionOpenCaptureFile">
<property name="text">
<string>Open</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="actionQuit">
<property name="text">
<string>Quit</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action>
<action name="actionInterfaces">
<property name="text">
<string>Interfaces</string>
</property>
</action>
<action name="actionStartCapture">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="toolbar.qrc">
<normaloff>:/toolbar/main/capture_start_24.png</normaloff>
<normalon>:/toolbar/main/capture_start_active_24.png</normalon>:/toolbar/main/capture_start_24.png</iconset>
</property>
<property name="text">
<string>Start</string>
</property>
<property name="toolTip">
<string>Start capturing packets</string>
</property>
<property name="shortcut">
<string>Ctrl+K</string>
</property>
</action>
<action name="actionStopCapture">
<property name="icon">
<iconset resource="toolbar.qrc">
<normaloff>:/toolbar/main/capture_stop_24.png</normaloff>:/toolbar/main/capture_stop_24.png</iconset>
</property>
<property name="text">
<string>Stop</string>
</property>
<property name="toolTip">
<string>Stop capturing packets</string>
</property>
</action>
<action name="actionCloseCaptureFile">
<property name="text">
<string>Close</string>
</property>
<property name="shortcut">
<string>Ctrl+W</string>
</property>
</action>
<action name="actionDummyNoFilesFound">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>No files found</string>
</property>
</action>
<action name="actionHelpContents">
<property name="text">
<string>Contents</string>
</property>
</action>
<action name="actionHelpMPWireshark">
<property name="text">
<string>Wireshark</string>
</property>
</action>
<action name="actionHelpMPWireshark_Filter">
<property name="text">
<string>Wireshark Filter</string>
</property>
</action>
<action name="actionHelpMPWireshark2">
<property name="text">
<string>Wireshark</string>
</property>
</action>
<action name="actionHelpMPRawShark">
<property name="text">
<string>RawShark</string>
</property>
</action>
<action name="actionHelpMPDumpcap">
<property name="text">
<string>Dumpcap</string>
</property>
</action>
<action name="actionHelpMPMergecap">
<property name="text">
<string>Mergecap</string>
</property>
</action>
<action name="actionHelpMPEditcap">
<property name="text">
<string>Editcap</string>
</property>
</action>
<action name="actionHelpMPText2cap">
<property name="text">
<string>Text2cap</string>
</property>
</action>
<action name="actionHelpWebsite">
<property name="text">
<string>Website</string>
</property>
</action>
<action name="actionHelpFAQ">
<property name="text">
<string>FAQ's</string>
</property>
</action>
<action name="actionHelpDownloads">
<property name="text">
<string>Downloads</string>
</property>
</action>
<action name="actionHelpWiki">
<property name="text">
<string>Wiki</string>
</property>
</action>
<action name="actionHelpSampleCaptures">
<property name="text">
<string>Sample Captures</string>
</property>
</action>
<action name="actionHelpAbout">
<property name="text">
<string>About Wireshark</string>
</property>
</action>
<action name="actionHelpAsk">
<property name="text">
<string>Ask (Q&amp;&amp;A)</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>MainStatusBar</class>
<extends>QStatusBar</extends>
<header>main_status_bar.h</header>
</customwidget>
</customwidgets>
<resources>
<include location="toolbar.qrc"/>
</resources>
<connections>
<connection>
<sender>actionQuit</sender>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>408</x>
<y>258</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionOpenCaptureFile</sender>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>openCaptureFile()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>408</x>
<y>258</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionCloseCaptureFile</sender>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>closeCaptureFile()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>479</x>
<y>383</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>openCaptureFile()</slot>
<slot>closeCaptureFile()</slot>
</slots>
</ui>