Article editing fully implemented
[biaweb_qt.git] / category_dialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>CategoryDialog</class>
4 <widget class="QDialog" name="CategoryDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>487</width>
10 <height>216</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Category</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0">
18 <widget class="QLabel" name="label">
19 <property name="font">
20 <font>
21 <weight>75</weight>
22 <bold>true</bold>
23 </font>
24 </property>
25 <property name="text">
26 <string>Category name</string>
27 </property>
28 </widget>
29 </item>
30 <item row="0" column="1">
31 <widget class="QLineEdit" name="category_name"/>
32 </item>
33 <item row="1" column="0">
34 <widget class="QLabel" name="label_2">
35 <property name="font">
36 <font>
37 <weight>50</weight>
38 <bold>false</bold>
39 </font>
40 </property>
41 <property name="text">
42 <string>Category description</string>
43 </property>
44 </widget>
45 </item>
46 <item row="1" column="1">
47 <widget class="QLineEdit" name="category_desc"/>
48 </item>
49 <item row="2" column="0">
50 <widget class="QLabel" name="label_3">
51 <property name="font">
52 <font>
53 <weight>75</weight>
54 <bold>true</bold>
55 </font>
56 </property>
57 <property name="text">
58 <string>Stub (directory)</string>
59 </property>
60 </widget>
61 </item>
62 <item row="2" column="1">
63 <widget class="QLineEdit" name="category_stub"/>
64 </item>
65 <item row="3" column="0" colspan="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::Ok</set>
72 </property>
73 </widget>
74 </item>
75 </layout>
76 </widget>
77 <resources/>
78 <connections>
79 <connection>
80 <sender>buttonBox</sender>
81 <signal>accepted()</signal>
82 <receiver>CategoryDialog</receiver>
83 <slot>accept()</slot>
84 <hints>
85 <hint type="sourcelabel">
86 <x>248</x>
87 <y>254</y>
88 </hint>
89 <hint type="destinationlabel">
90 <x>157</x>
91 <y>274</y>
92 </hint>
93 </hints>
94 </connection>
95 <connection>
96 <sender>buttonBox</sender>
97 <signal>rejected()</signal>
98 <receiver>CategoryDialog</receiver>
99 <slot>reject()</slot>
100 <hints>
101 <hint type="sourcelabel">
102 <x>316</x>
103 <y>260</y>
104 </hint>
105 <hint type="destinationlabel">
106 <x>286</x>
107 <y>274</y>
108 </hint>
109 </hints>
110 </connection>
111 </connections>
112 </ui>