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

« back to all changes in this revision

Viewing changes to kdevdesigner/designer/newform.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.0" stdsetdef="1">
 
2
<class>NewFormBase</class>
 
3
<comment>*********************************************************************
 
4
** Copyright (C) 2000 Trolltech AS.  All rights reserved.
 
5
**
 
6
** This file is part of Qt Designer.
 
7
**
 
8
** This file may be distributed and/or modified under the terms of the
 
9
** GNU General Public License version 2 as published by the Free Software
 
10
** Foundation and appearing in the file LICENSE.GPL included in the
 
11
** packaging of this file.
 
12
**
 
13
** Licensees holding valid Qt Enterprise Edition or Qt Professional Edition
 
14
** licenses may use this file in accordance with the Qt Commercial License
 
15
** Agreement provided with the Software.
 
16
**
 
17
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
 
18
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
19
**
 
20
** See http://www.trolltech.com/gpl/ for GPL licensing information.
 
21
** See http://www.trolltech.com/pricing.html or email sales@trolltech.com for
 
22
**   information about Qt Commercial License Agreements.
 
23
**
 
24
** Contact info@trolltech.com if any conditions of this licensing are
 
25
** not clear to you.
 
26
**
 
27
*********************************************************************</comment>
 
28
<widget class="QDialog">
 
29
    <property name="name">
 
30
        <cstring>NewFormBase</cstring>
 
31
    </property>
 
32
    <property name="geometry">
 
33
        <rect>
 
34
            <x>0</x>
 
35
            <y>0</y>
 
36
            <width>557</width>
 
37
            <height>436</height>
 
38
        </rect>
 
39
    </property>
 
40
    <property name="caption">
 
41
        <string>New File</string>
 
42
    </property>
 
43
    <property name="sizeGripEnabled">
 
44
        <bool>true</bool>
 
45
    </property>
 
46
    <property name="whatsThis" stdset="0">
 
47
        <string>&lt;b&gt;New Form&lt;/b&gt;&lt;p&gt;Select a template for the new form and click the &lt;b&gt;OK&lt;/b&gt;-button to create it.&lt;/p&gt;</string>
 
48
    </property>
 
49
    <grid>
 
50
        <property name="name">
 
51
            <cstring>unnamed</cstring>
 
52
        </property>
 
53
        <property name="margin">
 
54
            <number>11</number>
 
55
        </property>
 
56
        <property name="spacing">
 
57
            <number>6</number>
 
58
        </property>
 
59
        <widget class="QLayoutWidget" row="2" column="0" rowspan="1" colspan="3">
 
60
            <property name="name">
 
61
                <cstring>Layout1</cstring>
 
62
            </property>
 
63
            <hbox>
 
64
                <property name="name">
 
65
                    <cstring>unnamed</cstring>
 
66
                </property>
 
67
                <property name="margin">
 
68
                    <number>0</number>
 
69
                </property>
 
70
                <property name="spacing">
 
71
                    <number>6</number>
 
72
                </property>
 
73
                <widget class="QPushButton">
 
74
                    <property name="name">
 
75
                        <cstring>helpButton</cstring>
 
76
                    </property>
 
77
                    <property name="text">
 
78
                        <string>&amp;Help</string>
 
79
                    </property>
 
80
                    <property name="autoDefault">
 
81
                        <bool>true</bool>
 
82
                    </property>
 
83
                </widget>
 
84
                <spacer>
 
85
                    <property name="name">
 
86
                        <cstring>Horizontal Spacing2</cstring>
 
87
                    </property>
 
88
                    <property name="orientation">
 
89
                        <enum>Horizontal</enum>
 
90
                    </property>
 
91
                    <property name="sizeType">
 
92
                        <enum>Expanding</enum>
 
93
                    </property>
 
94
                    <property name="sizeHint">
 
95
                        <size>
 
96
                            <width>20</width>
 
97
                            <height>20</height>
 
98
                        </size>
 
99
                    </property>
 
100
                </spacer>
 
101
                <widget class="QPushButton">
 
102
                    <property name="name">
 
103
                        <cstring>buttonOk</cstring>
 
104
                    </property>
 
105
                    <property name="text">
 
106
                        <string>&amp;OK</string>
 
107
                    </property>
 
108
                    <property name="autoDefault">
 
109
                        <bool>true</bool>
 
110
                    </property>
 
111
                    <property name="default">
 
112
                        <bool>true</bool>
 
113
                    </property>
 
114
                    <property name="whatsThis" stdset="0">
 
115
                        <string>Create a new form using the selected template.</string>
 
116
                    </property>
 
117
                </widget>
 
118
                <widget class="QPushButton">
 
119
                    <property name="name">
 
