LATER... ei_kerberos_kdc_session_key ...
[wireshark-sm.git] / ui / qt / lte_rlc_graph_dialog.ui
blobc2574cdb87118e51867e9b0717c7b609da68927d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>LteRlcGraphDialog</class>
4 <widget class="QDialog" name="LteRlcGraphDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>660</width>
10 <height>447</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,0,0">
17 <item>
18 <widget class="QCustomPlot" name="rlcPlot" native="true"/>
19 </item>
20 <item>
21 <widget class="QLabel" name="hintLabel">
22 <property name="toolTip">
23 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;
25 &lt;h3&gt;Valuable and amazing time-saving keyboard shortcuts&lt;/h3&gt;
26 &lt;table&gt;&lt;tbody&gt;
28 &lt;tr&gt;&lt;th&gt;+&lt;/th&gt;&lt;td&gt;Zoom in&lt;/td&gt;&lt;/th&gt;
29 &lt;tr&gt;&lt;th&gt;-&lt;/th&gt;&lt;td&gt;Zoom out&lt;/td&gt;&lt;/th&gt;
30 &lt;tr&gt;&lt;th&gt;0&lt;/th&gt;&lt;td&gt;Reset graph to its initial state&lt;/td&gt;&lt;/th&gt;
32 &lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;td&gt;Move right 10 pixels&lt;/td&gt;&lt;/th&gt;
33 &lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;td&gt;Move left 10 pixels&lt;/td&gt;&lt;/th&gt;
34 &lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;td&gt;Move up 10 pixels&lt;/td&gt;&lt;/th&gt;
35 &lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;td&gt;Move down 10 pixels&lt;/td&gt;&lt;/th&gt;
36 &lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;&lt;/th&gt;&lt;td&gt;Move right 1 pixel&lt;/td&gt;&lt;/th&gt;
37 &lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;&lt;/th&gt;&lt;td&gt;Move left 1 pixel&lt;/td&gt;&lt;/th&gt;
38 &lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;&lt;/th&gt;&lt;td&gt;Move up 1 pixel&lt;/td&gt;&lt;/th&gt;
39 &lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;&lt;/th&gt;&lt;td&gt;Move down 1 pixel&lt;/td&gt;&lt;/th&gt;
41 &lt;tr&gt;&lt;th&gt;g&lt;/th&gt;&lt;td&gt;Go to packet under cursor&lt;/td&gt;&lt;/th&gt;
43 &lt;tr&gt;&lt;th&gt;z&lt;/th&gt;&lt;td&gt;Toggle mouse drag / zoom&lt;/td&gt;&lt;/th&gt;
44 &lt;tr&gt;&lt;th&gt;t&lt;/th&gt;&lt;td&gt;Toggle capture / session time origin&lt;/td&gt;&lt;/th&gt;
45 &lt;tr&gt;&lt;th&gt;Space&lt;/th&gt;&lt;td&gt;Toggle crosshairs&lt;/td&gt;&lt;/th&gt;
47 &lt;/tbody&gt;&lt;/table&gt;
48 &lt;/body&gt;&lt;/html&gt;</string>
49 </property>
50 <property name="text">
51 <string/>
52 </property>
53 <property name="wordWrap">
54 <bool>true</bool>
55 </property>
56 </widget>
57 </item>
58 <item>
59 <layout class="QHBoxLayout" name="horizontalLayout_2">
60 <item>
61 <widget class="QLabel" name="mouseLabel">
62 <property name="text">
63 <string>Mouse</string>
64 </property>
65 </widget>
66 </item>
67 <item>
68 <widget class="QRadioButton" name="dragRadioButton">
69 <property name="toolTip">
70 <string>Drag using the mouse button.</string>
71 </property>
72 <property name="text">
73 <string>drags</string>
74 </property>
75 <property name="checkable">
76 <bool>true</bool>
77 </property>
78 </widget>
79 </item>
80 <item>
81 <widget class="QRadioButton" name="zoomRadioButton">
82 <property name="toolTip">
83 <string>Select using the mouse button.</string>
84 </property>
85 <property name="text">
86 <string>zooms</string>
87 </property>
88 <property name="checkable">
89 <bool>true</bool>
90 </property>
91 </widget>
92 </item>
93 <item>
94 <spacer name="horizontalSpacer_2">
95 <property name="orientation">
96 <enum>Qt::Horizontal</enum>
97 </property>
98 <property name="sizeHint" stdset="0">
99 <size>
100 <width>40</width>
101 <height>20</height>
102 </size>
103 </property>
104 </spacer>
105 </item>
106 <item>
107 <widget class="QPushButton" name="resetButton">
108 <property name="toolTip">
109 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Reset the graph to its initial state.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
110 </property>
111 <property name="text">
112 <string>Reset</string>
113 </property>
114 </widget>
115 </item>
116 <item>
117 <widget class="QPushButton" name="otherDirectionButton">
118 <property name="toolTip">
119 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Switch the direction of the connection (view the opposite flow).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
120 </property>
121 <property name="text">
122 <string>Switch Direction</string>
123 </property>
124 </widget>
125 </item>
126 </layout>
127 </item>
128 <item>
129 <widget class="QDialogButtonBox" name="buttonBox">
130 <property name="orientation">
131 <enum>Qt::Horizontal</enum>
132 </property>
133 <property name="standardButtons">
134 <set>QDialogButtonBox::Close|QDialogButtonBox::Help|QDialogButtonBox::Save</set>
135 </property>
136 </widget>
137 </item>
138 </layout>
139 <action name="actionReset">
140 <property name="text">
141 <string>Reset Graph</string>
142 </property>
143 <property name="toolTip">
144 <string>Reset the graph to its initial state.</string>
145 </property>
146 <property name="shortcut">
147 <string>0</string>
148 </property>
149 </action>
150 <action name="actionZoomIn">
151 <property name="text">
152 <string>Zoom In</string>
153 </property>
154 <property name="toolTip">
155 <string>Zoom In</string>
156 </property>
157 <property name="shortcut">
158 <string>+</string>
159 </property>
160 </action>
161 <action name="actionZoomOut">
162 <property name="text">
163 <string>Zoom Out</string>
164 </property>
165 <property name="toolTip">
166 <string>Zoom Out</string>
167 </property>
168 <property name="shortcut">
169 <string>-</string>
170 </property>
171 </action>
172 <action name="actionMoveUp10">
173 <property name="text">
174 <string>Move Up 10 Pixels</string>
175 </property>
176 <property name="toolTip">
177 <string>Move Up 10 Pixels</string>
178 </property>
179 <property name="shortcut">
180 <string>Up</string>
181 </property>
182 </action>
183 <action name="actionMoveLeft10">
184 <property name="text">
185 <string>Move Left 10 Pixels</string>
186 </property>
187 <property name="toolTip">
188 <string>Move Left 10 Pixels</string>
189 </property>
190 <property name="shortcut">
191 <string>Left</string>
192 </property>
193 </action>
194 <action name="actionMoveRight10">
195 <property name="text">
196 <string>Move Right 10 Pixels</string>
197 </property>
198 <property name="toolTip">
199 <string>Move Right 10 Pixels</string>
200 </property>
201 <property name="shortcut">
202 <string>Right</string>
203 </property>
204 </action>
205 <action name="actionMoveDown10">
206 <property name="text">
207 <string>Move Down 10 Pixels</string>
208 </property>
209 <property name="toolTip">
210 <string>Move Down 10 Pixels</string>
211 </property>
212 <property name="shortcut">
213 <string>Down</string>
214 </property>
215 </action>
216 <action name="actionMoveUp1">
217 <property name="text">
218 <string>Move Up 1 Pixel</string>
219 </property>
220 <property name="toolTip">
221 <string>Move Up 1 Pixel</string>
222 </property>
223 <property name="shortcut">
224 <string>Shift+Up</string>
225 </property>
226 </action>
227 <action name="actionMoveLeft1">
228 <property name="text">
229 <string>Move Left 1 Pixel</string>
230 </property>
231 <property name="toolTip">
232 <string>Move Left 1 Pixel</string>
233 </property>
234 <property name="shortcut">
235 <string>Shift+Left</string>
236 </property>
237 </action>
238 <action name="actionMoveRight1">
239 <property name="text">
240 <string>Move Right 1 Pixel</string>
241 </property>
242 <property name="toolTip">
243 <string>Move Right 1 Pixel</string>
244 </property>
245 <property name="shortcut">
246 <string>Shift+Right</string>
247 </property>
248 </action>
249 <action name="actionMoveDown1">
250 <property name="text">
251 <string>Move Down 1 Pixel</string>
252 </property>
253 <property name="toolTip">
254 <string>Move down 1 Pixel</string>
255 </property>
256 <property name="shortcut">
257 <string>Shift+Down</string>
258 </property>
259 </action>
260 <action name="actionDragZoom">
261 <property name="text">
262 <string>Drag / Zoom</string>
263 </property>
264 <property name="toolTip">
265 <string>Toggle mouse drag / zoom behavior</string>
266 </property>
267 <property name="shortcut">
268 <string>Z</string>
269 </property>
270 </action>
271 <action name="actionCrosshairs">
272 <property name="text">
273 <string>Crosshairs</string>
274 </property>
275 <property name="toolTip">
276 <string>Toggle crosshairs</string>
277 </property>
278 <property name="shortcut">
279 <string>Space</string>
280 </property>
281 </action>
282 <action name="actionMoveUp100">
283 <property name="text">
284 <string>Move Up 100 Pixels</string>
285 </property>
286 <property name="toolTip">
287 <string>Move Up 100 Pixels</string>
288 </property>
289 <property name="shortcut">
290 <string>PgUp</string>
291 </property>
292 </action>
293 <action name="actionMoveDown100">
294 <property name="text">
295 <string>Move Up 100 Pixels</string>
296 </property>
297 <property name="toolTip">
298 <string>Move Up 100 Pixels</string>
299 </property>
300 <property name="shortcut">
301 <string>PgDown</string>
302 </property>
303 </action>
304 <action name="actionGoToPacket">
305 <property name="text">
306 <string>Go To Packet Under Cursor</string>
307 </property>
308 <property name="toolTip">
309 <string>Go to packet currently under the cursor</string>
310 </property>
311 <property name="shortcut">
312 <string>G</string>
313 </property>
314 </action>
315 <action name="actionZoomInX">
316 <property name="text">
317 <string>Zoom In X Axis</string>
318 </property>
319 <property name="toolTip">
320 <string>Zoom In X Axis</string>
321 </property>
322 <property name="shortcut">
323 <string>X</string>
324 </property>
325 </action>
326 <action name="actionZoomOutY">
327 <property name="text">
328 <string>Zoom Out Y Axis</string>
329 </property>
330 <property name="toolTip">
331 <string>Zoom Out Y Axis</string>
332 </property>
333 <property name="shortcut">
334 <string>Shift+Y</string>
335 </property>
336 </action>
337 <action name="actionZoomInY">
338 <property name="text">
339 <string>Zoom In Y Axis</string>
340 </property>
341 <property name="toolTip">
342 <string>Zoom In Y Axis</string>
343 </property>
344 <property name="shortcut">
345 <string>Y</string>
346 </property>
347 </action>
348 <action name="actionZoomOutX">
349 <property name="text">
350 <string>Zoom Out X Axis</string>
351 </property>
352 <property name="toolTip">
353 <string>Zoom Out X Axis</string>
354 </property>
355 <property name="shortcut">
356 <string>Shift+X</string>
357 </property>
358 </action>
359 <action name="actionSwitchDirection">
360 <property name="text">
361 <string>Switch Direction</string>
362 </property>
363 <property name="toolTip">
364 <string>Switch direction (swap between UL and DL)</string>
365 </property>
366 <property name="shortcut">
367 <string>D</string>
368 </property>
369 </action>
370 </widget>
371 <customwidgets>
372 <customwidget>
373 <class>QCustomPlot</class>
374 <extends>QWidget</extends>
375 <header>widgets/qcustomplot.h</header>
376 <container>1</container>
377 </customwidget>
378 </customwidgets>
379 <resources/>
380 <connections>
381 <connection>
382 <sender>buttonBox</sender>
383 <signal>rejected()</signal>
384 <receiver>LteRlcGraphDialog</receiver>
385 <slot>reject()</slot>
386 <hints>
387 <hint type="sourcelabel">
388 <x>316</x>
389 <y>260</y>
390 </hint>
391 <hint type="destinationlabel">
392 <x>286</x>
393 <y>274</y>
394 </hint>
395 </hints>
396 </connection>
397 </connections>
398 </ui>