Add Setting and Status
[QFreeRecite.git] / src / gui / AddDialog.ui
blob8695def61dff0f9bd780bc059a405c490e5fa1a7
1 <ui version="4.0" >
2  <class>AddDialog</class>
3  <widget class="QDialog" name="AddDialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>500</width>
9     <height>150</height>
10    </rect>
11   </property>
12   <property name="minimumSize" >
13    <size>
14     <width>0</width>
15     <height>150</height>
16    </size>
17   </property>
18   <property name="maximumSize" >
19    <size>
20     <width>500</width>
21     <height>150</height>
22    </size>
23   </property>
24   <property name="windowTitle" >
25    <string>Adding New Word</string>
26   </property>
27   <layout class="QGridLayout" name="gridLayout" >
28    <item row="0" column="0" >
29     <widget class="QLabel" name="label" >
30      <property name="minimumSize" >
31       <size>
32        <width>50</width>
33        <height>0</height>
34       </size>
35      </property>
36      <property name="maximumSize" >
37       <size>
38        <width>150</width>
39        <height>16777215</height>
40       </size>
41      </property>
42      <property name="font" >
43       <font>
44        <pointsize>18</pointsize>
45       </font>
46      </property>
47      <property name="text" >
48       <string/>
49      </property>
50     </widget>
51    </item>
52    <item row="0" column="1" colspan="2" >
53     <widget class="LineEdit" name="lineEdit" >
54      <property name="font" >
55       <font>
56        <pointsize>15</pointsize>
57       </font>
58      </property>
59     </widget>
60    </item>
61    <item row="1" column="0" colspan="2" >
62     <spacer name="horizontalSpacer" >
63      <property name="orientation" >
64       <enum>Qt::Horizontal</enum>
65      </property>
66      <property name="sizeHint" stdset="0" >
67       <size>
68        <width>247</width>
69        <height>25</height>
70       </size>
71      </property>
72     </spacer>
73    </item>
74    <item row="1" column="2" >
75     <widget class="PushButton" name="okButton" >
76      <property name="minimumSize" >
77       <size>
78        <width>0</width>
79        <height>30</height>
80       </size>
81      </property>
82      <property name="maximumSize" >
83       <size>
84        <width>100</width>
85        <height>16777215</height>
86       </size>
87      </property>
88      <property name="cursor" >
89       <cursorShape>PointingHandCursor</cursorShape>
90      </property>
91      <property name="text" >
92       <string>&amp;OK</string>
93      </property>
94     </widget>
95    </item>
96   </layout>
97  </widget>
98  <customwidgets>
99   <customwidget>
100    <class>PushButton</class>
101    <extends>QPushButton</extends>
102    <header>PushButton.h</header>
103   </customwidget>
104   <customwidget>
105    <class>LineEdit</class>
106    <extends>QLineEdit</extends>
107    <header>LineEdit.h</header>
108   </customwidget>
109  </customwidgets>
110  <resources/>
111  <connections/>
112 </ui>