summaryrefslogtreecommitdiffstats
path: root/qtsharp/src/uicsharp/tests/form8.ui
blob: 072b9977c58ddb383bd426d0abac26525902400a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>Form1</class>
<widget class="TQWidget">
    <property name="name">
        <cstring>Form1</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>600</width>
            <height>480</height>
        </rect>
    </property>
    <widget class="TQPushButton">
        <property name="name">
            <cstring>PushButton1</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>100</x>
                <y>70</y>
                <width>161</width>
                <height>51</height>
            </rect>
        </property>
        <property name="text">
            <string>PushButton1</string>
        </property>
    </widget>
    <widget class="TQRadioButton">
        <property name="name">
            <cstring>RadioButton1</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>100</x>
                <y>130</y>
                <width>96</width>
                <height>20</height>
            </rect>
        </property>
        <property name="text">
            <string>RadioButton1</string>
        </property>
    </widget>
    <widget class="TQCheckBox">
        <property name="name">
            <cstring>CheckBox1</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>60</x>
                <y>170</y>
                <width>131</width>
                <height>41</height>
            </rect>
        </property>
        <property name="font">
            <font>
                <family>Century Schoolbook l [Urw]</family>
                <pointsize>34</pointsize>
                <bold>1</bold>
                <italic>1</italic>
                <underline>1</underline>
                <strikeout>1</strikeout>
            </font>
        </property>
        <property name="text">
            <string>CheckBox1</string>
        </property>
    </widget>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>