moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kmessedwords / kmessedwords / kmwdict.ui
blobebb60d0b2bb08de067df3bf942d07f1fae8ae674
1 <!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2 <class>WordsEditor</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>WordsEditor</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>362</width>
12             <height>332</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>Words Editor</string>
17     </property>
18     <grid>
19         <property name="name">
20             <cstring>unnamed</cstring>
21         </property>
22         <property name="margin">
23             <number>11</number>
24         </property>
25         <property name="spacing">
26             <number>6</number>
27         </property>
28         <widget class="QTabWidget" row="0" column="0" rowspan="1" colspan="4">
29             <property name="name">
30                 <cstring>TabWidget2</cstring>
31             </property>
32             <widget class="QWidget">
33                 <property name="name">
34                     <cstring>tab</cstring>
35                 </property>
36                 <attribute name="title">
37                     <string>Easy</string>
38                 </attribute>
39                 <grid>
40                     <property name="name">
41                         <cstring>unnamed</cstring>
42                     </property>
43                     <property name="margin">
44                         <number>11</number>
45                     </property>
46                     <property name="spacing">
47                         <number>6</number>
48                     </property>
49                     <widget class="QMultiLineEdit" row="0" column="0">
50                         <property name="name">
51                             <cstring>easyDict</cstring>
52                         </property>
53                     </widget>
54                 </grid>
55             </widget>
56             <widget class="QWidget">
57                 <property name="name">
58                     <cstring>tab</cstring>
59                 </property>
60                 <attribute name="title">
61                     <string>Medium</string>
62                 </attribute>
63                 <grid>
64                     <property name="name">
65                         <cstring>unnamed</cstring>
66                     </property>
67                     <property name="margin">
68                         <number>11</number>
69                     </property>
70                     <property name="spacing">
71                         <number>6</number>
72                     </property>
73                     <widget class="QMultiLineEdit" row="0" column="0">
74                         <property name="name">
75                             <cstring>mediumDict</cstring>
76                         </property>
77                     </widget>
78                 </grid>
79             </widget>
80             <widget class="QWidget">
81                 <property name="name">
82                     <cstring>tab</cstring>
83                 </property>
84                 <attribute name="title">
85                     <string>Hard</string>
86                 </attribute>
87                 <grid>
88                     <property name="name">
89                         <cstring>unnamed</cstring>
90                     </property>
91                     <property name="margin">
92                         <number>11</number>
93                     </property>
94                     <property name="spacing">
95                         <number>6</number>
96                     </property>
97                     <widget class="QMultiLineEdit" row="0" column="0">
98                         <property name="name">
99                             <cstring>hardDict</cstring>
100                         </property>
101                     </widget>
102                 </grid>
103             </widget>
104         </widget>
105         <widget class="QPushButton" row="1" column="3">
106             <property name="name">
107                 <cstring>dictCancel</cstring>
108             </property>
109             <property name="text">
110                 <string>&amp;Cancel</string>
111             </property>
112         </widget>
113         <widget class="QPushButton" row="1" column="2">
114             <property name="name">
115                 <cstring>dictOK</cstring>
116             </property>
117             <property name="text">
118                 <string>&amp;OK</string>
119             </property>
120         </widget>
121         <widget class="QPushButton" row="1" column="0">
122             <property name="name">
123                 <cstring>saveWords</cstring>
124             </property>
125             <property name="enabled">
126                 <bool>true</bool>
127             </property>
128             <property name="text">
129                 <string>&amp;Save Words</string>
130             </property>
131         </widget>
132         <spacer row="1" column="1">
133             <property name="name">
134                 <cstring>Spacer2</cstring>
135             </property>
136             <property name="orientation">
137                 <enum>Horizontal</enum>
138             </property>
139             <property name="sizeType">
140                 <enum>Expanding</enum>
141             </property>
142             <property name="sizeHint">
143                 <size>
144                     <width>20</width>
145                     <height>20</height>
146                 </size>
147             </property>
148         </spacer>
149     </grid>
150 </widget>
151 <connections>
152     <connection>
153         <sender>dictCancel</sender>
154         <signal>clicked()</signal>
155         <receiver>WordsEditor</receiver>
156         <slot>slotCancel()</slot>
157     </connection>
158     <connection>
159         <sender>dictOK</sender>
160         <signal>clicked()</signal>
161         <receiver>WordsEditor</receiver>
162         <slot>slotOK()</slot>
163     </connection>
164     <connection>
165         <sender>saveWords</sender>
166         <signal>clicked()</signal>
167         <receiver>WordsEditor</receiver>
168         <slot>slotSaveWords()</slot>
169     </connection>
170 </connections>
171 <slots>
172     <slot>slotCancel()</slot>
173     <slot>slotOK()</slot>
174     <slot>slotSaveWords()</slot>
175 </slots>
176 <layoutdefaults spacing="6" margin="11"/>
177 </UI>