1<ui version="4.0" >
2 <class>FilterNameDialogClass</class>
3 <widget class="QDialog" name="FilterNameDialogClass" >
4  <property name="geometry" >
5   <rect>
6    <x>0</x>
7    <y>0</y>
8    <width>312</width>
9    <height>95</height>
10   </rect>
11  </property>
12  <property name="windowTitle" >
13   <string>Add Filter Name</string>
14  </property>
15  <layout class="QGridLayout" >
16   <property name="margin" >
17    <number>9</number>
18   </property>
19   <property name="spacing" >
20    <number>6</number>
21   </property>
22   <item row="0" column="0" >
23    <widget class="QLabel" name="label" >
24     <property name="text" >
25      <string>Filter Name:</string>
26     </property>
27    </widget>
28   </item>
29   <item row="0" column="1" colspan="2" >
30    <widget class="QLineEdit" name="lineEdit" />
31   </item>
32   <item row="1" column="0">
33    <spacer name="verticalSpacer">
34     <property name="orientation">
35      <enum>Qt::Vertical</enum>
36     </property>
37     <property name="sizeHint" stdset="0">
38      <size>
39       <width>20</width>
40       <height>40</height>
41      </size>
42     </property>
43    </spacer>
44   </item>
45   <item row="2" column="0" colspan="3" >
46    <widget class="Line" name="line" >
47     <property name="orientation" >
48      <enum>Qt::Horizontal</enum>
49     </property>
50    </widget>
51   </item>
52   <item row="3" column="0" colspan="2" >
53    <spacer>
54     <property name="orientation" >
55      <enum>Qt::Horizontal</enum>
56     </property>
57     <property name="sizeHint" >
58      <size>
59       <width>40</width>
60       <height>20</height>
61      </size>
62     </property>
63    </spacer>
64   </item>
65   <item row="3" column="2" >
66    <widget class="QDialogButtonBox" name="buttonBox" >
67     <property name="orientation" >
68      <enum>Qt::Horizontal</enum>
69     </property>
70     <property name="standardButtons" >
71      <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
72     </property>
73    </widget>
74   </item>
75  </layout>
76 </widget>
77 <layoutdefault spacing="6" margin="11" />
78 <resources/>
79 <connections/>
80</ui>
81