update dict
[QFreeRecite.git] / src / gui / ScanModeDialog.ui
blobcdabf5d1b2606840c7fe0e691c4a0c7bff9f23ad
1 <ui version="4.0" >
2  <class>ScanModeDialog</class>
3  <widget class="QDialog" name="ScanModeDialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>350</width>
9     <height>180</height>
10    </rect>
11   </property>
12   <property name="minimumSize" >
13    <size>
14     <width>350</width>
15     <height>180</height>
16    </size>
17   </property>
18   <property name="maximumSize" >
19    <size>
20     <width>350</width>
21     <height>180</height>
22    </size>
23   </property>
24   <property name="windowTitle" >
25    <string>Dialog</string>
26   </property>
27   <layout class="QGridLayout" name="gridLayout_3" >
28    <item row="1" column="0" >
29     <widget class="QGroupBox" name="groupBox" >
30      <property name="enabled" >
31       <bool>true</bool>
32      </property>
33      <property name="minimumSize" >
34       <size>
35        <width>320</width>
36        <height>160</height>
37       </size>
38      </property>
39      <property name="maximumSize" >
40       <size>
41        <width>320</width>
42        <height>160</height>
43       </size>
44      </property>
45      <property name="font" >
46       <font>
47        <pointsize>15</pointsize>
48        <kerning>true</kerning>
49       </font>
50      </property>
51      <property name="title" >
52       <string>Scan Mode</string>
53      </property>
54      <property name="alignment" >
55       <set>Qt::AlignCenter</set>
56      </property>
57      <layout class="QGridLayout" name="gridLayout" >
58       <item row="0" column="0" colspan="3" >
59        <widget class="QRadioButton" name="normalButton" >
60         <property name="font" >
61          <font>
62           <pointsize>11</pointsize>
63          </font>
64         </property>
65         <property name="cursor" >
66          <cursorShape>PointingHandCursor</cursorShape>
67         </property>
68         <property name="focusPolicy" >
69          <enum>Qt::NoFocus</enum>
70         </property>
71         <property name="text" >
72          <string>&amp;Normal</string>
73         </property>
74         <property name="checked" >
75          <bool>true</bool>
76         </property>
77        </widget>
78       </item>
79       <item row="0" column="3" colspan="2" >
80        <widget class="QRadioButton" name="reverseButton" >
81         <property name="font" >
82          <font>
83           <pointsize>11</pointsize>
84          </font>
85         </property>
86         <property name="cursor" >
87          <cursorShape>PointingHandCursor</cursorShape>
88         </property>
89         <property name="focusPolicy" >
90          <enum>Qt::NoFocus</enum>
91         </property>
92         <property name="text" >
93          <string>&amp;Reverse</string>
94         </property>
95        </widget>
96       </item>
97       <item row="1" column="0" colspan="2" >
98        <spacer name="horizontalSpacer" >
99         <property name="orientation" >
100          <enum>Qt::Horizontal</enum>
101         </property>
102         <property name="sizeHint" stdset="0" >
103          <size>
104           <width>118</width>
105           <height>20</height>
106          </size>
107         </property>
108        </spacer>
109       </item>
110       <item row="1" column="2" colspan="2" >
111        <widget class="PushButton" name="okButton" >
112         <property name="font" >
113          <font>
114           <pointsize>10</pointsize>
115          </font>
116         </property>
117         <property name="cursor" >
118          <cursorShape>PointingHandCursor</cursorShape>
119         </property>
120         <property name="text" >
121          <string>OK</string>
122         </property>
123        </widget>
124       </item>
125       <item row="1" column="4" >
126        <widget class="PushButton" name="cancelButton" >
127         <property name="font" >
128          <font>
129           <pointsize>10</pointsize>
130          </font>
131         </property>
132         <property name="cursor" >
133          <cursorShape>PointingHandCursor</cursorShape>
134         </property>
135         <property name="focusPolicy" >
136          <enum>Qt::NoFocus</enum>
137         </property>
138         <property name="text" >
139          <string>Cancel</string>
140         </property>
141        </widget>
142       </item>
143      </layout>
144     </widget>
145    </item>
146   </layout>
147  </widget>
148  <customwidgets>
149   <customwidget>
150    <class>PushButton</class>
151    <extends>QPushButton</extends>
152    <header>PushButton.h</header>
153   </customwidget>
154  </customwidgets>
155  <resources>
156   <include location="icon/icons.qrc" />
157  </resources>
158  <connections/>
159 </ui>