Add an initial "Decode As" dialog. Currently read-only.
[metze/wireshark/wip.git] / ui / qt / main_window.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>960</width>
10     <height>768</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Wireshark</string>
15   </property>
16   <property name="windowIcon">
17    <iconset>
18     <normaloff>:/toolbar/main/hi48-app-wireshark.png</normaloff>:/toolbar/main/hi48-app-wireshark.png</iconset>
19   </property>
20   <property name="unifiedTitleAndToolBarOnMac">
21    <bool>true</bool>
22   </property>
23   <widget class="QWidget" name="centralWidget">
24    <property name="sizePolicy">
25     <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
26      <horstretch>0</horstretch>
27      <verstretch>0</verstretch>
28     </sizepolicy>
29    </property>
30    <layout class="QGridLayout" name="gridLayout">
31     <property name="leftMargin">
32      <number>0</number>
33     </property>
34     <property name="topMargin">
35      <number>0</number>
36     </property>
37     <property name="rightMargin">
38      <number>0</number>
39     </property>
40     <property name="bottomMargin">
41      <number>0</number>
42     </property>
43     <property name="spacing">
44      <number>0</number>
45     </property>
46     <item row="0" column="0">
47      <widget class="AccordionFrame" name="goToFrame">
48       <layout class="QHBoxLayout" name="goToHB">
49        <property name="topMargin">
50         <number>0</number>
51        </property>
52        <property name="bottomMargin">
53         <number>0</number>
54        </property>
55        <item>
56         <spacer name="horizontalSpacer">
57          <property name="orientation">
58           <enum>Qt::Horizontal</enum>
59          </property>
60          <property name="sizeHint" stdset="0">
61           <size>
62            <width>40</width>
63            <height>10</height>
64           </size>
65          </property>
66         </spacer>
67        </item>
68        <item>
69         <widget class="QLineEdit" name="goToLineEdit">
70          <property name="inputMask">
71           <string>900000000</string>
72          </property>
73         </widget>
74        </item>
75        <item>
76         <widget class="QToolButton" name="goToGo">
77          <property name="text">
78           <string>Go to packet</string>
79          </property>
80         </widget>
81        </item>
82        <item>
83         <widget class="QToolButton" name="goToCancel">
84          <property name="text">
85           <string>Cancel</string>
86          </property>
87         </widget>
88        </item>
89       </layout>
90      </widget>
91     </item>
92     <item row="1" column="0">
93      <widget class="SearchFrame" name="searchFrame" native="true"/>
94     </item>
95     <item row="2" column="0">
96      <widget class="QStackedWidget" name="mainStack">
97       <widget class="MainWelcome" name="welcomePage"/>
98       <widget class="QWidget" name="packetPage"/>
99      </widget>
100     </item>
101    </layout>
102   </widget>
103   <widget class="QMenuBar" name="menuBar">
104    <property name="geometry">
105     <rect>
106      <x>0</x>
107      <y>0</y>
108      <width>960</width>
109      <height>22</height>
110     </rect>
111    </property>
112    <widget class="QMenu" name="menuFile">
113     <property name="title">
114      <string>File</string>
115     </property>
116     <widget class="QMenu" name="menuOpenRecentCaptureFile">
117      <property name="title">
118       <string>Open Recent</string>
119      </property>
120      <addaction name="actionDummyNoFilesFound"/>
121     </widget>
122     <widget class="QMenu" name="menuFileSet">
123      <property name="title">
124       <string>File Set</string>
125      </property>
126      <addaction name="actionFileSetListFiles"/>
127      <addaction name="actionFileSetNextFile"/>
128      <addaction name="actionFileSetPreviousFile"/>
129     </widget>
130     <widget class="QMenu" name="menuFileExportPacketDissections">
131      <property name="title">
132       <string>Export Packet Dissections</string>
133      </property>
134      <addaction name="actionFileExportAsPlainText"/>
135      <addaction name="actionFileExportAsCSV"/>
136      <addaction name="actionFileExportAsCArrays"/>
137      <addaction name="separator"/>
138      <addaction name="actionFileExportAsPSML"/>
139      <addaction name="actionFileExportAsPDML"/>
140     </widget>
141     <widget class="QMenu" name="menuFileExportObjects">
142      <property name="title">
143       <string>Export Objects</string>
144      </property>
145      <addaction name="actionFileExportObjectsDICOM"/>
146      <addaction name="actionFileExportObjectsHTTP"/>
147      <addaction name="actionFileExportObjectsSMB"/>
148     </widget>
149     <addaction name="actionFileOpen"/>
150     <addaction name="menuOpenRecentCaptureFile"/>
151     <addaction name="actionFileMerge"/>
152     <addaction name="actionFileImportFromHexDump"/>
153     <addaction name="actionFileClose"/>
154     <addaction name="separator"/>
155     <addaction name="actionFileSave"/>
156     <addaction name="actionFileSaveAs"/>
157     <addaction name="separator"/>
158     <addaction name="menuFileSet"/>
159     <addaction name="separator"/>
160     <addaction name="actionFileExportPackets"/>
161     <addaction name="menuFileExportPacketDissections"/>
162     <addaction name="actionFileExportPacketBytes"/>
163     <addaction name="actionFileExportSSLSessionKeys"/>
164     <addaction name="menuFileExportObjects"/>
165     <addaction name="separator"/>
166     <addaction name="actionFilePrint"/>
167     <addaction name="separator"/>
168     <addaction name="actionFileQuit"/>
169    </widget>
170    <widget class="QMenu" name="menuEdit">
171     <property name="title">
172      <string>Edit</string>
173     </property>
174     <widget class="QMenu" name="menuEditCopy">
175      <property name="title">
176       <string>Copy</string>
177      </property>
178      <addaction name="actionEditCopyDescription"/>
179      <addaction name="actionEditCopyFieldName"/>
180      <addaction name="actionEditCopyValue"/>
181      <addaction name="separator"/>
182      <addaction name="actionEditCopyAsFilter"/>
183     </widget>
184     <addaction name="menuEditCopy"/>
185     <addaction name="actionEditFindPacket"/>
186     <addaction name="actionEditFindNext"/>
187     <addaction name="actionEditFindPrevious"/>
188     <addaction name="separator"/>
189     <addaction name="actionEditMarkPacket"/>
190     <addaction name="actionEditMarkAllDisplayed"/>
191     <addaction name="actionEditUnmarkAllDisplayed"/>
192     <addaction name="actionEditNextMark"/>
193     <addaction name="actionEditPreviousMark"/>
194     <addaction name="separator"/>
195     <addaction name="actionEditIgnorePacket"/>
196     <addaction name="actionEditIgnoreAllDisplayed"/>
197     <addaction name="actionEditUnignoreAllDisplayed"/>
198     <addaction name="separator"/>
199     <addaction name="actionEditSetTimeReference"/>
200     <addaction name="actionEditUnsetAllTimeReferences"/>
201     <addaction name="actionEditNextTimeReference"/>
202     <addaction name="actionEditPreviousTimeReference"/>
203     <addaction name="separator"/>
204     <addaction name="actionEditTimeShift"/>
205     <addaction name="separator"/>
206     <addaction name="actionEditPacketComment"/>
207     <addaction name="separator"/>
208     <addaction name="actionEditConfigurationProfiles"/>
209     <addaction name="actionEditPreferences"/>
210    </widget>
211    <widget class="QMenu" name="menuCapture">
212     <property name="title">
213      <string>Capture</string>
214     </property>
215     <addaction name="actionCaptureInterfaces"/>
216     <addaction name="actionCaptureOptions"/>
217     <addaction name="actionStartCapture"/>
218     <addaction name="actionStopCapture"/>
219     <addaction name="actionCaptureRestart"/>
220     <addaction name="actionCaptureCaptureFilters"/>
221     <addaction name="actionCaptureRefreshInterfaces"/>
222     <addaction name="separator"/>
223    </widget>
224    <widget class="QMenu" name="menuHelp">
225     <property name="title">
226      <string>Help</string>
227     </property>
228     <widget class="QMenu" name="menuHelpManualPages">
229      <property name="title">
230       <string>Manual pages</string>
231      </property>
232      <addaction name="actionHelpMPWireshark"/>
233      <addaction name="actionHelpMPWireshark_Filter"/>
234      <addaction name="separator"/>
235      <addaction name="actionHelpMPCapinfos"/>
236      <addaction name="actionHelpMPDumpcap"/>
237      <addaction name="actionHelpMPEditcap"/>
238      <addaction name="actionHelpMPMergecap"/>
239      <addaction name="actionHelpMPRawShark"/>
240      <addaction name="actionHelpMPReordercap"/>
241      <addaction name="actionHelpMPText2cap"/>
242      <addaction name="actionHelpMPTShark"/>
243     </widget>
244     <addaction name="actionHelpContents"/>
245     <addaction name="menuHelpManualPages"/>
246     <addaction name="separator"/>
247     <addaction name="actionHelpWebsite"/>
248     <addaction name="actionHelpFAQ"/>
249     <addaction name="actionHelpAsk"/>
250     <addaction name="actionHelpDownloads"/>
251     <addaction name="separator"/>
252     <addaction name="actionHelpWiki"/>
253     <addaction name="actionHelpSampleCaptures"/>
254     <addaction name="separator"/>
255     <addaction name="actionHelpAbout"/>
256    </widget>
257    <widget class="QMenu" name="menuGo">
258     <property name="title">
259      <string>Go</string>
260     </property>
261     <addaction name="actionGoGoToPacket"/>
262     <addaction name="separator"/>
263     <addaction name="actionGoNextPacket"/>
264     <addaction name="actionGoPreviousPacket"/>
265     <addaction name="actionGoFirstPacket"/>
266     <addaction name="actionGoLastPacket"/>
267    </widget>
268    <widget class="QMenu" name="menuView">
269     <property name="title">
270      <string>View</string>
271     </property>
272     <addaction name="separator"/>
273     <addaction name="actionViewExpandSubtrees"/>
274     <addaction name="actionViewExpandAll"/>
275     <addaction name="actionViewCollapseAll"/>
276     <addaction name="separator"/>
277     <addaction name="actionViewReload"/>
278    </widget>
279    <widget class="QMenu" name="menuAnalyze">
280     <property name="title">
281      <string>Analyze</string>
282     </property>
283     <widget class="QMenu" name="menuApplyAsFilter">
284      <property name="title">
285       <string>Apply as Filter</string>
286      </property>
287      <addaction name="actionAnalyzeAAFSelected"/>
288      <addaction name="actionAnalyzeAAFNotSelected"/>
289      <addaction name="actionAnalyzeAAFAndSelected"/>
290      <addaction name="actionAnalyzeAAFOrSelected"/>
291      <addaction name="actionAnalyzeAAFAndNotSelected"/>
292      <addaction name="actionAnalyzeAAFOrNotSelected"/>
293     </widget>
294     <widget class="QMenu" name="menuPrepareAFilter">
295      <property name="title">
296       <string>Prepare a Filter</string>
297      </property>
298      <addaction name="actionAnalyzePAFSelected"/>
299      <addaction name="actionAnalyzePAFNotSelected"/>
300      <addaction name="actionAnalyzePAFAndSelected"/>
301      <addaction name="actionAnalyzePAFOrSelected"/>
302      <addaction name="actionAnalyzePAFAndNotSelected"/>
303      <addaction name="actionAnalyzePAFOrNotSelected"/>
304     </widget>
305     <addaction name="actionDisplayFilters"/>
306     <addaction name="actionDisplayFilterMacros"/>
307     <addaction name="separator"/>
308     <addaction name="actionApplyAsColumn"/>
309     <addaction name="menuApplyAsFilter"/>
310     <addaction name="menuPrepareAFilter"/>
311     <addaction name="separator"/>
312     <addaction name="actionAnalyzeDecodeAs"/>
313     <addaction name="separator"/>
314     <addaction name="actionAnalyzeFollowTCPStream"/>
315     <addaction name="actionAnalyzeFollowUDPStream"/>
316     <addaction name="actionAnalyzeFollowSSLStream"/>
317    </widget>
318    <widget class="QMenu" name="menuStatistics">
319     <property name="enabled">
320      <bool>true</bool>
321     </property>
322     <property name="title">
323      <string>Statistics</string>
324     </property>
325     <widget class="QMenu" name="menuTcpStreamGraphs">
326      <property name="title">
327       <string>TCP Stream Graphs</string>
328      </property>
329      <addaction name="actionStatisticsTcpStreamStevens"/>
330      <addaction name="actionStatisticsTcpStreamTcptrace"/>
331      <addaction name="actionStatisticsTcpStreamThroughput"/>
332      <addaction name="actionStatisticsTcpStreamRoundTripTime"/>
333      <addaction name="actionStatisticsTcpStreamWindowScaling"/>
334     </widget>
335     <widget class="QMenu" name="menuBACnet">
336      <property name="title">
337       <string>BACnet</string>
338      </property>
339      <addaction name="actionStatisticsBACappInstanceId"/>
340      <addaction name="actionStatisticsBACappIP"/>
341      <addaction name="actionStatisticsBACappObjectId"/>
342      <addaction name="actionStatisticsBACappService"/>
343     </widget>
344     <widget class="QMenu" name="menuHTTP">
345      <property name="title">
346       <string>HTTP</string>
347      </property>
348      <addaction name="actionStatisticsHTTPPacketCounter"/>
349      <addaction name="actionStatisticsHTTPRequests"/>
350      <addaction name="actionStatisticsHTTPLoadDistribution"/>
351     </widget>
352     <addaction name="actionSummary"/>
353     <addaction name="actionProtocol_Hierarchy"/>
354     <addaction name="actionStatisticsPacketLen"/>
355     <addaction name="separator"/>
356     <addaction name="separator"/>
357     <addaction name="actionStatisticsANCP"/>
358     <addaction name="menuBACnet"/>
359     <addaction name="actionStatisticsCollectd"/>
360     <addaction name="actionStatisticsFlowGraph"/>
361     <addaction name="actionStatisticsHART_IP"/>
362     <addaction name="menuHTTP"/>
363     <addaction name="actionStatisticsSametime"/>
364     <addaction name="menuTcpStreamGraphs"/>
365    </widget>
366    <widget class="QMenu" name="menuTelephony">
367     <property name="title">
368      <string>Telephony</string>
369     </property>
370     <widget class="QMenu" name="menuRTSP">
371      <property name="title">
372       <string>RTSP</string>
373      </property>
374      <addaction name="actionTelephonyRTSPPacketCounter"/>
375     </widget>
376     <addaction name="actionTelephonyISUPMessages"/>
377     <addaction name="menuRTSP"/>
378     <addaction name="actionTelephonySMPPOperations"/>
379     <addaction name="actionTelephonyUCPMessages"/>
380    </widget>
381    <addaction name="menuFile"/>
382    <addaction name="menuEdit"/>
383    <addaction name="menuView"/>
384    <addaction name="menuGo"/>
385    <addaction name="menuCapture"/>
386    <addaction name="menuAnalyze"/>
387    <addaction name="menuStatistics"/>
388    <addaction name="menuTelephony"/>
389    <addaction name="menuHelp"/>
390   </widget>
391   <widget class="QToolBar" name="mainToolBar">
392    <property name="sizePolicy">
393     <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
394      <horstretch>0</horstretch>
395      <verstretch>0</verstretch>
396     </sizepolicy>
397    </property>
398    <property name="movable">
399     <bool>true</bool>
400    </property>
401    <property name="allowedAreas">
402     <set>Qt::BottomToolBarArea|Qt::TopToolBarArea</set>
403    </property>
404    <property name="iconSize">
405     <size>
406      <width>24</width>
407      <height>24</height>
408     </size>
409    </property>
410    <property name="toolButtonStyle">
411     <enum>Qt::ToolButtonIconOnly</enum>
412    </property>
413    <attribute name="toolBarArea">
414     <enum>TopToolBarArea</enum>
415    </attribute>
416    <attribute name="toolBarBreak">
417     <bool>false</bool>
418    </attribute>
419    <addaction name="actionStartCapture"/>
420    <addaction name="actionStopCapture"/>
421    <addaction name="separator"/>
422    <addaction name="actionFileOpen"/>
423    <addaction name="actionFileSave"/>
424    <addaction name="actionFileClose"/>
425   </widget>
426   <widget class="MainStatusBar" name="statusBar"/>
427   <widget class="QToolBar" name="displayFilterToolBar">
428    <property name="movable">
429     <bool>false</bool>
430    </property>
431    <attribute name="toolBarArea">
432     <enum>TopToolBarArea</enum>
433    </attribute>
434    <attribute name="toolBarBreak">
435     <bool>true</bool>
436    </attribute>
437   </widget>
438   <action name="actionFileOpen">
439    <property name="text">
440     <string>Open</string>
441    </property>
442    <property name="toolTip">
443     <string>Open a capture file</string>
444    </property>
445    <property name="shortcut">
446     <string>Ctrl+O</string>
447    </property>
448   </action>
449   <action name="actionFileQuit">
450    <property name="text">
451     <string>Quit</string>
452    </property>
453    <property name="toolTip">
454     <string>Quit Wireshark</string>
455    </property>
456    <property name="shortcut">
457     <string>Ctrl+Q</string>
458    </property>
459    <property name="menuRole">
460     <enum>QAction::QuitRole</enum>
461    </property>
462   </action>
463   <action name="actionCaptureInterfaces">
464    <property name="text">
465     <string>&amp;Interfaces...</string>
466    </property>
467    <property name="toolTip">
468     <string>Show interface details</string>
469    </property>
470    <property name="shortcut">
471     <string>Ctrl+I</string>
472    </property>
473   </action>
474   <action name="actionStartCapture">
475    <property name="checkable">
476     <bool>true</bool>
477    </property>
478    <property name="icon">
479     <iconset resource="../../image/toolbar.qrc">
480      <normaloff>:/toolbar/main/capture_start_24.png</normaloff>
481      <normalon>:/toolbar/main/capture_start_active_24.png</normalon>
482      <disabledon>:/toolbar/main/capture_start_active_24.png</disabledon>:/toolbar/main/capture_start_24.png</iconset>
483    </property>
484    <property name="text">
485     <string>&amp;Start</string>
486    </property>
487    <property name="toolTip">
488     <string>Start capturing packets</string>
489    </property>
490    <property name="shortcut">
491     <string>Ctrl+E</string>
492    </property>
493   </action>
494   <action name="actionStopCapture">
495    <property name="icon">
496     <iconset resource="../../image/toolbar.qrc">
497      <normaloff>:/toolbar/main/capture_stop_24.png</normaloff>:/toolbar/main/capture_stop_24.png</iconset>
498    </property>
499    <property name="text">
500     <string>S&amp;top</string>
501    </property>
502    <property name="toolTip">
503     <string>Stop capturing packets</string>
504    </property>
505    <property name="shortcut">
506     <string>Ctrl+E</string>
507    </property>
508   </action>
509   <action name="actionFileClose">
510    <property name="text">
511     <string>Close</string>
512    </property>
513    <property name="toolTip">
514     <string>Close the current capture file</string>
515    </property>
516    <property name="shortcut">
517     <string>Ctrl+W</string>
518    </property>
519   </action>
520   <action name="actionDummyNoFilesFound">
521    <property name="enabled">
522     <bool>false</bool>
523    </property>
524    <property name="text">
525     <string>No files found</string>
526    </property>
527   </action>
528   <action name="actionHelpContents">
529    <property name="icon">
530     <iconset>
531      <normaloff>:/trolltech/styles/commonstyle/images/standardbutton-help-32.png</normaloff>:/trolltech/styles/commonstyle/images/standardbutton-help-32.png</iconset>
532    </property>
533    <property name="text">
534     <string>&amp;Contents</string>
535    </property>
536    <property name="shortcut">
537     <string>F1</string>
538    </property>
539    <property name="iconVisibleInMenu">
540     <bool>true</bool>
541    </property>
542   </action>
543   <action name="actionHelpMPWireshark">
544    <property name="text">
545     <string>Wireshark</string>
546    </property>
547   </action>
548   <action name="actionHelpMPWireshark_Filter">
549    <property name="text">
550     <string>Wireshark Filter</string>
551    </property>
552   </action>
553   <action name="actionHelpMPTShark">
554    <property name="text">
555     <string>TShark</string>
556    </property>
557   </action>
558   <action name="actionHelpMPRawShark">
559    <property name="text">
560     <string>RawShark</string>
561    </property>
562   </action>
563   <action name="actionHelpMPDumpcap">
564    <property name="text">
565     <string>Dumpcap</string>
566    </property>
567   </action>
568   <action name="actionHelpMPMergecap">
569    <property name="text">
570     <string>Mergecap</string>
571    </property>
572   </action>
573   <action name="actionHelpMPEditcap">
574    <property name="text">
575     <string>Editcap</string>
576    </property>
577   </action>
578   <action name="actionHelpMPText2cap">
579    <property name="text">
580     <string>Text2cap</string>
581    </property>
582   </action>
583   <action name="actionHelpWebsite">
584    <property name="text">
585     <string>Website</string>
586    </property>
587   </action>
588   <action name="actionHelpFAQ">
589    <property name="text">
590     <string>FAQ's</string>
591    </property>
592   </action>
593   <action name="actionHelpDownloads">
594    <property name="text">
595     <string>Downloads</string>
596    </property>
597   </action>
598   <action name="actionHelpWiki">
599    <property name="icon">
600     <iconset resource="../../image/toolbar.qrc">
601      <normaloff>:/menu/help/gnome_emblem_web_16.png</normaloff>:/menu/help/gnome_emblem_web_16.png</iconset>
602    </property>
603    <property name="text">
604     <string>Wiki</string>
605    </property>
606    <property name="iconVisibleInMenu">
607     <bool>true</bool>
608    </property>
609   </action>
610   <action name="actionHelpSampleCaptures">
611    <property name="text">
612     <string>Sample Captures</string>
613    </property>
614   </action>
615   <action name="actionHelpAbout">
616    <property name="icon">
617     <iconset resource="../../image/toolbar.qrc">
618      <normaloff>:/menu/help/wsicon16.png</normaloff>:/menu/help/wsicon16.png</iconset>
619    </property>
620    <property name="text">
621     <string>&amp;About Wireshark</string>
622    </property>
623    <property name="menuRole">
624     <enum>QAction::AboutRole</enum>
625    </property>
626    <property name="iconVisibleInMenu">
627     <bool>true</bool>
628    </property>
629   </action>
630   <action name="actionHelpAsk">
631    <property name="icon">
632     <iconset resource="../../image/toolbar.qrc">
633      <normaloff>:/menu/help/wsicon-ask.png</normaloff>:/menu/help/wsicon-ask.png</iconset>
634    </property>
635    <property name="text">
636     <string>Ask (Q&amp;&amp;A)</string>
637    </property>
638    <property name="iconVisibleInMenu">
639     <bool>true</bool>
640    </property>
641   </action>
642   <action name="actionGoNextPacket">
643    <property name="text">
644     <string>Next Packet</string>
645    </property>
646    <property name="toolTip">
647     <string>Go to the next packet</string>
648    </property>
649    <property name="shortcut">
650     <string>Ctrl+Down</string>
651    </property>
652   </action>
653   <action name="actionGoPreviousPacket">
654    <property name="text">
655     <string>Previous Packet</string>
656    </property>
657    <property name="toolTip">
658     <string>Go to the previous packet</string>
659    </property>
660    <property name="shortcut">
661     <string>Ctrl+Up</string>
662    </property>
663   </action>
664   <action name="actionGoFirstPacket">
665    <property name="text">
666     <string>First Packet</string>
667    </property>
668    <property name="toolTip">
669     <string>Go to the first packet</string>
670    </property>
671    <property name="shortcut">
672     <string>Ctrl+Home</string>
673    </property>
674   </action>
675   <action name="actionGoLastPacket">
676    <property name="text">
677     <string>Last Packet</string>
678    </property>
679    <property name="toolTip">
680     <string>Go to the last packet</string>
681    </property>
682    <property name="shortcut">
683     <string>Ctrl+End</string>
684    </property>
685   </action>
686   <action name="actionViewExpandSubtrees">
687    <property name="enabled">
688     <bool>false</bool>
689    </property>
690    <property name="text">
691     <string>E&amp;xpand Subtrees</string>
692    </property>
693    <property name="toolTip">
694     <string>Expand the current packet detail</string>
695    </property>
696    <property name="shortcut">
697     <string>Shift+Right</string>
698    </property>
699   </action>
700   <action name="actionViewExpandAll">
701    <property name="text">
702     <string>&amp;Expand All</string>
703    </property>
704    <property name="toolTip">
705     <string>Expand packet details</string>
706    </property>
707    <property name="shortcut">
708     <string>Ctrl+Right</string>
709    </property>
710   </action>
711   <action name="actionViewCollapseAll">
712    <property name="text">
713     <string>Collapse &amp;All</string>
714    </property>
715    <property name="toolTip">
716     <string>Collapse all packet details</string>
717    </property>
718    <property name="shortcut">
719     <string>Ctrl+Left</string>
720    </property>
721   </action>
722   <action name="actionGoGoToPacket">
723    <property name="text">
724     <string>Go to Packet...</string>
725    </property>
726    <property name="toolTip">
727     <string>Go to specified packet</string>
728    </property>
729    <property name="shortcut">
730     <string>Ctrl+G</string>
731    </property>
732   </action>
733   <action name="actionFileMerge">
734    <property name="text">
735     <string>&amp;Merge...</string>
736    </property>
737    <property name="toolTip">
738     <string>Merge one or more files</string>
739    </property>
740   </action>
741   <action name="actionFileImportFromHexDump">
742    <property name="text">
743     <string>&amp;Import from Hex Dump...</string>
744    </property>
745    <property name="toolTip">
746     <string>Import a file</string>
747    </property>
748   </action>
749   <action name="actionFileSave">
750    <property name="icon">
751     <iconset resource="../../image/toolbar.qrc">
752      <normaloff>:/toolbar/main/toolbar/toolbar_wireshark_file_24.png</normaloff>:/toolbar/main/toolbar/toolbar_wireshark_file_24.png</iconset>
753    </property>
754    <property name="text">
755     <string>&amp;Save</string>
756    </property>
757    <property name="toolTip">
758     <string>Save the current file</string>
759    </property>
760    <property name="shortcut">
761     <string>Ctrl+S</string>
762    </property>
763   </action>
764   <action name="actionFileSaveAs">
765    <property name="icon">
766     <iconset resource="../../image/toolbar.qrc">
767      <normaloff>:/toolbar/main/toolbar/toolbar_wireshark_file_24.png</normaloff>:/toolbar/main/toolbar/toolbar_wireshark_file_24.png</iconset>
768    </property>
769    <property name="text">
770     <string>Save &amp;As...</string>
771    </property>
772    <property name="toolTip">
773     <string>Save as a different file</string>
774    </property>
775    <property name="shortcut">
776     <string>Ctrl+Shift+S</string>
777    </property>
778   </action>
779   <action name="actionFileExportPackets">
780    <property name="text">
781     <string>Export Specified Packets...</string>
782    </property>
783    <property name="toolTip">
784     <string>Export specified packets</string>
785    </property>
786   </action>
787   <action name="actionFileExportPacketBytes">
788    <property name="text">
789     <string>Export Packet &amp;Bytes...</string>
790    </property>
791    <property name="shortcut">
792     <string>Ctrl+H</string>
793    </property>
794   </action>
795   <action name="actionFileExportSSLSessionKeys">
796    <property name="text">
797     <string>Export SSL Session Keys...</string>
798    </property>
799   </action>
800   <action name="actionFilePrint">
801    <property name="text">
802     <string>&amp;Print...</string>
803    </property>
804    <property name="shortcut">
805     <string>Ctrl+P</string>
806    </property>
807   </action>
808   <action name="actionFileSetListFiles">
809    <property name="text">
810     <string>List Files</string>
811    </property>
812   </action>
813   <action name="actionFileSetNextFile">
814    <property name="text">
815     <string>Next File</string>
816    </property>
817   </action>
818   <action name="actionFileSetPreviousFile">
819    <property name="text">
820     <string>Previous File</string>
821    </property>
822   </action>
823   <action name="actionViewReload">
824    <property name="text">
825     <string>&amp;Reload</string>
826    </property>
827    <property name="toolTip">
828     <string>Reload the current file</string>
829    </property>
830    <property name="shortcut">
831     <string>Ctrl+R</string>
832    </property>
833   </action>
834   <action name="actionCaptureOptions">
835    <property name="text">
836     <string>&amp;Options...</string>
837    </property>
838    <property name="iconText">
839     <string>Options</string>
840    </property>
841    <property name="toolTip">
842     <string>Capture options</string>
843    </property>
844    <property name="shortcut">
845     <string>Ctrl+K</string>
846    </property>
847    <property name="menuRole">
848     <enum>QAction::NoRole</enum>
849    </property>
850   </action>
851   <action name="actionCaptureCaptureFilters">
852    <property name="text">
853     <string>Capture &amp;Filters...</string>
854    </property>
855    <property name="toolTip">
856     <string>Capture filters</string>
857    </property>
858   </action>
859   <action name="actionCaptureRefreshInterfaces">
860    <property name="text">
861     <string>Refresh Interfaces</string>
862    </property>
863    <property name="toolTip">
864     <string>Refresh interfaces</string>
865    </property>
866   </action>
867   <action name="actionCaptureRestart">
868    <property name="text">
869     <string>&amp;Restart</string>
870    </property>
871    <property name="toolTip">
872     <string>Restart current capture</string>
873    </property>
874    <property name="shortcut">
875     <string>Ctrl+R</string>
876    </property>
877   </action>
878   <action name="actionFileExportAsPlainText">
879    <property name="text">
880     <string>As Plain &amp;Text...</string>
881    </property>
882   </action>
883   <action name="actionFileExportAsCSV">
884    <property name="text">
885     <string>As CSV...</string>
886    </property>
887   </action>
888   <action name="actionFileExportAsCArrays">
889    <property name="text">
890     <string>As &quot;C&quot; Arrays...</string>
891    </property>
892   </action>
893   <action name="actionFileExportAsPSML">
894    <property name="text">
895     <string>As PSML XML...</string>
896    </property>
897   </action>
898   <action name="actionFileExportAsPDML">
899    <property name="text">
900     <string>As PDML XML...</string>
901    </property>
902   </action>
903   <action name="actionFileExportObjectsHTTP">
904    <property name="text">
905     <string>&amp;HTTP...</string>
906    </property>
907   </action>
908   <action name="actionFileExportObjectsDICOM">
909    <property name="text">
910     <string>&amp;DICOM...</string>
911    </property>
912   </action>
913   <action name="actionFileExportObjectsSMB">
914    <property name="text">
915     <string>&amp;SMB...</string>
916    </property>
917   </action>
918   <action name="actionEditCopyDescription">
919    <property name="text">
920     <string>Description</string>
921    </property>
922    <property name="shortcut">
923     <string>Ctrl+Shift+D</string>
924    </property>
925   </action>
926   <action name="actionEditCopyFieldName">
927    <property name="text">
928     <string>Field Name</string>
929    </property>
930    <property name="shortcut">
931     <string>Ctrl+Shift+F</string>
932    </property>
933   </action>
934   <action name="actionEditCopyValue">
935    <property name="text">
936     <string>Value</string>
937    </property>
938    <property name="shortcut">
939     <string>Ctrl+Shift+V</string>
940    </property>
941   </action>
942   <action name="actionEditCopyAsFilter">
943    <property name="text">
944     <string>As Filter</string>
945    </property>
946    <property name="shortcut">
947     <string>Ctrl+Shift+C</string>
948    </property>
949   </action>
950   <action name="actionAnalyzeAAFSelected">
951    <property name="text">
952     <string>&amp;Selected</string>
953    </property>
954   </action>
955   <action name="actionAnalyzeAAFNotSelected">
956    <property name="text">
957     <string>&amp;Not Selected</string>
958    </property>
959    <property name="toolTip">
960     <string>Not Selected</string>
961    </property>
962   </action>
963   <action name="actionAnalyzeAAFAndSelected">
964    <property name="text">
965     <string>... &amp;and Selected</string>
966    </property>
967    <property name="toolTip">
968     <string>... and Selected</string>
969    </property>
970   </action>
971   <action name="actionAnalyzeAAFOrSelected">
972    <property name="text">
973     <string>... &amp;or Selected</string>
974    </property>
975    <property name="toolTip">
976     <string>... or Selected</string>
977    </property>
978   </action>
979   <action name="actionAnalyzeAAFAndNotSelected">
980    <property name="text">
981     <string>... a&amp;nd not Selected</string>
982    </property>
983    <property name="toolTip">
984     <string>... and not Selected</string>
985    </property>
986   </action>
987   <action name="actionAnalyzeAAFOrNotSelected">
988    <property name="text">
989     <string>... o&amp;r not Selected</string>
990    </property>
991    <property name="toolTip">
992     <string>... or not Selected</string>
993    </property>
994   </action>
995   <action name="actionAnalyzePAFSelected">
996    <property name="text">
997     <string>&amp;Selected</string>
998    </property>
999   </action>
1000   <action name="actionAnalyzePAFNotSelected">
1001    <property name="text">
1002     <string>&amp;Not Selected</string>
1003    </property>
1004    <property name="toolTip">
1005     <string>Not Selected</string>
1006    </property>
1007   </action>
1008   <action name="actionAnalyzePAFAndSelected">
1009    <property name="text">
1010     <string>... &amp;and Selected</string>
1011    </property>
1012    <property name="toolTip">
1013     <string>... and Selected</string>
1014    </property>
1015   </action>
1016   <action name="actionAnalyzePAFOrSelected">
1017    <property name="text">
1018     <string>... &amp;or Selected</string>
1019    </property>
1020    <property name="toolTip">
1021     <string>... or Selected</string>
1022    </property>
1023   </action>
1024   <action name="actionAnalyzePAFAndNotSelected">
1025    <property name="text">
1026     <string>... a&amp;nd not Selected</string>
1027    </property>
1028    <property name="toolTip">
1029     <string>... and not Selected</string>
1030    </property>
1031   </action>
1032   <action name="actionAnalyzePAFOrNotSelected">
1033    <property name="text">
1034     <string>... o&amp;r not Selected</string>
1035    </property>
1036    <property name="toolTip">
1037     <string>... or not Selected</string>
1038    </property>
1039   </action>
1040   <action name="actionDisplayFilters">
1041    <property name="text">
1042     <string>Display Filters...</string>
1043    </property>
1044   </action>
1045   <action name="actionDisplayFilterMacros">
1046    <property name="text">
1047     <string>Display Filter &amp;Macros...</string>
1048    </property>
1049   </action>
1050   <action name="actionApplyAsColumn">
1051    <property name="text">
1052     <string>Apply as Column</string>
1053    </property>
1054   </action>
1055   <action name="actionEditFindPacket">
1056    <property name="text">
1057     <string>&amp;Find Packet...</string>
1058    </property>
1059    <property name="toolTip">
1060     <string>Find a packet</string>
1061    </property>
1062    <property name="shortcut">
1063     <string>Ctrl+F</string>
1064    </property>
1065   </action>
1066   <action name="actionEditFindNext">
1067    <property name="text">
1068     <string>Find Ne&amp;xt...</string>
1069    </property>
1070    <property name="toolTip">
1071     <string>Find the next packet</string>
1072    </property>
1073    <property name="shortcut">
1074     <string>Ctrl+N</string>
1075    </property>
1076   </action>
1077   <action name="actionEditFindPrevious">
1078    <property name="text">
1079     <string>Find Pre&amp;vious...</string>
1080    </property>
1081    <property name="toolTip">
1082     <string>Find the previous packet</string>
1083    </property>
1084    <property name="shortcut">
1085     <string>Ctrl+B</string>
1086    </property>
1087   </action>
1088   <action name="actionEditMarkPacket">
1089    <property name="text">
1090     <string>&amp;Mark/Unmark Packet</string>
1091    </property>
1092    <property name="toolTip">
1093     <string>Mark or unmark this packet</string>
1094    </property>
1095    <property name="shortcut">
1096     <string>Ctrl+M</string>
1097    </property>
1098   </action>
1099   <action name="actionEditMarkAllDisplayed">
1100    <property name="text">
1101     <string>Mark All Displayed</string>
1102    </property>
1103    <property name="toolTip">
1104     <string>Mark all displayed packets</string>
1105    </property>
1106    <property name="shortcut">
1107     <string>Ctrl+Shift+M</string>
1108    </property>
1109   </action>
1110   <action name="actionEditUnmarkAllDisplayed">
1111    <property name="text">
1112     <string>Unmark All Displayed</string>
1113    </property>
1114    <property name="toolTip">
1115     <string>Unmark all displayed packets</string>
1116    </property>
1117    <property name="shortcut">
1118     <string>Meta+Alt+M</string>
1119    </property>
1120   </action>
1121   <action name="actionEditNextMark">
1122    <property name="text">
1123     <string>Next Mark</string>
1124    </property>
1125    <property name="toolTip">
1126     <string>Go to the next marked packet</string>
1127    </property>
1128    <property name="shortcut">
1129     <string>Meta+Shift+N</string>
1130    </property>
1131   </action>
1132   <action name="actionEditPreviousMark">
1133    <property name="text">
1134     <string>Previous Mark</string>
1135    </property>
1136    <property name="toolTip">
1137     <string>Go to the previous marked packet</string>
1138    </property>
1139    <property name="shortcut">
1140     <string>Meta+Shift+B</string>
1141    </property>
1142   </action>
1143   <action name="actionEditIgnorePacket">
1144    <property name="text">
1145     <string>&amp;Ignore/Unignore Packet</string>
1146    </property>
1147    <property name="toolTip">
1148     <string>Ignore or unignore this packet</string>
1149    </property>
1150    <property name="shortcut">
1151     <string>Ctrl+D</string>
1152    </property>
1153   </action>
1154   <action name="actionEditIgnoreAllDisplayed">
1155    <property name="text">
1156     <string>Ignore All Displayed</string>
1157    </property>
1158    <property name="toolTip">
1159     <string>Ignore all displayed packets</string>
1160    </property>
1161    <property name="shortcut">
1162     <string>Ctrl+Shift+D</string>
1163    </property>
1164   </action>
1165   <action name="actionEditUnignoreAllDisplayed">
1166    <property name="text">
1167     <string>Unignore All Displayed</string>
1168    </property>
1169    <property name="toolTip">
1170     <string>Unignore all displayed packets</string>
1171    </property>
1172    <property name="shortcut">
1173     <string>Ctrl+Alt+D</string>
1174    </property>
1175   </action>
1176   <action name="actionEditSetTimeReference">
1177    <property name="text">
1178     <string>Set/Unset Time Reference</string>
1179    </property>
1180    <property name="toolTip">
1181     <string>Set or unset a time reference for this packet</string>
1182    </property>
1183    <property name="shortcut">
1184     <string>Ctrl+T</string>
1185    </property>
1186   </action>
1187   <action name="actionEditUnsetAllTimeReferences">
1188    <property name="text">
1189     <string>Unset All Time References</string>
1190    </property>
1191    <property name="toolTip">
1192     <string>Remove all time references</string>
1193    </property>
1194    <property name="shortcut">
1195     <string>Ctrl+Alt+T</string>
1196    </property>
1197   </action>
1198   <action name="actionEditNextTimeReference">
1199    <property name="text">
1200     <string>Next Time Reference</string>
1201    </property>
1202    <property name="toolTip">
1203     <string>Go to the next time reference</string>
1204    </property>
1205    <property name="shortcut">
1206     <string>Ctrl+Alt+N</string>
1207    </property>
1208   </action>
1209   <action name="actionEditPreviousTimeReference">
1210    <property name="text">
1211     <string>Previous Time Reference</string>
1212    </property>
1213    <property name="toolTip">
1214     <string>Go to the previous time reference</string>
1215    </property>
1216    <property name="shortcut">
1217     <string>Ctrl+Alt+B</string>
1218    </property>
1219   </action>
1220   <action name="actionEditTimeShift">
1221    <property name="text">
1222     <string>Time Shift...</string>
1223    </property>
1224    <property name="toolTip">
1225     <string>Shift or change packet timestamps</string>
1226    </property>
1227    <property name="shortcut">
1228     <string>Ctrl+Shift+T</string>
1229    </property>
1230   </action>
1231   <action name="actionEditPacketComment">
1232    <property name="text">
1233     <string>Packet Comment...</string>
1234    </property>
1235    <property name="toolTip">
1236     <string>Add or change a packet comment</string>
1237    </property>
1238   </action>
1239   <action name="actionEditConfigurationProfiles">
1240    <property name="checkable">
1241     <bool>false</bool>
1242    </property>
1243    <property name="text">
1244     <string>Configuration Profiles...</string>
1245    </property>
1246    <property name="iconText">
1247     <string>Configuration profiles</string>
1248    </property>
1249    <property name="toolTip">
1250     <string>Manage your configuration profiles</string>
1251    </property>
1252    <property name="shortcut">
1253     <string>Ctrl+Shift+A</string>
1254    </property>
1255    <property name="menuRole">
1256     <enum>QAction::NoRole</enum>
1257    </property>
1258   </action>
1259   <action name="actionEditPreferences">
1260    <property name="text">
1261     <string>&amp;Preferences...</string>
1262    </property>
1263    <property name="toolTip">
1264     <string>Manage Wireshark's preferences</string>
1265    </property>
1266    <property name="shortcut">
1267     <string>Ctrl+Shift+P</string>
1268    </property>
1269    <property name="menuRole">
1270     <enum>QAction::PreferencesRole</enum>
1271    </property>
1272   </action>
1273   <action name="actionSummary">
1274    <property name="enabled">
1275     <bool>false</bool>
1276    </property>
1277    <property name="text">
1278     <string>Summary</string>
1279    </property>
1280   </action>
1281   <action name="actionProtocol_Hierarchy">
1282    <property name="enabled">
1283     <bool>false</bool>
1284    </property>
1285    <property name="text">
1286     <string>Protocol Hierarchy</string>
1287    </property>
1288   </action>
1289   <action name="actionHelpMPCapinfos">
1290    <property name="text">
1291     <string>Capinfos</string>
1292    </property>
1293   </action>
1294   <action name="actionHelpMPReordercap">
1295    <property name="text">
1296     <string>Reordercap</string>
1297    </property>
1298   </action>
1299   <action name="actionStatisticsTcpStreamStevens">
1300    <property name="text">
1301     <string>Time Sequence (Stevens)</string>
1302    </property>
1303    <property name="toolTip">
1304     <string>TCP time sequence graph (Stevens)</string>
1305    </property>
1306   </action>
1307   <action name="actionStatisticsTcpStreamThroughput">
1308    <property name="text">
1309     <string>Throughput</string>
1310    </property>
1311    <property name="toolTip">
1312     <string>TCP througput</string>
1313    </property>
1314   </action>
1315   <action name="actionStatisticsTcpStreamRoundTripTime">
1316    <property name="text">
1317     <string>Round Trip Time</string>
1318    </property>
1319    <property name="toolTip">
1320     <string>TCP round trip time</string>
1321    </property>
1322   </action>
1323   <action name="actionStatisticsTcpStreamWindowScaling">
1324    <property name="text">
1325     <string>Window Scaling</string>
1326    </property>
1327    <property name="toolTip">
1328     <string>TCP window scaling</string>
1329    </property>
1330   </action>
1331   <action name="actionAnalyzeFollowTCPStream">
1332    <property name="enabled">
1333     <bool>false</bool>
1334    </property>
1335    <property name="text">
1336     <string>Follow TCP Stream</string>
1337    </property>
1338   </action>
1339   <action name="actionAnalyzeFollowUDPStream">
1340    <property name="enabled">
1341     <bool>false</bool>
1342    </property>
1343    <property name="text">
1344     <string>Follow UDP Stream</string>
1345    </property>
1346   </action>
1347   <action name="actionAnalyzeFollowSSLStream">
1348    <property name="enabled">
1349     <bool>false</bool>
1350    </property>
1351    <property name="text">
1352     <string>Follow SSL Stream</string>
1353    </property>
1354   </action>
1355   <action name="actionStatisticsTcpStreamTcptrace">
1356    <property name="text">
1357     <string>Time Sequence (tcptrace)</string>
1358    </property>
1359    <property name="toolTip">
1360     <string>TCP time sequence graph (tcptrace)</string>
1361    </property>
1362   </action>
1363   <action name="actionStatisticsFlowGraph">
1364    <property name="text">
1365     <string>Flow Graph</string>
1366    </property>
1367    <property name="toolTip">
1368     <string>Flow sequence diagram</string>
1369    </property>
1370   </action>
1371   <action name="actionStatisticsANCP">
1372    <property name="text">
1373     <string>ANCP</string>
1374    </property>
1375    <property name="toolTip">
1376     <string>ANCP statistics</string>
1377    </property>
1378   </action>
1379   <action name="actionStatisticsBACappInstanceId">
1380    <property name="text">
1381     <string>Packets sorted by Instance ID</string>
1382    </property>
1383    <property name="toolTip">
1384     <string>BACapp statistics sorted by instance ID</string>
1385    </property>
1386   </action>
1387   <action name="actionStatisticsBACappIP">
1388    <property name="text">
1389     <string>Packets sorted by IP</string>
1390    </property>
1391    <property name="toolTip">
1392     <string>BACapp statistics sorted by IP</string>
1393    </property>
1394   </action>
1395   <action name="actionStatisticsBACappObjectId">
1396    <property name="text">
1397     <string>Packets sorted by object type</string>
1398    </property>
1399    <property name="toolTip">
1400     <string>BACapp statistics sorted by object type</string>
1401    </property>
1402   </action>
1403   <action name="actionStatisticsBACappService">
1404    <property name="text">
1405     <string>Packets sorted by service</string>
1406    </property>
1407    <property name="toolTip">
1408     <string>BACapp statistics sorted by service</string>
1409    </property>
1410   </action>
1411   <action name="actionStatisticsCollectd">
1412    <property name="text">
1413     <string>Collectd</string>
1414    </property>
1415    <property name="toolTip">
1416     <string>Collectd statistics</string>
1417    </property>
1418   </action>
1419   <action name="actionStatisticsHART_IP">
1420    <property name="text">
1421     <string>HART-IP</string>
1422    </property>
1423    <property name="toolTip">
1424     <string>HART-IP statistics</string>
1425    </property>
1426   </action>
1427   <action name="actionStatisticsHTTPPacketCounter">
1428    <property name="text">
1429     <string>Packet Counter</string>
1430    </property>
1431    <property name="toolTip">
1432     <string>HTTP packet counter</string>
1433    </property>
1434   </action>
1435   <action name="actionStatisticsHTTPRequests">
1436    <property name="text">
1437     <string>Requests</string>
1438    </property>
1439    <property name="toolTip">
1440     <string>HTTP requests</string>
1441    </property>
1442   </action>
1443   <action name="actionStatisticsHTTPLoadDistribution">
1444    <property name="text">
1445     <string>Load Distribution</string>
1446    </property>
1447    <property name="toolTip">
1448     <string>HTTP load distribution</string>
1449    </property>
1450   </action>
1451   <action name="actionStatisticsPacketLen">
1452    <property name="text">
1453     <string>Packet Lengths</string>
1454    </property>
1455    <property name="toolTip">
1456     <string>Packet length statistics</string>
1457    </property>
1458   </action>
1459   <action name="actionStatisticsSametime">
1460    <property name="text">
1461     <string>Sametime</string>
1462    </property>
1463    <property name="toolTip">
1464     <string>Sametime statistics</string>
1465    </property>
1466   </action>
1467   <action name="actionTelephonyISUPMessages">
1468    <property name="text">
1469     <string>&amp;ISUP Messages</string>
1470    </property>
1471    <property name="toolTip">
1472     <string>ISUP message statistics</string>
1473    </property>
1474   </action>
1475   <action name="actionTelephonyRTSPPacketCounter">
1476    <property name="text">
1477     <string>Packet Counter</string>
1478    </property>
1479    <property name="toolTip">
1480     <string>RTSP packet counts</string>
1481    </property>
1482   </action>
1483   <action name="actionTelephonySMPPOperations">
1484    <property name="text">
1485     <string>SM&amp;PP Operations</string>
1486    </property>
1487    <property name="toolTip">
1488     <string>SMPP operation statistics</string>
1489    </property>
1490   </action>
1491   <action name="actionTelephonyUCPMessages">
1492    <property name="text">
1493     <string>&amp;UCP Messages</string>
1494    </property>
1495    <property name="toolTip">
1496     <string>UCP message statistics</string>
1497    </property>
1498   </action>
1499   <action name="actionAnalyzeDecodeAs">
1500    <property name="text">
1501     <string>Decode &amp;As...</string>
1502    </property>
1503    <property name="toolTip">
1504     <string>Change the way packets are dissected</string>
1505    </property>
1506   </action>
1507  </widget>
1508  <layoutdefault spacing="6" margin="11"/>
1509  <customwidgets>
1510   <customwidget>
1511    <class>MainStatusBar</class>
1512    <extends>QStatusBar</extends>
1513    <header>main_status_bar.h</header>
1514   </customwidget>
1515   <customwidget>
1516    <class>MainWelcome</class>
1517    <extends>QFrame</extends>
1518    <header>main_welcome.h</header>
1519    <container>1</container>
1520   </customwidget>
1521   <customwidget>
1522    <class>SearchFrame</class>
1523    <extends>QWidget</extends>
1524    <header>search_frame.h</header>
1525   </customwidget>
1526   <customwidget>
1527    <class>AccordionFrame</class>
1528    <extends>QFrame</extends>
1529    <header>accordion_frame.h</header>
1530    <container>1</container>
1531   </customwidget>
1532  </customwidgets>
1533  <resources>
1534   <include location="../../image/toolbar.qrc"/>
1535  </resources>
1536  <connections>
1537   <connection>
1538    <sender>actionFileQuit</sender>
1539    <signal>triggered()</signal>
1540    <receiver>MainWindow</receiver>
1541    <slot>close()</slot>
1542    <hints>
1543     <hint type="sourcelabel">
1544      <x>-1</x>
1545      <y>-1</y>
1546     </hint>
1547     <hint type="destinationlabel">
1548      <x>408</x>
1549      <y>258</y>
1550     </hint>
1551    </hints>
1552   </connection>
1553  </connections>
1554 </ui>