~ubuntu-branches/ubuntu/raring/qgo/raring

« back to all changes in this revision

Viewing changes to src/textedit_gui.ui

  • Committer: Bazaar Package Importer
  • Author(s): Martin A. Godisch
  • Date: 2005-01-01 23:07:10 UTC
  • Revision ID: james.westby@ubuntu.com-20050101230710-fhng6yidm47xlb2i
Tags: upstream-1.0.0-r2
ImportĀ upstreamĀ versionĀ 1.0.0-r2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI>
 
2
<class>TextEditDialog</class>
 
3
<widget>
 
4
    <class>QDialog</class>
 
5
    <property stdset="1">
 
6
        <name>name</name>
 
7
        <cstring>TextEditDialog</cstring>
 
8
    </property>
 
9
    <property stdset="1">
 
10
        <name>geometry</name>
 
11
        <rect>
 
12
            <x>0</x>
 
13
            <y>0</y>
 
14
            <width>190</width>
 
15
            <height>100</height>
 
16
        </rect>
 
17
    </property>
 
18
    <property stdset="1">
 
19
        <name>minimumSize</name>
 
20
        <size>
 
21
            <width>190</width>
 
22
            <height>100</height>
 
23
        </size>
 
24
    </property>
 
25
    <property stdset="1">
 
26
        <name>maximumSize</name>
 
27
        <size>
 
28
            <width>190</width>
 
29
            <height>100</height>
 
30
        </size>
 
31
    </property>
 
32
    <property stdset="1">
 
33
        <name>caption</name>
 
34
        <string>Text Label</string>
 
35
    </property>
 
36
    <property>
 
37
        <name>layoutMargin</name>
 
38
    </property>
 
39
    <property>
 
40
        <name>layoutSpacing</name>
 
41
    </property>
 
42
    <widget>
 
43
        <class>QLabel</class>
 
44
        <property stdset="1">
 
45
            <name>name</name>
 
46
            <cstring>TextLabel1</cstring>
 
47
        </property>
 
48
        <property stdset="1">
 
49
            <name>geometry</name>
 
50
            <rect>
 
51
                <x>10</x>
 
52
                <y>10</y>
 
53
                <width>148</width>
 
54
                <height>15</height>
 
55
            </rect>
 
56
        </property>
 
57
        <property stdset="1">
 
58
            <name>text</name>
 
59
            <string>Enter the text for this label:</string>
 
60
        </property>
 
61
    </widget>
 
62
    <widget>
 
63
        <class>QLineEdit</class>
 
64
        <property stdset="1">
 
65
            <name>name</name>
 
66
            <cstring>textLineEdit</cstring>
 
67
        </property>
 
68
        <property stdset="1">
 
69
            <name>geometry</name>
 
70
            <rect>
 
71
                <x>10</x>
 
72
                <y>30</y>
 
73
                <width>170</width>
 
74
                <height>23</height>
 
75
            </rect>
 
76
        </property>
 
77
        <property stdset="1">
 
78
            <name>maxLength</name>
 
79
            <number>20</number>
 
80
        </property>
 
81
    </widget>
 
82
    <widget>
 
83
        <class>QPushButton</class>
 
84
        <property stdset="1">
 
85
            <name>name</name>
 
86
            <cstring>buttonOk</cstring>
 
87
        </property>
 
88
        <property stdset="1">
 
89
            <name>geometry</name>
 
90
            <rect>
 
91
                <x>10</x>
 
92
                <y>60</y>
 
93
                <width>80</width>
 
94
                <height>32</height>
 
95
            </rect>
 
96
        </property>
 
97
        <property stdset="1">
 
98
            <name>text</name>
 
99
            <string>&amp;OK</string>
 
100
        </property>
 
101
        <property stdset="1">
 
102
            <name>autoDefault</name>
 
103
            <bool>true</bool>
 
104
        </property>
 
105
        <property stdset="1">
 
106
            <name>default</name>
 
107
            <bool>true</bool>
 
108
        </property>
 
109
    </widget>
 
110
    <widget>
 
111
        <class>QPushButton</class>
 
112
        <property stdset="1">
 
113
            <name>name</name>
 
114
            <cstring>buttonCancel</cstring>
 
115
        </property>
 
116
        <property stdset="1">
 
117
            <name>geometry</name>
 
118
            <rect>
 
119
                <x>100</x>
 
120
                <y>60</y>
 
121
                <width>80</width>
 
122
                <height>32</height>
 
123
            </rect>
 
124
        </property>
 
125
        <property stdset="1">
 
126
            <name>text</name>
 
127
            <string>&amp;Cancel</string>
 
128
        </property>
 
129
        <property stdset="1">
 
130
            <name>autoDefault</name>
 
131
            <bool>true</bool>
 
132
        </property>
 
133
    </widget>
 
134
</widget>
 
135
<connections>
 
136
    <connection>
 
137
        <sender>buttonOk</sender>
 
138
        <signal>clicked()</signal>
 
139
        <receiver>TextEditDialog</receiver>
 
140
        <slot>accept()</slot>
 
141
    </connection>
 
142
    <connection>
 
143
        <sender>buttonCancel</sender>
 
144
        <signal>clicked()</signal>
 
145
        <receiver>TextEditDialog</receiver>
 
146
        <slot>reject()</slot>
 
147
    </connection>
 
148
</connections>
 
149
<tabstops>
 
150
    <tabstop>textLineEdit</tabstop>
 
151
    <tabstop>buttonOk</tabstop>
 
152
    <tabstop>buttonCancel</tabstop>
 
153
</tabstops>
 
154
</UI>