1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>ManageInterfacesDialog
</class>
4 <widget class=
"QDialog" name=
"ManageInterfacesDialog">
5 <property name=
"windowModality">
6 <enum>Qt::ApplicationModal
</enum>
8 <property name=
"geometry">
16 <property name=
"windowTitle">
17 <string>Manage Interfaces
</string>
19 <property name=
"modal">
22 <layout class=
"QVBoxLayout" name=
"verticalLayout_4">
24 <widget class=
"QTabWidget" name=
"tabWidget">
25 <property name=
"currentIndex">
28 <widget class=
"QWidget" name=
"localTab">
29 <property name=
"toolTip">
30 <string><html
><head/
><body
><p
>Click the checkbox to hide or show a hidden interface.
</p
></body
></html
></string>
32 <attribute name=
"title">
33 <string>Local Interfaces
</string>
35 <layout class=
"QVBoxLayout" name=
"verticalLayout">
37 <widget class=
"QTreeView" name=
"localView">
38 <property name=
"focusPolicy">
39 <enum>Qt::NoFocus
</enum>
41 <property name=
"indentation">
44 <property name=
"rootIsDecorated">
47 <property name=
"uniformRowHeights">
50 <property name=
"itemsExpandable">
57 <widget class=
"QWidget" name=
"pipeTab">
58 <property name=
"toolTip">
59 <string><html
><head/
><body
><p
>Add a pipe to capture from or remove an existing pipe from the list.
</p
></body
></html
></string>
61 <attribute name=
"title">
62 <string>Pipes
</string>
64 <layout class=
"QVBoxLayout" name=
"verticalLayout_2">
66 <widget class=
"QTreeView" name=
"pipeView">
67 <property name=
"sizePolicy">
68 <sizepolicy hsizetype=
"Expanding" vsizetype=
"Expanding">
69 <horstretch>0</horstretch>
70 <verstretch>0</verstretch>
73 <property name=
"baseSize">
79 <property name=
"verticalScrollBarPolicy">
80 <enum>Qt::ScrollBarAsNeeded
</enum>
82 <property name=
"horizontalScrollBarPolicy">
83 <enum>Qt::ScrollBarAlwaysOff
</enum>
85 <property name=
"textElideMode">
86 <enum>Qt::ElideMiddle
</enum>
88 <property name=
"rootIsDecorated">
91 <property name=
"itemsExpandable">
97 <layout class=
"QHBoxLayout" name=
"horizontalLayout_2">
99 <widget class=
"StockIconToolButton" name=
"addPipe">
100 <property name=
"toolTip">
101 <string><html
><head/
><body
><p
>Add a new pipe using default settings.
</p
></body
></html
></string>
103 <property name=
"text">
109 <widget class=
"StockIconToolButton" name=
"delPipe">
110 <property name=
"toolTip">
111 <string><html
><head/
><body
><p
>Remove the selected pipe from the list.
</p
></body
></html
></string>
113 <property name=
"text">
119 <spacer name=
"horizontalSpacer">
120 <property name=
"orientation">
121 <enum>Qt::Horizontal
</enum>
123 <property name=
"sizeHint" stdset=
"0">
135 <widget class=
"QWidget" name=
"remoteTab">
136 <attribute name=
"title">
137 <string>Remote Interfaces
</string>
139 <layout class=
"QVBoxLayout" name=
"verticalLayout_3">
141 <widget class=
"QTreeWidget" name=
"remoteList">
142 <property name=
"uniformRowHeights">
146 <property name=
"text">
147 <string>Show
</string>
151 <property name=
"text">
152 <string>Host / Device URL
</string>
158 <layout class=
"QHBoxLayout" name=
"horizontalLayout_3">
160 <widget class=
"StockIconToolButton" name=
"addRemote">
161 <property name=
"toolTip">
162 <string><html
><head/
><body
><p
>Add a remote host and its interfaces
</p
></body
></html
></string>
164 <property name=
"text">
170 <widget class=
"StockIconToolButton" name=
"delRemote">
171 <property name=
"toolTip">
172 <string><html
><head/
><body
><p
>Remove the selected host from the list.
</p
></body
></html
></string>
174 <property name=
"text">
180 <spacer name=
"horizontalSpacer_2">
181 <property name=
"orientation">
182 <enum>Qt::Horizontal
</enum>
184 <property name=
"sizeHint" stdset=
"0">
193 <widget class=
"QPushButton" name=
"remoteSettings">
194 <property name=
"text">
195 <string>Remote Settings
</string>
206 <widget class=
"QLabel" name=
"hintLabel">
207 <property name=
"text">
208 <string><small
><i
></i
></small
></string>
210 <property name=
"wordWrap">
216 <widget class=
"QDialogButtonBox" name=
"buttonBox">
217 <property name=
"standardButtons">
218 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok
</set>
226 <class>StockIconToolButton
</class>
227 <extends>QToolButton
</extends>
228 <header>widgets/stock_icon_tool_button.h
</header>
234 <sender>buttonBox
</sender>
235 <signal>accepted()
</signal>
236 <receiver>ManageInterfacesDialog
</receiver>
237 <slot>accept()
</slot>
239 <hint type=
"sourcelabel">
243 <hint type=
"destinationlabel">
250 <sender>buttonBox
</sender>
251 <signal>rejected()
</signal>
252 <receiver>ManageInterfacesDialog
</receiver>
253 <slot>reject()
</slot>
255 <hint type=
"sourcelabel">
259 <hint type=
"destinationlabel">