update epan/dissectors/pidl/drsuapi/drsuapi.idl from samba
[wireshark-sm.git] / ui / qt / coloring_rules_dialog.ui
blob16935af821be8ffb156df9c0de92aad5a151a192
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ColoringRulesDialog</class>
4 <widget class="QDialog" name="ColoringRulesDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>650</width>
10 <height>480</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="TabnavTreeView" name="coloringRulesTreeView">
19 <property name="dragEnabled">
20 <bool>true</bool>
21 </property>
22 <property name="dragDropMode">
23 <enum>QAbstractItemView::InternalMove</enum>
24 </property>
25 <property name="selectionMode">
26 <enum>QAbstractItemView::ExtendedSelection</enum>
27 </property>
28 <property name="textElideMode">
29 <enum>Qt::ElideMiddle</enum>
30 </property>
31 <property name="rootIsDecorated">
32 <bool>false</bool>
33 </property>
34 <property name="uniformRowHeights">
35 <bool>true</bool>
36 </property>
37 <property name="itemsExpandable">
38 <bool>false</bool>
39 </property>
40 <property name="expandsOnDoubleClick">
41 <bool>false</bool>
42 </property>
43 <property name="DropIndicatorShown" stdset="0">
44 <bool>true</bool>
45 </property>
46 </widget>
47 </item>
48 <item>
49 <widget class="QLabel" name="hintLabel">
50 <property name="text">
51 <string>&lt;small&gt;&lt;i&gt;A hint.&lt;/i&gt;&lt;/small&gt;</string>
52 </property>
53 <property name="wordWrap">
54 <bool>true</bool>
55 </property>
56 </widget>
57 </item>
58 <item>
59 <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0,0,0,0,0,0,1">
60 <item>
61 <widget class="StockIconToolButton" name="newToolButton">
62 <property name="toolTip">
63 <string>Add a new coloring rule.</string>
64 </property>
65 <property name="text">
66 <string/>
67 </property>
68 </widget>
69 </item>
70 <item>
71 <widget class="StockIconToolButton" name="deleteToolButton">
72 <property name="enabled">
73 <bool>false</bool>
74 </property>
75 <property name="toolTip">
76 <string>Delete this coloring rule.</string>
77 </property>
78 <property name="text">
79 <string/>
80 </property>
81 </widget>
82 </item>
83 <item>
84 <widget class="StockIconToolButton" name="copyToolButton">
85 <property name="enabled">
86 <bool>false</bool>
87 </property>
88 <property name="toolTip">
89 <string>Duplicate this coloring rule.</string>
90 </property>
91 </widget>
92 </item>
93 <item>
94 <widget class="StockIconToolButton" name="clearToolButton">
95 <property name="enabled">
96 <bool>false</bool>
97 </property>
98 <property name="toolTip">
99 <string>Clear all coloring rules.</string>
100 </property>
101 </widget>
102 </item>
103 <item>
104 <widget class="QPushButton" name="fGPushButton">
105 <property name="visible">
106 <bool>false</bool>
107 </property>
108 <property name="toolTip">
109 <string>Set the foreground color for this rule.</string>
110 </property>
111 <property name="styleSheet">
112 <string notr="true">QPushButton { border: 1px solid palette(Dark); }</string>
113 </property>
114 <property name="text">
115 <string>Foreground</string>
116 </property>
117 <property name="autoDefault">
118 <bool>false</bool>
119 </property>
120 <property name="flat">
121 <bool>true</bool>
122 </property>
123 </widget>
124 </item>
125 <item>
126 <widget class="QPushButton" name="bGPushButton">
127 <property name="visible">
128 <bool>false</bool>
129 </property>
130 <property name="toolTip">
131 <string>Set the background color for this rule.</string>
132 </property>
133 <property name="styleSheet">
134 <string notr="true">QPushButton { border: 1px solid palette(Dark); }</string>
135 </property>
136 <property name="text">
137 <string>Background</string>
138 </property>
139 <property name="autoDefault">
140 <bool>false</bool>
141 </property>
142 <property name="flat">
143 <bool>true</bool>
144 </property>
145 </widget>
146 </item>
147 <item>
148 <widget class="QPushButton" name="displayFilterPushButton">
149 <property name="visible">
150 <bool>false</bool>
151 </property>
152 <property name="toolTip">
153 <string>Set the display filter using this rule.</string>
154 </property>
155 <property name="text">
156 <string>Apply as filter</string>
157 </property>
158 <property name="autoDefault">
159 <bool>false</bool>
160 </property>
161 </widget>
162 </item>
163 <item>
164 <spacer name="horizontalSpacer">
165 <property name="orientation">
166 <enum>Qt::Horizontal</enum>
167 </property>
168 <property name="sizeHint" stdset="0">
169 <size>
170 <width>40</width>
171 <height>20</height>
172 </size>
173 </property>
174 </spacer>
175 </item>
176 <item>
177 <widget class="ElidedLabel" name="pathLabel">
178 <property name="sizePolicy">
179 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
180 <horstretch>1</horstretch>
181 <verstretch>0</verstretch>
182 </sizepolicy>
183 </property>
184 <property name="text">
185 <string/>
186 </property>
187 <property name="alignment">
188 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
189 </property>
190 <property name="openExternalLinks">
191 <bool>true</bool>
192 </property>
193 </widget>
194 </item>
195 </layout>
196 </item>
197 <item>
198 <widget class="QDialogButtonBox" name="buttonBox">
199 <property name="orientation">
200 <enum>Qt::Horizontal</enum>
201 </property>
202 <property name="standardButtons">
203 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
204 </property>
205 </widget>
206 </item>
207 </layout>
208 </widget>
209 <customwidgets>
210 <customwidget>
211 <class>ElidedLabel</class>
212 <extends>QLabel</extends>
213 <header>widgets/elided_label.h</header>
214 </customwidget>
215 <customwidget>
216 <class>TabnavTreeView</class>
217 <extends>QTreeView</extends>
218 <header>widgets/tabnav_tree_view.h</header>
219 </customwidget>
220 <customwidget>
221 <class>StockIconToolButton</class>
222 <extends>QToolButton</extends>
223 <header>widgets/stock_icon_tool_button.h</header>
224 </customwidget>
225 </customwidgets>
226 <resources/>
227 <connections>
228 <connection>
229 <sender>buttonBox</sender>
230 <signal>rejected()</signal>
231 <receiver>ColoringRulesDialog</receiver>
232 <slot>reject()</slot>
233 <hints>
234 <hint type="sourcelabel">
235 <x>316</x>
236 <y>260</y>
237 </hint>
238 <hint type="destinationlabel">
239 <x>286</x>
240 <y>274</y>
241 </hint>
242 </hints>
243 </connection>
244 </connections>
245 </ui>