Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / main_window_preferences_frame.ui
blob6ed803c380401032aebecbc76fc893b88df0414f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MainWindowPreferencesFrame</class>
4 <widget class="QFrame" name="MainWindowPreferencesFrame">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>405</width>
10 <height>445</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="minimumSize">
20 <size>
21 <width>0</width>
22 <height>384</height>
23 </size>
24 </property>
25 <property name="windowTitle">
26 <string>Frame</string>
27 </property>
28 <property name="frameShape">
29 <enum>QFrame::NoFrame</enum>
30 </property>
31 <property name="frameShadow">
32 <enum>QFrame::Plain</enum>
33 </property>
34 <property name="lineWidth">
35 <number>0</number>
36 </property>
37 <layout class="QVBoxLayout" name="verticalLayout">
38 <item>
39 <widget class="QCheckBox" name="geometryCheckBox">
40 <property name="toolTip">
41 <string>Checking this will save the size, position, and maximized state of the main window.</string>
42 </property>
43 <property name="text">
44 <string>Remember main window size and placement</string>
45 </property>
46 </widget>
47 </item>
48 <item>
49 <widget class="QLabel" name="label">
50 <property name="text">
51 <string>Open files in</string>
52 </property>
53 </widget>
54 </item>
55 <item>
56 <layout class="QGridLayout" name="gridLayout">
57 <item row="1" column="0">
58 <widget class="QRadioButton" name="foStyleSpecifiedRadioButton">
59 <property name="text">
60 <string>This folder:</string>
61 </property>
62 <attribute name="buttonGroup">
63 <string notr="true">openInButtonGroup</string>
64 </attribute>
65 </widget>
66 </item>
67 <item row="1" column="1">
68 <widget class="QLineEdit" name="foStyleSpecifiedLineEdit"/>
69 </item>
70 <item row="1" column="2">
71 <widget class="QPushButton" name="foStyleSpecifiedPushButton">
72 <property name="text">
73 <string>Browse…</string>
74 </property>
75 </widget>
76 </item>
77 <item row="0" column="0" colspan="3">
78 <widget class="QRadioButton" name="foStyleLastOpenedRadioButton">
79 <property name="text">
80 <string>The most recently used folder</string>
81 </property>
82 <attribute name="buttonGroup">
83 <string notr="true">openInButtonGroup</string>
84 </attribute>
85 </widget>
86 </item>
87 <item row="2" column="0" colspan="3">
88 <widget class="QRadioButton" name="foStyleCWDRadioButton">
89 <property name="text">
90 <string>The current working directory</string>
91 </property>
92 <attribute name="buttonGroup">
93 <string notr="true">openInButtonGroup</string>
94 </attribute>
95 </widget>
96 </item>
97 </layout>
98 </item>
99 <item>
100 <widget class="QLabel" name="label_2">
101 <property name="text">
102 <string>Show up to</string>
103 </property>
104 </widget>
105 </item>
106 <item>
107 <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,0,1">
108 <item>
109 <widget class="QLineEdit" name="maxFilterLineEdit"/>
110 </item>
111 <item>
112 <widget class="QLabel" name="label_3">
113 <property name="text">
114 <string>filter entries</string>
115 </property>
116 </widget>
117 </item>
118 <item>
119 <spacer name="horizontalSpacer">
120 <property name="orientation">
121 <enum>Qt::Horizontal</enum>
122 </property>
123 <property name="sizeHint" stdset="0">
124 <size>
125 <width>40</width>
126 <height>20</height>
127 </size>
128 </property>
129 </spacer>
130 </item>
131 </layout>
132 </item>
133 <item>
134 <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="0,0,1">
135 <item>
136 <widget class="QLineEdit" name="maxRecentLineEdit"/>
137 </item>
138 <item>
139 <widget class="QLabel" name="label_4">
140 <property name="text">
141 <string>recent files</string>
142 </property>
143 </widget>
144 </item>
145 <item>
146 <spacer name="horizontalSpacer_2">
147 <property name="orientation">
148 <enum>Qt::Horizontal</enum>
149 </property>
150 <property name="sizeHint" stdset="0">
151 <size>
152 <width>40</width>
153 <height>20</height>
154 </size>
155 </property>
156 </spacer>
157 </item>
158 </layout>
159 </item>
160 <item>
161 <widget class="QCheckBox" name="confirmUnsavedCheckBox">
162 <property name="text">
163 <string>Confirm unsaved capture files</string>
164 </property>
165 </widget>
166 </item>
167 <item>
168 <widget class="QCheckBox" name="displayAutoCompleteCheckBox">
169 <property name="text">
170 <string>Display autocompletion for filter text</string>
171 </property>
172 </widget>
173 </item>
174 <item>
175 <layout class="QHBoxLayout" name="horizontalLayout">
176 <item>
177 <widget class="QLabel" name="label_5">
178 <property name="text">
179 <string>Main toolbar style:</string>
180 </property>
181 </widget>
182 </item>
183 <item>
184 <widget class="QComboBox" name="mainToolbarComboBox">
185 <item>
186 <property name="text">
187 <string>Icons only</string>
188 </property>
189 </item>
190 <item>
191 <property name="text">
192 <string>Text only</string>
193 </property>
194 </item>
195 <item>
196 <property name="text">
197 <string>Icons &amp; Text</string>
198 </property>
199 </item>
200 </widget>
201 </item>
202 <item>
203 <spacer name="horizontalSpacer_4">
204 <property name="orientation">
205 <enum>Qt::Horizontal</enum>
206 </property>
207 <property name="sizeHint" stdset="0">
208 <size>
209 <width>40</width>
210 <height>20</height>
211 </size>
212 </property>
213 </spacer>
214 </item>
215 </layout>
216 </item>
217 <item>
218 <layout class="QHBoxLayout" name="horizontalLayout_4">
219 <item>
220 <widget class="QLabel" name="label_6">
221 <property name="text">
222 <string>Window title</string>
223 </property>
224 </widget>
225 </item>
226 <item>
227 <widget class="QLineEdit" name="windowTitle">
228 <property name="toolTip">
229 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Custom window title to be appended to the existing title&lt;br/&gt;%F = file path of the capture file&lt;br/&gt;%P = profile name&lt;br/&gt;%S = a conditional separator (&amp;quot; - &amp;quot;) that only shows when surrounded by variables with values or static text&lt;br/&gt;%V = version info&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
230 </property>
231 </widget>
232 </item>
233 </layout>
234 </item>
235 <item>
236 <layout class="QHBoxLayout" name="horizontalLayout_5">
237 <item>
238 <widget class="QLabel" name="label_8">
239 <property name="text">
240 <string>Prepend window title</string>
241 </property>
242 </widget>
243 </item>
244 <item>
245 <widget class="QLineEdit" name="prependWindowTitle">
246 <property name="toolTip">
247 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Custom window title to be prepended to the existing title&lt;br/&gt;%F = file path of the capture file&lt;br/&gt;%P = profile name&lt;br/&gt;%S = a conditional separator (&amp;quot; - &amp;quot;) that only shows when surrounded by variables with values or static text&lt;br/&gt;%V = version info&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
248 </property>
249 </widget>
250 </item>
251 </layout>
252 </item>
253 <!-- Language should be the last item. -->
254 <item>
255 <layout class="QHBoxLayout" name="horizontalLayout_6">
256 <item>
257 <widget class="QLabel" name="label_7">
258 <property name="text">
259 <string>Language: </string>
260 </property>
261 </widget>
262 </item>
263 <item>
264 <widget class="QComboBox" name="languageComboBox">
265 <property name="enabled">
266 <bool>true</bool>
267 </property>
268 <property name="maximumSize">
269 <size>
270 <width>16777215</width>
271 <height>16777215</height>
272 </size>
273 </property>
274 <item>
275 <property name="text">
276 <string>Use system setting</string>
277 </property>
278 </item>
279 </widget>
280 </item>
281 <item>
282 <spacer name="horizontalSpacer_6">
283 <property name="orientation">
284 <enum>Qt::Horizontal</enum>
285 </property>
286 <property name="sizeHint" stdset="0">
287 <size>
288 <width>40</width>
289 <height>20</height>
290 </size>
291 </property>
292 </spacer>
293 </item>
294 </layout>
295 </item>
296 <!-- Language should be the last item. -->
297 <item>
298 <spacer name="verticalSpacer">
299 <property name="orientation">
300 <enum>Qt::Vertical</enum>
301 </property>
302 <property name="sizeHint" stdset="0">
303 <size>
304 <width>20</width>
305 <height>1</height>
306 </size>
307 </property>
308 </spacer>
309 </item>
310 </layout>
311 </widget>
312 <resources/>
313 <connections/>
314 <buttongroups>
315 <buttongroup name="openInButtonGroup"/>
316 </buttongroups>
317 </ui>