Qt: Update and rename the summary dialog.
[metze/wireshark/wip.git] / ui / qt / sctp_all_assocs_dialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SCTPAllAssocsDialog</class>
4  <widget class="QDialog" name="SCTPAllAssocsDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>685</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Wireshark - SCTP Associations</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QTableWidget" name="assocList">
19      <property name="editTriggers">
20       <set>QAbstractItemView::NoEditTriggers</set>
21      </property>
22      <property name="showDropIndicator" stdset="0">
23       <bool>false</bool>
24      </property>
25      <property name="dragDropOverwriteMode">
26       <bool>false</bool>
27      </property>
28      <property name="alternatingRowColors">
29       <bool>true</bool>
30      </property>
31      <property name="selectionMode">
32       <enum>QAbstractItemView::SingleSelection</enum>
33      </property>
34      <property name="selectionBehavior">
35       <enum>QAbstractItemView::SelectRows</enum>
36      </property>
37      <property name="sortingEnabled">
38       <bool>true</bool>
39      </property>
40      <property name="wordWrap">
41       <bool>false</bool>
42      </property>
43      <property name="rowCount">
44       <number>2</number>
45      </property>
46      <property name="columnCount">
47       <number>6</number>
48      </property>
49      <attribute name="horizontalHeaderDefaultSectionSize">
50       <number>120</number>
51      </attribute>
52      <attribute name="horizontalHeaderMinimumSectionSize">
53       <number>50</number>
54      </attribute>
55      <attribute name="horizontalHeaderStretchLastSection">
56       <bool>true</bool>
57      </attribute>
58      <row/>
59      <row/>
60      <column>
61       <property name="text">
62        <string>ID</string>
63       </property>
64      </column>
65      <column>
66       <property name="text">
67        <string>Port 1</string>
68       </property>
69      </column>
70      <column>
71       <property name="text">
72        <string>Port 2</string>
73       </property>
74      </column>
75      <column>
76       <property name="text">
77        <string>Number of Packets</string>
78       </property>
79      </column>
80      <column>
81       <property name="text">
82        <string>Number of DATA Chunks</string>
83       </property>
84      </column>
85      <column>
86       <property name="text">
87        <string>Number of Bytes</string>
88       </property>
89      </column>
90     </widget>
91    </item>
92    <item>
93     <layout class="QHBoxLayout" name="horizontalLayout"/>
94    </item>
95    <item>
96     <layout class="QHBoxLayout" name="horizontalLayout_2">
97      <item>
98       <widget class="QPushButton" name="setFilterButton">
99        <property name="enabled">
100         <bool>false</bool>
101        </property>
102        <property name="focusPolicy">
103         <enum>Qt::ClickFocus</enum>
104        </property>
105        <property name="text">
106         <string>Filter Selected Association</string>
107        </property>
108       </widget>
109      </item>
110      <item>
111       <widget class="QPushButton" name="analyseButton">
112        <property name="enabled">
113         <bool>false</bool>
114        </property>
115        <property name="focusPolicy">
116         <enum>Qt::ClickFocus</enum>
117        </property>
118        <property name="text">
119         <string>Analyze</string>
120        </property>
121       </widget>
122      </item>
123      <item>
124       <spacer name="horizontalSpacer_2">
125        <property name="orientation">
126         <enum>Qt::Horizontal</enum>
127        </property>
128        <property name="sizeHint" stdset="0">
129         <size>
130          <width>10</width>
131          <height>20</height>
132         </size>
133        </property>
134       </spacer>
135      </item>
136      <item>
137       <widget class="QDialogButtonBox" name="buttonBox">
138        <property name="orientation">
139         <enum>Qt::Horizontal</enum>
140        </property>
141        <property name="standardButtons">
142         <set>QDialogButtonBox::Close</set>
143        </property>
144       </widget>
145      </item>
146     </layout>
147    </item>
148   </layout>
149   <action name="actionReset">
150    <property name="text">
151     <string>Reset Graph</string>
152    </property>
153    <property name="toolTip">
154     <string>Reset the graph to its initial state.</string>
155    </property>
156    <property name="shortcut">
157     <string>0</string>
158    </property>
159   </action>
160   <action name="actionZoomIn">
161    <property name="text">
162     <string>Zoom In</string>
163    </property>
164    <property name="toolTip">
165     <string>Zoom In</string>
166    </property>
167    <property name="shortcut">
168     <string>+</string>
169    </property>
170   </action>
171   <action name="actionZoomOut">
172    <property name="text">
173     <string>Zoom Out</string>
174    </property>
175    <property name="toolTip">
176     <string>Zoom Out</string>
177    </property>
178    <property name="shortcut">
179     <string>-</string>
180    </property>
181   </action>
182   <action name="actionMoveUp10">
183    <property name="text">
184     <string>Move Up 10 Pixels</string>
185    </property>
186    <property name="toolTip">
187     <string>Move Up 10 Pixels</string>
188    </property>
189    <property name="shortcut">
190     <string>Up</string>
191    </property>
192   </action>
193   <action name="actionMoveLeft10">
194    <property name="text">
195     <string>Move Left 10 Pixels</string>
196    </property>
197    <property name="toolTip">
198     <string>Move Left 10 Pixels</string>
199    </property>
200    <property name="shortcut">
201     <string>Left</string>
202    </property>
203   </action>
204   <action name="actionMoveRight10">
205    <property name="text">
206     <string>Move Right 10 Pixels</string>
207    </property>
208    <property name="toolTip">
209     <string>Move Right 10 Pixels</string>
210    </property>
211    <property name="shortcut">
212     <string>Right</string>
213    </property>
214   </action>
215   <action name="actionMoveDown10">
216    <property name="text">
217     <string>Move Down 10 Pixels</string>
218    </property>
219    <property name="toolTip">
220     <string>Move Down 10 Pixels</string>
221    </property>
222    <property name="shortcut">
223     <string>Down</string>
224    </property>
225   </action>
226   <action name="actionMoveUp1">
227    <property name="text">
228     <string>Move Up 1 Pixel</string>
229    </property>
230    <property name="toolTip">
231     <string>Move Up 1 Pixel</string>
232    </property>
233    <property name="shortcut">
234     <string>Shift+Up</string>
235    </property>
236   </action>
237   <action name="actionMoveLeft1">
238    <property name="text">
239     <string>Move Left 1 Pixel</string>
240    </property>
241    <property name="toolTip">
242     <string>Move Left 1 Pixel</string>
243    </property>
244    <property name="shortcut">
245     <string>Shift+Left</string>
246    </property>
247   </action>
248   <action name="actionMoveRight1">
249    <property name="text">
250     <string>Move Right 1 Pixel</string>
251    </property>
252    <property name="toolTip">
253     <string>Move Right 1 Pixel</string>
254    </property>
255    <property name="shortcut">
256     <string>Shift+Right</string>
257    </property>
258   </action>
259   <action name="actionMoveDown1">
260    <property name="text">
261     <string>Move Down 1 Pixel</string>
262    </property>
263    <property name="toolTip">
264     <string>Move Down 1 Pixel</string>
265    </property>
266    <property name="shortcut">
267     <string>Shift+Down</string>
268    </property>
269   </action>
270   <action name="actionNextStream">
271    <property name="text">
272     <string>Next Stream</string>
273    </property>
274    <property name="toolTip">
275     <string>Go to the next stream in the capture</string>
276    </property>
277    <property name="shortcut">
278     <string>PgUp</string>
279    </property>
280   </action>
281   <action name="actionPreviousStream">
282    <property name="text">
283     <string>Previous Stream</string>
284    </property>
285    <property name="toolTip">
286     <string>Go to the previous stream in the capture</string>
287    </property>
288    <property name="shortcut">
289     <string>PgDown</string>
290    </property>
291   </action>
292   <action name="actionSwitchDirection">
293    <property name="text">
294     <string>Switch Direction</string>
295    </property>
296    <property name="toolTip">
297     <string>Switch direction (swap TCP endpoints)</string>
298    </property>
299    <property name="shortcut">
300     <string>D</string>
301    </property>
302   </action>
303   <action name="actionGoToPacket">
304    <property name="text">
305     <string>Go To Packet Under Cursor</string>
306    </property>
307    <property name="toolTip">
308     <string>Go to packet currently under the cursor</string>
309    </property>
310    <property name="shortcut">
311     <string>G</string>
312    </property>
313   </action>
314   <action name="actionDragZoom">
315    <property name="text">
316     <string>Drag / Zoom</string>
317    </property>
318    <property name="toolTip">
319     <string>Toggle mouse drag / zoom behavior</string>
320    </property>
321    <property name="shortcut">
322     <string>Z</string>
323    </property>
324   </action>
325   <action name="actionToggleSequenceNumbers">
326    <property name="text">
327     <string>Relative / Absolute Sequence Numbers</string>
328    </property>
329    <property name="toolTip">
330     <string>Toggle relative / absolute sequence numbers</string>
331    </property>
332    <property name="shortcut">
333     <string>S</string>
334    </property>
335   </action>
336   <action name="actionToggleTimeOrigin">
337    <property name="text">
338     <string>Capture / Session Time Origin</string>
339    </property>
340    <property name="toolTip">
341     <string>Toggle capture / session time origin</string>
342    </property>
343    <property name="shortcut">
344     <string>T</string>
345    </property>
346   </action>
347   <action name="actionCrosshairs">
348    <property name="text">
349     <string>Crosshairs</string>
350    </property>
351    <property name="toolTip">
352     <string>Toggle crosshairs</string>
353    </property>
354    <property name="shortcut">
355     <string>Space</string>
356    </property>
357   </action>
358   <action name="actionRoundTripTime">
359    <property name="text">
360     <string>Round Trip Time</string>
361    </property>
362    <property name="toolTip">
363     <string>Switch to the Round Trip Time graph</string>
364    </property>
365    <property name="shortcut">
366     <string>1</string>
367    </property>
368   </action>
369   <action name="actionThroughput">
370    <property name="text">
371     <string>Throughput</string>
372    </property>
373    <property name="toolTip">
374     <string>Switch to the Throughput graph</string>
375    </property>
376    <property name="shortcut">
377     <string>2</string>
378    </property>
379   </action>
380   <action name="actionStevens">
381    <property name="text">
382     <string>Time / Sequence (Stevens)</string>
383    </property>
384    <property name="toolTip">
385     <string>Switch to the Stevens-style Time / Sequence graph</string>
386    </property>
387    <property name="shortcut">
388     <string>3</string>
389    </property>
390   </action>
391   <action name="actionWindowScaling">
392    <property name="text">
393     <string>Window Scaling</string>
394    </property>
395    <property name="toolTip">
396     <string>Switch to the Window Scaling graph</string>
397    </property>
398    <property name="shortcut">
399     <string>5</string>
400    </property>
401   </action>
402   <action name="actionTcptrace">
403    <property name="text">
404     <string>Time / Sequence (tcptrace)</string>
405    </property>
406    <property name="toolTip">
407     <string>Switch to the tcptrace-style Time / Sequence graph</string>
408    </property>
409    <property name="shortcut">
410     <string>4</string>
411    </property>
412   </action>
413  </widget>
414  <connections>
415   <connection>
416    <sender>buttonBox</sender>
417    <signal>clicked(QAbstractButton*)</signal>
418    <receiver>SCTPAllAssocsDialog</receiver>
419    <slot>close()</slot>
420    <hints>
421     <hint type="sourcelabel">
422      <x>644</x>
423      <y>274</y>
424     </hint>
425     <hint type="destinationlabel">
426      <x>659</x>
427      <y>322</y>
428     </hint>
429    </hints>
430   </connection>
431  </connections>
432 </ui>