1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2
<class>EditItemFrm</class>
3
<widget class="QDialog">
5
<cstring>EditItemFrm</cstring>
7
<property name="geometry">
15
<property name="caption">
16
<string>Edit item</string>
19
<property name="name">
20
<cstring>unnamed</cstring>
22
<widget class="QLayoutWidget">
23
<property name="name">
24
<cstring>layout8</cstring>
27
<property name="name">
28
<cstring>unnamed</cstring>
30
<widget class="QLayoutWidget">
31
<property name="name">
32
<cstring>layout1</cstring>
35
<property name="name">
36
<cstring>unnamed</cstring>
38
<widget class="QLabel">
39
<property name="name">
40
<cstring>textLabel1</cstring>
42
<property name="text">
43
<string>Category:</string>
46
<widget class="QComboBox">
47
<property name="name">
48
<cstring>categories</cstring>
50
<property name="sizePolicy">
52
<hsizetype>3</hsizetype>
53
<vsizetype>0</vsizetype>
54
<horstretch>0</horstretch>
55
<verstretch>0</verstretch>
58
<property name="editable">
61
<property name="autoCompletion">
64
<property name="duplicatesEnabled">
70
<widget class="QLabel">
71
<property name="name">
72
<cstring>textLabel2</cstring>
74
<property name="text">
75
<string>Question:</string>
78
<widget class="QTextEdit">
79
<property name="name">
80
<cstring>question</cstring>
82
<property name="textFormat">
83
<enum>PlainText</enum>
86
<widget class="QLabel">
87
<property name="name">
88
<cstring>textLabel2_2</cstring>
90
<property name="text">
91
<string>Answer:</string>
94
<widget class="QTextEdit">
95
<property name="name">
96
<cstring>answer</cstring>
98
<property name="textFormat">
99
<enum>PlainText</enum>
102
<widget class="QLayoutWidget">
103
<property name="name">
104
<cstring>layout6</cstring>
107
<property name="name">
108
<cstring>unnamed</cstring>
110
<widget class="QPushButton">
111
<property name="name">
112
<cstring>ok_button</cstring>
114
<property name="text">
115
<string>&OK</string>
117
<property name="accel">
118
<string>Alt+O</string>
122
<property name="name">
123
<cstring>spacer2</cstring>
125
<property name="orientation">
126
<enum>Horizontal</enum>
128
<property name="sizeType">
129
<enum>Expanding</enum>
131
<property name="sizeHint">
138
<widget class="QPushButton">
139
<property name="name">
140
<cstring>cancel</cstring>
142
<property name="text">
143
<string>&Cancel</string>
145
<property name="accel">
146
<string>Alt+C</string>
148
<property name="autoDefault">
160
<sender>cancel</sender>
161
<signal>clicked()</signal>
162
<receiver>EditItemFrm</receiver>
163
<slot>reject()</slot>
167
<tabstop>categories</tabstop>
168
<tabstop>question</tabstop>
169
<tabstop>answer</tabstop>
170
<tabstop>ok_button</tabstop>
171
<tabstop>cancel</tabstop>
173
<layoutdefaults spacing="6" margin="11"/>