~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to languages/cpp/app_templates/kmake/mainview.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
 
2
<class>MainView</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>Form1</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>124</width>
 
12
            <height>90</height>
 
13
        </rect>
 
14
    </property>
 
15
    <vbox>
 
16
        <property name="name">
 
17
            <cstring>unnamed</cstring>
 
18
        </property>
 
19
        <widget class="QGroupBox">
 
20
            <property name="name">
 
21
                <cstring>groupBox1</cstring>
 
22
            </property>
 
23
            <property name="sizePolicy">
 
24
                <sizepolicy>
 
25
                    <hsizetype>5</hsizetype>
 
26
                    <vsizetype>5</vsizetype>
 
27
                    <horstretch>0</horstretch>
 
28
                    <verstretch>1</verstretch>
 
29
                </sizepolicy>
 
30
            </property>
 
31
            <property name="title">
 
32
                <string>Output</string>
 
33
            </property>
 
34
            <grid>
 
35
                <property name="name">
 
36
                    <cstring>unnamed</cstring>
 
37
                </property>
 
38
                <widget class="QLabel" row="0" column="0">
 
39
                    <property name="name">
 
40
                        <cstring>helloLabel</cstring>
 
41
                    </property>
 
42
                    <property name="text">
 
43
                        <string></string>
 
44
                    </property>
 
45
                    <property name="scaledContents">
 
46
                        <bool>true</bool>
 
47
                    </property>
 
48
                    <property name="alignment">
 
49
                        <set>AlignCenter</set>
 
50
                    </property>
 
51
                </widget>
 
52
            </grid>
 
53
        </widget>
 
54
        <widget class="KPushButton">
 
55
            <property name="name">
 
56
                <cstring>helloButton</cstring>
 
57
            </property>
 
58
            <property name="text">
 
59
                <string>Hello</string>
 
60
            </property>
 
61
        </widget>
 
62
    </vbox>
 
63
</widget>
 
64
<connections>
 
65
    <connection>
 
66
        <sender>helloButton</sender>
 
67
        <signal>clicked()</signal>
 
68
        <receiver>Form1</receiver>
 
69
        <slot>slotHelloButtonClicked()</slot>
 
70
    </connection>
 
71
</connections>
 
72
<slots>
 
73
    <slot>slotHelloButtonClicked()</slot>
 
74
</slots>
 
75
<layoutdefaults spacing="6" margin="11"/>
 
76
</UI>