120
                        <cstring>buttonCancel</cstring>
 
121
                    </property>
 
122
                    <property name="text">
 
123
                        <string>&amp;Cancel</string>
 
124
                    </property>
 
125
                    <property name="autoDefault">
 
126
                        <bool>true</bool>
 
127
                    </property>
 
128
                    <property name="whatsThis" stdset="0">
 
129
                        <string>Close the dialog without creating a new form.</string>
 
130
                    </property>
 
131
                </widget>
 
132
            </hbox>
 
133
        </widget>
 
134
        <widget class="QIconView" row="1" column="0" rowspan="1" colspan="3">
 
135
            <property name="name">
 
136
                <cstring>templateView</cstring>
 
137
            </property>
 
138
            <property name="gridX">
 
139
                <number>120</number>
 
140
            </property>
 
141
            <property name="resizeMode">
 
142
                <enum>Adjust</enum>
 
143
            </property>
 
144
            <property name="itemsMovable">
 
145
                <bool>false</bool>
 
146
            </property>
 
147
            <property name="wordWrapIconText">
 
148
                <bool>true</bool>
 
149
            </property>
 
150
            <property name="whatsThis" stdset="0">
 
151
                <string>Displays a list of the available templates.</string>
 
152
            </property>
 
153
        </widget>
 
154
        <widget class="QLabel" row="0" column="0">
 
155
            <property name="name">
 
156
                <cstring>labelProject</cstring>
 
157
            </property>
 
158
            <property name="text">
 
159
                <string>&amp;Insert into:</string>
 
160
            </property>
 
161
            <property name="buddy" stdset="0">
 
162
                <cstring>projectCombo</cstring>
 
163
            </property>
 
164
        </widget>
 
165
        <widget class="QComboBox" row="0" column="1">
 
166
            <property name="name">
 
167
                <cstring>projectCombo</cstring>
 
168
            </property>
 
169
        </widget>
 
170
        <spacer row="0" column="2">
 
171
            <property name="name">
 
172
                <cstring>Spacer2</cstring>
 
173
            </property>
 
174
            <property name="orientation">
 
175
                <enum>Horizontal</enum>
 
176
            </property>
 
177
            <property name="sizeType">
 
178
                <enum>Expanding</enum>
 
179
            </property>
 
180
            <property name="sizeHint">
 
181
                <size>
 
182
                    <width>20</width>
 
183
                    <height>20</height>
 
184
                </size>
 
185
            </property>
 
186
        </spacer>
 
187
    </grid>
 
188
</widget>
 
189
<connections>
 
190
    <connection>
 
191
        <sender>buttonOk</sender>
 
192
        <signal>clicked()</signal>
 
193
        <receiver>NewFormBase</receiver>
 
194
        <slot>accept()</slot>
 
195
    </connection>
 
196
    <connection>
 
197
        <sender>buttonCancel</sender>
 
198
        <signal>clicked()</signal>
 
199
        <receiver>NewFormBase</receiver>
 
200
        <slot>reject()</slot>
 
201
    </connection>
 
202
    <connection>
 
203
        <sender>projectCombo</sender>
 
204
        <signal>activated(const QString&amp;)</signal>
 
205
        <receiver>NewFormBase</receiver>
 
206
        <slot>projectChanged(const QString&amp;)</slot>
 
207
    </connection>
 
208
    <connection>
 
209
        <sender>templateView</sender>
 
210
        <signal>currentChanged(QIconViewItem*)</signal>
 
211
        <receiver>NewFormBase</receiver>
 
212
        <slot>itemChanged(QIconViewItem*)</slot>
 
213
    </connection>
 
214
    <connection>
 
215
        <sender>templateView</sender>
 
216
        <signal>doubleClicked(QIconViewItem*)</signal>
 
217
        <receiver>NewFormBase</receiver>
 
218
        <slot>accept()</slot>
 
219
    </connection>
 
220
    <connection>
 
221
        <sender>templateView</sender>
 
222
        <signal>returnPressed(QIconViewItem*)</signal>
 
223
        <receiver>NewFormBase</receiver>
 
224
        <slot>accept()</slot>
 
225
    </connection>
 
226
</connections>
 
227
<tabstops>
 
228
    <tabstop>templateView</tabstop>
 
229
    <tabstop>helpButton</tabstop>
 
230
    <tabstop>buttonOk</tabstop>
 
231
    <tabstop>buttonCancel</tabstop>
 
232
</tabstops>
 
233
<slots>
 
234
    <slot access="protected">itemChanged( QIconViewItem * )</slot>
 
235
    <slot access="protected">projectChanged( const QString &amp; )</slot>
 
236
</slots>
 
237
<layoutdefaults spacing="6" margin="11"/>
 
238
</UI>