TODO netlogon_user_flags_ntlmv2_enabled
[wireshark-sm.git] / ui / qt / manage_interfaces_dialog.ui
blobfa93023cf0361194e0b4fd77d8fa5a958f320620
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ManageInterfacesDialog</class>
4 <widget class="QDialog" name="ManageInterfacesDialog">
5 <property name="windowModality">
6 <enum>Qt::ApplicationModal</enum>
7 </property>
8 <property name="geometry">
9 <rect>
10 <x>0</x>
11 <y>0</y>
12 <width>750</width>
13 <height>425</height>
14 </rect>
15 </property>
16 <property name="windowTitle">
17 <string>Manage Interfaces</string>
18 </property>
19 <property name="modal">
20 <bool>false</bool>
21 </property>
22 <layout class="QVBoxLayout" name="verticalLayout_4">
23 <item>
24 <widget class="QTabWidget" name="tabWidget">
25 <property name="currentIndex">
26 <number>0</number>
27 </property>
28 <widget class="QWidget" name="localTab">
29 <property name="toolTip">
30 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Click the checkbox to hide or show a hidden interface.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
31 </property>
32 <attribute name="title">
33 <string>Local Interfaces</string>
34 </attribute>
35 <layout class="QVBoxLayout" name="verticalLayout">
36 <item>
37 <widget class="QTreeView" name="localView">
38 <property name="focusPolicy">
39 <enum>Qt::NoFocus</enum>
40 </property>
41 <property name="indentation">
42 <number>0</number>
43 </property>
44 <property name="rootIsDecorated">
45 <bool>false</bool>
46 </property>
47 <property name="uniformRowHeights">
48 <bool>true</bool>
49 </property>
50 <property name="itemsExpandable">
51 <bool>false</bool>
52 </property>
53 </widget>
54 </item>
55 </layout>
56 </widget>
57 <widget class="QWidget" name="pipeTab">
58 <property name="toolTip">
59 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Add a pipe to capture from or remove an existing pipe from the list.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
60 </property>
61 <attribute name="title">
62 <string>Pipes</string>
63 </attribute>
64 <layout class="QVBoxLayout" name="verticalLayout_2">
65 <item>
66 <widget class="QTreeView" name="pipeView">
67 <property name="sizePolicy">
68 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
69 <horstretch>0</horstretch>
70 <verstretch>0</verstretch>
71 </sizepolicy>
72 </property>
73 <property name="baseSize">
74 <size>
75 <width>0</width>
76 <height>0</height>
77 </size>
78 </property>
79 <property name="verticalScrollBarPolicy">
80 <enum>Qt::ScrollBarAsNeeded</enum>
81 </property>
82 <property name="horizontalScrollBarPolicy">
83 <enum>Qt::ScrollBarAlwaysOff</enum>
84 </property>
85 <property name="textElideMode">
86 <enum>Qt::ElideMiddle</enum>
87 </property>
88 <property name="rootIsDecorated">
89 <bool>false</bool>
90 </property>
91 <property name="itemsExpandable">
92 <bool>false</bool>
93 </property>
94 </widget>
95 </item>
96 <item>
97 <layout class="QHBoxLayout" name="horizontalLayout_2">
98 <item>
99 <widget class="StockIconToolButton" name="addPipe">
100 <property name="toolTip">
101 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Add a new pipe using default settings.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
102 </property>
103 <property name="text">
104 <string/>
105 </property>
106 </widget>
107 </item>
108 <item>
109 <widget class="StockIconToolButton" name="delPipe">
110 <property name="toolTip">
111 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Remove the selected pipe from the list.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
112 </property>
113 <property name="text">
114 <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 </layout>
134 </widget>
135 <widget class="QWidget" name="remoteTab">
136 <attribute name="title">
137 <string>Remote Interfaces</string>
138 </attribute>
139 <layout class="QVBoxLayout" name="verticalLayout_3">
140 <item>
141 <widget class="QTreeWidget" name="remoteList">
142 <property name="uniformRowHeights">
143 <bool>true</bool>
144 </property>
145 <column>
146 <property name="text">
147 <string>Show</string>
148 </property>
149 </column>
150 <column>
151 <property name="text">
152 <string>Host / Device URL</string>
153 </property>
154 </column>
155 </widget>
156 </item>
157 <item>
158 <layout class="QHBoxLayout" name="horizontalLayout_3">
159 <item>
160 <widget class="StockIconToolButton" name="addRemote">
161 <property name="toolTip">
162 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Add a remote host and its interfaces&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
163 </property>
164 <property name="text">
165 <string/>
166 </property>
167 </widget>
168 </item>
169 <item>
170 <widget class="StockIconToolButton" name="delRemote">
171 <property name="toolTip">
172 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Remove the selected host from the list.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
173 </property>
174 <property name="text">
175 <string/>
176 </property>
177 </widget>
178 </item>
179 <item>
180 <spacer name="horizontalSpacer_2">
181 <property name="orientation">
182 <enum>Qt::Horizontal</enum>
183 </property>
184 <property name="sizeHint" stdset="0">
185 <size>
186 <width>328</width>
187 <height>20</height>
188 </size>
189 </property>
190 </spacer>
191 </item>
192 <item>
193 <widget class="QPushButton" name="remoteSettings">
194 <property name="text">
195 <string>Remote Settings</string>
196 </property>
197 </widget>
198 </item>
199 </layout>
200 </item>
201 </layout>
202 </widget>
203 </widget>
204 </item>
205 <item>
206 <widget class="QLabel" name="hintLabel">
207 <property name="text">
208 <string>&lt;small&gt;&lt;i&gt;&lt;/i&gt;&lt;/small&gt;</string>
209 </property>
210 <property name="wordWrap">
211 <bool>true</bool>
212 </property>
213 </widget>
214 </item>
215 <item>
216 <widget class="QDialogButtonBox" name="buttonBox">
217 <property name="standardButtons">
218 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
219 </property>
220 </widget>
221 </item>
222 </layout>
223 </widget>
224 <customwidgets>
225 <customwidget>
226 <class>StockIconToolButton</class>
227 <extends>QToolButton</extends>
228 <header>widgets/stock_icon_tool_button.h</header>
229 </customwidget>
230 </customwidgets>
231 <resources/>
232 <connections>
233 <connection>
234 <sender>buttonBox</sender>
235 <signal>accepted()</signal>
236 <receiver>ManageInterfacesDialog</receiver>
237 <slot>accept()</slot>
238 <hints>
239 <hint type="sourcelabel">
240 <x>374</x>
241 <y>404</y>
242 </hint>
243 <hint type="destinationlabel">
244 <x>374</x>
245 <y>212</y>
246 </hint>
247 </hints>
248 </connection>
249 <connection>
250 <sender>buttonBox</sender>
251 <signal>rejected()</signal>
252 <receiver>ManageInterfacesDialog</receiver>
253 <slot>reject()</slot>
254 <hints>
255 <hint type="sourcelabel">
256 <x>374</x>
257 <y>404</y>
258 </hint>
259 <hint type="destinationlabel">
260 <x>374</x>
261 <y>212</y>
262 </hint>
263 </hints>
264 </connection>
265 </connections>
266 </ui>