1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>FilterExpressionFrame
</class>
4 <widget class=
"AccordionFrame" name=
"FilterExpressionFrame">
5 <property name=
"geometry">
13 <property name=
"sizePolicy">
14 <sizepolicy hsizetype=
"Expanding" vsizetype=
"Fixed">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
19 <property name=
"maximumSize">
21 <width>16777215</width>
25 <property name=
"windowTitle">
26 <string>Frame
</string>
28 <property name=
"frameShape">
29 <enum>QFrame::NoFrame
</enum>
31 <property name=
"frameShadow">
32 <enum>QFrame::Plain
</enum>
34 <layout class=
"QHBoxLayout" name=
"horizontalLayout_5">
36 <layout class=
"QVBoxLayout" name=
"verticalLayout_2">
38 <widget class=
"QToolButton" name=
"filterExpressionPreferencesPushButton">
39 <property name=
"text">
40 <string>Filter Buttons Preferences…
</string>
45 <spacer name=
"verticalSpacer">
46 <property name=
"orientation">
47 <enum>Qt::Vertical
</enum>
49 <property name=
"sizeHint" stdset=
"0">
60 <layout class=
"QVBoxLayout" name=
"verticalLayout">
62 <layout class=
"QHBoxLayout" name=
"horizontalLayout_4">
64 <layout class=
"QHBoxLayout" name=
"horizontalLayout">
66 <widget class=
"QLabel" name=
"labelLabel">
67 <property name=
"text">
68 <string>Label:
</string>
73 <widget class=
"SyntaxLineEdit" name=
"labelLineEdit">
74 <property name=
"sizePolicy">
75 <sizepolicy hsizetype=
"Expanding" vsizetype=
"Fixed">
76 <horstretch>1</horstretch>
77 <verstretch>0</verstretch>
80 <property name=
"minimumSize">
86 <property name=
"placeholderText">
87 <string>Enter a description for the filter button
</string>
94 <layout class=
"QHBoxLayout" name=
"horizontalLayout_2">
96 <widget class=
"QLabel" name=
"filterLabel">
97 <property name=
"text">
98 <string>Filter:
</string>
103 <widget class=
"DisplayFilterEdit" name=
"displayFilterLineEdit">
104 <property name=
"sizePolicy">
105 <sizepolicy hsizetype=
"Expanding" vsizetype=
"Fixed">
106 <horstretch>1</horstretch>
107 <verstretch>0</verstretch>
110 <property name=
"minimumSize">
116 <property name=
"placeholderText">
117 <string>Enter a filter expression to be applied
</string>
126 <layout class=
"QHBoxLayout" name=
"horizontalLayout_3">
128 <widget class=
"QLabel" name=
"commentLabel">
129 <property name=
"text">
130 <string>Comment:
</string>
135 <widget class=
"SyntaxLineEdit" name=
"commentLineEdit">
136 <property name=
"sizePolicy">
137 <sizepolicy hsizetype=
"Expanding" vsizetype=
"Fixed">
138 <horstretch>1</horstretch>
139 <verstretch>0</verstretch>
142 <property name=
"minimumSize">
148 <property name=
"placeholderText">
149 <string>Enter a comment for the filter button
</string>
158 <widget class=
"QDialogButtonBox" name=
"buttonBox">
159 <property name=
"sizePolicy">
160 <sizepolicy hsizetype=
"Fixed" vsizetype=
"Fixed">
161 <horstretch>0</horstretch>
162 <verstretch>0</verstretch>
165 <property name=
"maximumSize">
167 <width>16777215</width>
171 <property name=
"standardButtons">
172 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok
</set>
180 <class>AccordionFrame
</class>
181 <extends>QFrame
</extends>
182 <header>accordion_frame.h
</header>
183 <container>1</container>
186 <class>SyntaxLineEdit
</class>
187 <extends>QLineEdit
</extends>
188 <header>widgets/syntax_line_edit.h
</header>
191 <class>DisplayFilterEdit
</class>
192 <extends>QLineEdit
</extends>
193 <header>widgets/display_filter_edit.h
</header>