Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / ui / qt / sctp_graph_dialog.ui
blobe5a41e7524e56293da86d24a24201575cebe81a0
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SCTPGraphDialog</class>
4 <widget class="QDialog" name="SCTPGraphDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>800</width>
10 <height>546</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>SCTP Graph</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout_2">
17 <item>
18 <layout class="QVBoxLayout" name="verticalLayout">
19 <item>
20 <widget class="QCustomPlot" name="sctpPlot" native="true">
21 <property name="sizePolicy">
22 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
23 <horstretch>0</horstretch>
24 <verstretch>1</verstretch>
25 </sizepolicy>
26 </property>
27 </widget>
28 </item>
29 <item>
30 <layout class="QHBoxLayout" name="horizontalLayout">
31 <item alignment="Qt::AlignLeft">
32 <widget class="QLabel" name="hintLabel">
33 <property name="minimumSize">
34 <size>
35 <width>300</width>
36 <height>0</height>
37 </size>
38 </property>
39 </widget>
40 </item>
41 <item alignment="Qt::AlignRight">
42 <widget class="QCheckBox" name="relativeTsn">
43 <property name="text">
44 <string>Relative TSNs</string>
45 </property>
46 </widget>
47 </item>
48 </layout>
49 </item>
50 <item>
51 <layout class="QHBoxLayout" name="horizontalLayout_2">
52 <item>
53 <widget class="QPushButton" name="pushButton">
54 <property name="focusPolicy">
55 <enum>Qt::NoFocus</enum>
56 </property>
57 <property name="text">
58 <string>Only SACKs</string>
59 </property>
60 </widget>
61 </item>
62 <item>
63 <widget class="QPushButton" name="pushButton_2">
64 <property name="focusPolicy">
65 <enum>Qt::NoFocus</enum>
66 </property>
67 <property name="text">
68 <string>Only TSNs</string>
69 </property>
70 </widget>
71 </item>
72 <item>
73 <widget class="QPushButton" name="pushButton_3">
74 <property name="focusPolicy">
75 <enum>Qt::NoFocus</enum>
76 </property>
77 <property name="text">
78 <string>Show both</string>
79 </property>
80 </widget>
81 </item>
82 <item>
83 <widget class="QPushButton" name="pushButton_4">
84 <property name="focusPolicy">
85 <enum>Qt::NoFocus</enum>
86 </property>
87 <property name="text">
88 <string>Reset to full size</string>
89 </property>
90 </widget>
91 </item>
92 <item>
93 <widget class="QPushButton" name="saveButton">
94 <property name="text">
95 <string>Save Graph</string>
96 </property>
97 </widget>
98 </item>
99 <item>
100 <spacer name="horizontalSpacer">
101 <property name="orientation">
102 <enum>Qt::Horizontal</enum>
103 </property>
104 <property name="sizeHint" stdset="0">
105 <size>
106 <width>40</width>
107 <height>20</height>
108 </size>
109 </property>
110 </spacer>
111 </item>
112 <item>
113 <widget class="QDialogButtonBox" name="buttonBox">
114 <property name="focusPolicy">
115 <enum>Qt::NoFocus</enum>
116 </property>
117 <property name="orientation">
118 <enum>Qt::Horizontal</enum>
119 </property>
120 <property name="standardButtons">
121 <set>QDialogButtonBox::Close</set>
122 </property>
123 </widget>
124 </item>
125 </layout>
126 </item>
127 </layout>
128 </item>
129 </layout>
130 <action name="actionGoToPacket">
131 <property name="text">
132 <string>goToPacket</string>
133 </property>
134 <property name="toolTip">
135 <string>Go to Packet</string>
136 </property>
137 </action>
138 </widget>
139 <customwidgets>
140 <customwidget>
141 <class>QCustomPlot</class>
142 <extends>QWidget</extends>
143 <header>widgets/qcustomplot.h</header>
144 <container>1</container>
145 </customwidget>
146 </customwidgets>
147 <resources/>
148 <connections>
149 <connection>
150 <sender>buttonBox</sender>
151 <signal>clicked(QAbstractButton*)</signal>
152 <receiver>SCTPGraphDialog</receiver>
153 <slot>close()</slot>
154 <hints>
155 <hint type="sourcelabel">
156 <x>706</x>
157 <y>530</y>
158 </hint>
159 <hint type="destinationlabel">
160 <x>703</x>
161 <y>574</y>
162 </hint>
163 </hints>
164 </connection>
165 </connections>
166 </ui>