Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / traffic_table_dialog.ui
blob901df7bf3ee5b2e1752c733cab4d1b511f45d12a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>TrafficTableDialog</class>
4 <widget class="QDialog" name="TrafficTableDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>680</width>
10 <height>475</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_3">
14 <item>
15 <layout class="QHBoxLayout" name="horizontalLayout">
16 <item>
17 <widget class="QWidget" name="widget" native="true">
18 <property name="maximumSize">
19 <size>
20 <width>210</width>
21 <height>16777215</height>
22 </size>
23 </property>
24 <layout class="QVBoxLayout" name="verticalLayout_2">
25 <item>
26 <widget class="QGroupBox" name="grpSettings">
27 <property name="title">
28 <string>GroupBox</string>
29 </property>
30 <layout class="QVBoxLayout" name="verticalLayout">
31 <item>
32 <widget class="QCheckBox" name="nameResolutionCheckBox">
33 <property name="toolTip">
34 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show resolved addresses and port names rather than plain values. The corresponding name resolution preference must be enabled.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
35 </property>
36 <property name="text">
37 <string>Name resolution</string>
38 </property>
39 </widget>
40 </item>
41 <item>
42 <widget class="QCheckBox" name="absoluteTimeCheckBox">
43 <property name="toolTip">
44 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show absolute times in the start time column.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
45 </property>
46 <property name="text">
47 <string>Absolute start time</string>
48 </property>
49 </widget>
50 </item>
51 <item>
52 <widget class="QCheckBox" name="displayFilterCheckBox">
53 <property name="toolTip">
54 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Only show conversations matching the current display filter&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
55 </property>
56 <property name="text">
57 <string>Limit to display filter</string>
58 </property>
59 </widget>
60 </item>
61 <item>
62 <spacer name="verticalSpacer">
63 <property name="orientation">
64 <enum>Qt::Vertical</enum>
65 </property>
66 <property name="sizeHint" stdset="0">
67 <size>
68 <width>20</width>
69 <height>40</height>
70 </size>
71 </property>
72 </spacer>
73 </item>
74 <item>
75 <widget class="QDialogButtonBox" name="btnBoxSettings">
76 <property name="sizePolicy">
77 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
78 <horstretch>0</horstretch>
79 <verstretch>0</verstretch>
80 </sizepolicy>
81 </property>
82 <property name="orientation">
83 <enum>Qt::Vertical</enum>
84 </property>
85 <property name="standardButtons">
86 <set>QDialogButtonBox::NoButton</set>
87 </property>
88 </widget>
89 </item>
90 </layout>
91 </widget>
92 </item>
93 <item>
94 <widget class="TrafficTypesList" name="trafficList"/>
95 </item>
96 <item>
97 <widget class="QLineEdit" name="trafficListSearch">
98 <property name="toolTip">
99 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Only show types matching the filter value&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
100 </property>
101 <property name="text">
102 <string/>
103 </property>
104 <property name="placeholderText">
105 <string>Filter list for specific type</string>
106 </property>
107 </widget>
108 </item>
109 </layout>
110 </widget>
111 </item>
112 <item>
113 <widget class="TrafficTab" name="trafficTab"/>
114 </item>
115 </layout>
116 </item>
117 <item>
118 <widget class="QDialogButtonBox" name="buttonBox">
119 <property name="orientation">
120 <enum>Qt::Horizontal</enum>
121 </property>
122 <property name="standardButtons">
123 <set>QDialogButtonBox::Close|QDialogButtonBox::Help</set>
124 </property>
125 </widget>
126 </item>
127 </layout>
128 </widget>
129 <customwidgets>
130 <customwidget>
131 <class>TrafficTab</class>
132 <extends>QTabWidget</extends>
133 <header>ui/qt/widgets/traffic_tab.h</header>
134 <container>1</container>
135 </customwidget>
136 <customwidget>
137 <class>TrafficTypesList</class>
138 <extends>QTreeView</extends>
139 <header>ui/qt/widgets/traffic_types_list.h</header>
140 </customwidget>
141 </customwidgets>
142 <resources/>
143 <connections>
144 <connection>
145 <sender>buttonBox</sender>
146 <signal>accepted()</signal>
147 <receiver>TrafficTableDialog</receiver>
148 <slot>accept()</slot>
149 <hints>
150 <hint type="sourcelabel">
151 <x>248</x>
152 <y>254</y>
153 </hint>
154 <hint type="destinationlabel">
155 <x>157</x>
156 <y>274</y>
157 </hint>
158 </hints>
159 </connection>
160 <connection>
161 <sender>buttonBox</sender>
162 <signal>rejected()</signal>
163 <receiver>TrafficTableDialog</receiver>
164 <slot>reject()</slot>
165 <hints>
166 <hint type="sourcelabel">
167 <x>316</x>
168 <y>260</y>
169 </hint>
170 <hint type="destinationlabel">
171 <x>286</x>
172 <y>274</y>
173 </hint>
174 </hints>
175 </connection>
176 </connections>
177 </ui>