some more work on basic filter
[qtodo.git] / gui / d_add_cat.ui
blob45d9d58e55682deacff37ed40f9a542779348a3d
1 <ui version="4.0" >
2  <class>D_Add</class>
3  <widget class="QDialog" name="D_Add" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>329</width>
9     <height>103</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Add Category</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <layout class="QGridLayout" >
18      <item row="0" column="0" >
19       <widget class="QLabel" name="label" >
20        <property name="text" >
21         <string>Category Name</string>
22        </property>
23       </widget>
24      </item>
25      <item row="0" column="1" >
26       <widget class="QLineEdit" name="LE_cat_name" />
27      </item>
28      <item row="1" column="0" >
29       <widget class="QLabel" name="label_2" >
30        <property name="text" >
31         <string>Description</string>
32        </property>
33       </widget>
34      </item>
35      <item row="1" column="1" >
36       <widget class="QLineEdit" name="LE_cat_desc" />
37      </item>
38     </layout>
39    </item>
40    <item>
41     <widget class="QDialogButtonBox" name="buttonBox" >
42      <property name="orientation" >
43       <enum>Qt::Horizontal</enum>
44      </property>
45      <property name="standardButtons" >
46       <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
47      </property>
48     </widget>
49    </item>
50    <item>
51     <spacer>
52      <property name="orientation" >
53       <enum>Qt::Vertical</enum>
54      </property>
55      <property name="sizeHint" >
56       <size>
57        <width>20</width>
58        <height>40</height>
59       </size>
60      </property>
61     </spacer>
62    </item>
63   </layout>
64  </widget>
65  <resources/>
66  <connections>
67   <connection>
68    <sender>buttonBox</sender>
69    <signal>accepted()</signal>
70    <receiver>D_Add</receiver>
71    <slot>accept()</slot>
72    <hints>
73     <hint type="sourcelabel" >
74      <x>248</x>
75      <y>254</y>
76     </hint>
77     <hint type="destinationlabel" >
78      <x>157</x>
79      <y>274</y>
80     </hint>
81    </hints>
82   </connection>
83   <connection>
84    <sender>buttonBox</sender>
85    <signal>rejected()</signal>
86    <receiver>D_Add</receiver>
87    <slot>reject()</slot>
88    <hints>
89     <hint type="sourcelabel" >
90      <x>316</x>
91      <y>260</y>
92     </hint>
93     <hint type="destinationlabel" >
94      <x>286</x>
95      <y>274</y>
96     </hint>
97    </hints>
98   </connection>
99  </connections>
100 </ui>