add more spacing
[personal-kdebase.git] / runtime / kcontrol / locale / localemon.ui
blob7c4f5059694d08ab3d1528d874aeb585c40a369e
1 <ui version="4.0" >
2  <class>localemon</class>
3  <widget class="QWidget" name="localemon" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>576</width>
9     <height>366</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" >
13    <item>
14     <layout class="QGridLayout" >
15      <item row="0" column="0" >
16       <widget class="QLabel" name="m_labMonCurSym" >
17        <property name="text" >
18         <string>Currency symbol:</string>
19        </property>
20        <property name="alignment" >
21         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
22        </property>
23       </widget>
24      </item>
25      <item row="0" column="1" >
26       <widget class="QLineEdit" name="m_edMonCurSym" />
27      </item>
28      <item row="1" column="0" >
29       <widget class="QLabel" name="m_labMonDecSym" >
30        <property name="text" >
31         <string>Decimal symbol:</string>
32        </property>
33        <property name="alignment" >
34         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
35        </property>
36       </widget>
37      </item>
38      <item row="1" column="1" >
39       <widget class="QLineEdit" name="m_edMonDecSym" />
40      </item>
41      <item row="2" column="0" >
42       <widget class="QLabel" name="m_labMonThoSep" >
43        <property name="text" >
44         <string>Thousands separator:</string>
45        </property>
46        <property name="alignment" >
47         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
48        </property>
49       </widget>
50      </item>
51      <item row="2" column="1" >
52       <widget class="QLineEdit" name="m_edMonThoSep" />
53      </item>
54      <item row="3" column="0" >
55       <widget class="QLabel" name="m_labMonFraDig" >
56        <property name="text" >
57         <string>Fractional digits:</string>
58        </property>
59        <property name="alignment" >
60         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
61        </property>
62       </widget>
63      </item>
64      <item row="3" column="1" >
65       <widget class="KIntNumInput" name="m_inMonFraDig" />
66      </item>
67     </layout>
68    </item>
69    <item>
70     <layout class="QHBoxLayout" name="horizontalLayout" >
71      <item>
72       <widget class="QGroupBox" name="m_positiveGB" >
73        <property name="title" >
74         <string>Positive</string>
75        </property>
76        <layout class="QVBoxLayout" >
77         <item>
78          <widget class="QCheckBox" name="m_chMonPosPreCurSym" >
79           <property name="text" >
80            <string>Prefix currency symbol</string>
81           </property>
82          </widget>
83         </item>
84         <item>
85          <layout class="QHBoxLayout" >
86           <item>
87            <widget class="QLabel" name="m_labMonPosMonSignPos" >
88             <property name="text" >
89              <string>Sign position:</string>
90             </property>
91            </widget>
92           </item>
93           <item>
94            <widget class="QComboBox" name="m_cmbMonPosMonSignPos" >
95             <item>
96              <property name="text" >
97               <string>Parentheses Around</string>
98              </property>
99             </item>
100             <item>
101              <property name="text" >
102               <string>Before Quantity Money</string>
103              </property>
104             </item>
105             <item>
106              <property name="text" >
107               <string>After Quantity Money</string>
108              </property>
109             </item>
110             <item>
111              <property name="text" >
112               <string>Before Money</string>
113              </property>
114             </item>
115             <item>
116              <property name="text" >
117               <string>After Money</string>
118              </property>
119             </item>
120            </widget>
121           </item>
122           <item>
123            <spacer name="horizontalSpacer" >
124             <property name="orientation" >
125              <enum>Qt::Horizontal</enum>
126             </property>
127             <property name="sizeHint" stdset="0" >
128              <size>
129               <width>40</width>
130               <height>20</height>
131              </size>
132             </property>
133            </spacer>
134           </item>
135          </layout>
136         </item>
137        </layout>
138        <zorder>m_chMonPosPreCurSym</zorder>
139        <zorder>m_negativeGB</zorder>
140       </widget>
141      </item>
142      <item>
143       <widget class="QGroupBox" name="m_negativeGB" >
144        <property name="title" >
145         <string>Negative</string>
146        </property>
147        <layout class="QVBoxLayout" >
148         <item>
149          <widget class="QCheckBox" name="m_chMonNegPreCurSym" >
150           <property name="text" >
151            <string>Prefix currency symbol</string>
152           </property>
153          </widget>
154         </item>
155         <item>
156          <layout class="QHBoxLayout" >
157           <item>
158            <widget class="QLabel" name="m_labMonNegMonSignPos" >
159             <property name="text" >
160              <string>Sign position:</string>
161             </property>
162            </widget>
163           </item>
164           <item>
165            <widget class="QComboBox" name="m_cmbMonNegMonSignPos" >
166             <item>
167              <property name="text" >
168               <string>Parentheses Around</string>
169              </property>
170             </item>
171             <item>
172              <property name="text" >
173               <string>Before Quantity Money</string>
174              </property>
175             </item>
176             <item>
177              <property name="text" >
178               <string>After Quantity Money</string>
179              </property>
180             </item>
181             <item>
182              <property name="text" >
183               <string>Before Money</string>
184              </property>
185             </item>
186             <item>
187              <property name="text" >
188               <string>After Money</string>
189              </property>
190             </item>
191            </widget>
192           </item>
193           <item>
194            <spacer name="horizontalSpacer_2" >
195             <property name="orientation" >
196              <enum>Qt::Horizontal</enum>
197             </property>
198             <property name="sizeHint" stdset="0" >
199              <size>
200               <width>40</width>
201               <height>20</height>
202              </size>
203             </property>
204            </spacer>
205           </item>
206          </layout>
207         </item>
208        </layout>
209       </widget>
210      </item>
211     </layout>
212    </item>
213    <item>
214     <spacer name="verticalSpacer" >
215      <property name="orientation" >
216       <enum>Qt::Vertical</enum>
217      </property>
218      <property name="sizeHint" stdset="0" >
219       <size>
220        <width>20</width>
221        <height>40</height>
222       </size>
223      </property>
224     </spacer>
225    </item>
226   </layout>
227  </widget>
228  <customwidgets>
229   <customwidget>
230    <class>KIntNumInput</class>
231    <extends>QWidget</extends>
232    <header>knuminput.h</header>
233   </customwidget>
234  </customwidgets>
235  <resources/>
236  <connections/>
237 </ui>