TODO netlogon_user_flags_ntlmv2_enabled
[wireshark-sm.git] / ui / qt / filter_expression_frame.ui
blob0762c7c6e42b2b5a23f77c5b7fad77a5baadf18c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>FilterExpressionFrame</class>
4 <widget class="AccordionFrame" name="FilterExpressionFrame">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>796</width>
10 <height>82</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="maximumSize">
20 <size>
21 <width>16777215</width>
22 <height>82</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 <layout class="QHBoxLayout" name="horizontalLayout_5">
35 <item>
36 <layout class="QVBoxLayout" name="verticalLayout_2">
37 <item>
38 <widget class="QToolButton" name="filterExpressionPreferencesPushButton">
39 <property name="text">
40 <string>Filter Buttons Preferences…</string>
41 </property>
42 </widget>
43 </item>
44 <item>
45 <spacer name="verticalSpacer">
46 <property name="orientation">
47 <enum>Qt::Vertical</enum>
48 </property>
49 <property name="sizeHint" stdset="0">
50 <size>
51 <width>20</width>
52 <height>5</height>
53 </size>
54 </property>
55 </spacer>
56 </item>
57 </layout>
58 </item>
59 <item>
60 <layout class="QVBoxLayout" name="verticalLayout">
61 <item>
62 <layout class="QHBoxLayout" name="horizontalLayout_4">
63 <item>
64 <layout class="QHBoxLayout" name="horizontalLayout">
65 <item>
66 <widget class="QLabel" name="labelLabel">
67 <property name="text">
68 <string>Label:</string>
69 </property>
70 </widget>
71 </item>
72 <item>
73 <widget class="SyntaxLineEdit" name="labelLineEdit">
74 <property name="sizePolicy">
75 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
76 <horstretch>1</horstretch>
77 <verstretch>0</verstretch>
78 </sizepolicy>
79 </property>
80 <property name="minimumSize">
81 <size>
82 <width>80</width>
83 <height>0</height>
84 </size>
85 </property>
86 <property name="placeholderText">
87 <string>Enter a description for the filter button</string>
88 </property>
89 </widget>
90 </item>
91 </layout>
92 </item>
93 <item>
94 <layout class="QHBoxLayout" name="horizontalLayout_2">
95 <item>
96 <widget class="QLabel" name="filterLabel">
97 <property name="text">
98 <string>Filter:</string>
99 </property>
100 </widget>
101 </item>
102 <item>
103 <widget class="DisplayFilterEdit" name="displayFilterLineEdit">
104 <property name="sizePolicy">
105 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
106 <horstretch>1</horstretch>
107 <verstretch>0</verstretch>
108 </sizepolicy>
109 </property>
110 <property name="minimumSize">
111 <size>
112 <width>80</width>
113 <height>0</height>
114 </size>
115 </property>
116 <property name="placeholderText">
117 <string>Enter a filter expression to be applied</string>
118 </property>
119 </widget>
120 </item>
121 </layout>
122 </item>
123 </layout>
124 </item>
125 <item>
126 <layout class="QHBoxLayout" name="horizontalLayout_3">
127 <item>
128 <widget class="QLabel" name="commentLabel">
129 <property name="text">
130 <string>Comment:</string>
131 </property>
132 </widget>
133 </item>
134 <item>
135 <widget class="SyntaxLineEdit" name="commentLineEdit">
136 <property name="sizePolicy">
137 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
138 <horstretch>1</horstretch>
139 <verstretch>0</verstretch>
140 </sizepolicy>
141 </property>
142 <property name="minimumSize">
143 <size>
144 <width>80</width>
145 <height>0</height>
146 </size>
147 </property>
148 <property name="placeholderText">
149 <string>Enter a comment for the filter button</string>
150 </property>
151 </widget>
152 </item>
153 </layout>
154 </item>
155 </layout>
156 </item>
157 <item>
158 <widget class="QDialogButtonBox" name="buttonBox">
159 <property name="sizePolicy">
160 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
161 <horstretch>0</horstretch>
162 <verstretch>0</verstretch>
163 </sizepolicy>
164 </property>
165 <property name="maximumSize">
166 <size>
167 <width>16777215</width>
168 <height>27</height>
169 </size>
170 </property>
171 <property name="standardButtons">
172 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
173 </property>
174 </widget>
175 </item>
176 </layout>
177 </widget>
178 <customwidgets>
179 <customwidget>
180 <class>AccordionFrame</class>
181 <extends>QFrame</extends>
182 <header>accordion_frame.h</header>
183 <container>1</container>
184 </customwidget>
185 <customwidget>
186 <class>SyntaxLineEdit</class>
187 <extends>QLineEdit</extends>
188 <header>widgets/syntax_line_edit.h</header>
189 </customwidget>
190 <customwidget>
191 <class>DisplayFilterEdit</class>
192 <extends>QLineEdit</extends>
193 <header>widgets/display_filter_edit.h</header>
194 </customwidget>
195 </customwidgets>
196 <resources/>
197 <connections/>
198 </ui>