wireshark/ui/qt/main_window.ui

472 lines
13 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>22</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="actionFileOpen"/>
<addaction name="menuOpenRecentCaptureFile"/>
<addaction name="separator"/>
<addaction name="actionFileClose"/>
<addaction name="actionFileQuit"/>
</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="menuHelpManualPages">
<property name="title">
<string>Manual pages</string>
</property>
<addaction name="actionHelpMPWireshark"/>
<addaction name="actionHelpMPWireshark_Filter"/>
<addaction name="separator"/>
<addaction name="actionHelpMPTShark"/>
<addaction name="actionHelpMPRawShark"/>
<addaction name="actionHelpMPDumpcap"/>
<addaction name="actionHelpMPMergecap"/>
<addaction name="actionHelpMPEditcap"/>
<addaction name="actionHelpMPText2cap"/>
</widget>
<addaction name="actionHelpContents"/>
<addaction name="menuHelpManualPages"/>
<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>
<widget class="QMenu" name="menuGo">
<property name="title">
<string>Go</string>
</property>
<addaction name="separator"/>
<addaction name="actionGoNextPacket"/>
<addaction name="actionGoPreviousPacket"/>
<addaction name="actionGoFirstPacket"/>
<addaction name="actionGoLastPacket"/>
</widget>
<widget class="QMenu" name="menuView">
<property name="title">
<string>View</string>
</property>
<addaction name="separator"/>
<addaction name="actionViewExpandSubtrees"/>
<addaction name="actionViewExpandAll"/>
<addaction name="actionViewCollapseAll"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuEdit"/>
<addaction name="menuView"/>
<addaction name="menuGo"/>
<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="actionFileOpen">
<property name="text">
<string>Open</string>
</property>
<property name="toolTip">
<string>Open a capture file</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="actionFileQuit">
<property name="text">
<string>Quit</string>
</property>
<property name="toolTip">
<string>Quit Wireshark</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="../../image/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="../../image/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="actionFileClose">
<property name="text">
<string>Close</string>
</property>
<property name="toolTip">
<string>Close the current capture file</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="icon">
<iconset>
<normaloff>:/trolltech/styles/commonstyle/images/standardbutton-help-32.png</normaloff>:/trolltech/styles/commonstyle/images/standardbutton-help-32.png</iconset>
</property>
<property name="text">
<string>&amp;Contents</string>
</property>
<property name="shortcut">
<string>F1</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</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="actionHelpMPTShark">
<property name="text">
<string>TShark</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="icon">
<iconset resource="../../image/toolbar.qrc">
<normaloff>:/menu/help/wiki_24.xpm</normaloff>:/menu/help/wiki_24.xpm</iconset>
</property>
<property name="text">
<string>Wiki</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</property>
</action>
<action name="actionHelpSampleCaptures">
<property name="text">
<string>Sample Captures</string>
</property>
</action>
<action name="actionHelpAbout">
<property name="icon">
<iconset resource="../../image/toolbar.qrc">
<normaloff>:/menu/help/wsicon16.xpm</normaloff>:/menu/help/wsicon16.xpm</iconset>
</property>
<property name="text">
<string>&amp;About Wireshark</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</property>
</action>
<action name="actionHelpAsk">
<property name="text">
<string>Ask (Q&amp;&amp;A)</string>
</property>
</action>
<action name="actionGoNextPacket">
<property name="text">
<string>Next Packet</string>
</property>
<property name="toolTip">
<string>Go to the next packet</string>
</property>
<property name="shortcut">
<string>Ctrl+Down</string>
</property>
</action>
<action name="actionGoPreviousPacket">
<property name="text">
<string>Previous Packet</string>
</property>
<property name="toolTip">
<string>Go to the previous packet</string>
</property>
<property name="shortcut">
<string>Ctrl+Up</string>
</property>
</action>
<action name="actionGoFirstPacket">
<property name="text">
<string>First Packet</string>
</property>
<property name="toolTip">
<string>Go to the first packet</string>
</property>
<property name="shortcut">
<string>Ctrl+Home</string>
</property>
</action>
<action name="actionGoLastPacket">
<property name="text">
<string>Last Packet</string>
</property>
<property name="toolTip">
<string>Go to the last packet</string>
</property>
<property name="shortcut">
<string>Ctrl+End</string>
</property>
</action>
<action name="actionViewExpandSubtrees">
<property name="text">
<string>E&amp;xpand Subtrees</string>
</property>
<property name="toolTip">
<string>Expand the current packet detail</string>
</property>
<property name="shortcut">
<string>Shift+Right</string>
</property>
</action>
<action name="actionViewExpandAll">
<property name="text">
<string>&amp;Expand All</string>
</property>
<property name="toolTip">
<string>Expand packet details</string>
</property>
<property name="shortcut">
<string>Ctrl+Right</string>
</property>
</action>
<action name="actionViewCollapseAll">
<property name="text">
<string>Collapse &amp;All</string>
</property>
<property name="toolTip">
<string>Collapse all packet details</string>
</property>
<property name="shortcut">
<string>Ctrl+Left</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="../../image/toolbar.qrc"/>
</resources>
<connections>
<connection>
<sender>actionFileQuit</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>
</connections>
</ui>