Subversion Repositories svn1-original

Rev

Rev 240 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
187 - 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>TwinSpinBox</class>
4
 <widget class="QWidget" name="TwinSpinBox">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>96</width>
10
    <height>22</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Form</string>
15
  </property>
16
  <widget class="QSpinBox" name="spinBoxL">
17
   <property name="geometry">
18
    <rect>
19
     <x>0</x>
20
     <y>0</y>
21
     <width>45</width>
22
     <height>22</height>
23
    </rect>
24
   </property>
25
  </widget>
26
  <widget class="QSpinBox" name="spinBoxU">
27
   <property name="geometry">
28
    <rect>
29
     <x>44</x>
30
     <y>0</y>
31
     <width>45</width>
32
     <height>22</height>
33
    </rect>
34
   </property>
35
  </widget>
36
 </widget>
37
 <resources/>
38
 <connections/>
39
</ui>