summaryrefslogtreecommitdiffstats
path: root/qtsharp/src/uicsharp/tests/form1.ui
blob: f95530789ae7b3fcd340d66e5d83885c07d909ba (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
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>Form1</class>
<widget class="TQDialog">
    <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>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="TQLineEdit">
            <property name="name">
                <cstring>LineEdit1</cstring>
            </property>
        </widget>
        <widget class="TQPushButton">
            <property name="name">
                <cstring>PushButton1</cstring>
            </property>
            <property name="text">
                <string>PushButton1</string>
            </property>
        </widget>
        <widget class="TQLabel">
            <property name="name">
                <cstring>TextLabel1</cstring>
            </property>
            <property name="text">
                <string>TextLabel1</string>
            </property>
        </widget>
    </vbox>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>