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

« back to all changes in this revision

Viewing changes to languages/lib/designer_integration/implementationwidgetbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2
 
<class>CreateImplemenationWidgetBase</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>CreateImplemenationWidgetBase</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>518</width>
12
 
            <height>353</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Create or Select Implementation Class</string>
17
 
    </property>
18
 
    <grid>
19
 
        <property name="name">
20
 
            <cstring>unnamed</cstring>
21
 
        </property>
22
 
        <widget class="QLayoutWidget" row="1" column="0">
23
 
            <property name="name">
24
 
                <cstring>layout4</cstring>
25
 
            </property>
26
 
            <hbox>
27
 
                <property name="name">
28
 
                    <cstring>unnamed</cstring>
29
 
                </property>
30
 
                <spacer>
31
 
                    <property name="name">
32
 
                        <cstring>spacer4</cstring>
33
 
                    </property>
34
 
                    <property name="orientation">
35
 
                        <enum>Horizontal</enum>
36
 
                    </property>
37
 
                    <property name="sizeType">
38
 
                        <enum>Expanding</enum>
39
 
                    </property>
40
 
                    <property name="sizeHint">
41
 
                        <size>
42
 
                            <width>40</width>
43
 
                            <height>20</height>
44
 
                        </size>
45
 
                    </property>
46
 
                </spacer>
47
 
                <widget class="QPushButton">
48
 
                    <property name="name">
49
 
                        <cstring>okButton</cstring>
50
 
                    </property>
51
 
                    <property name="sizePolicy">
52
 
                        <sizepolicy>
53
 
                            <hsizetype>1</hsizetype>
54
 
                            <vsizetype>0</vsizetype>
55
 
                            <horstretch>0</horstretch>
56
 
                            <verstretch>0</verstretch>
57
 
                        </sizepolicy>
58
 
                    </property>
59
 
                    <property name="text">
60
 
                        <string>&amp;OK</string>
61
 
                    </property>
62
 
                    <property name="default">
63
 
                        <bool>true</bool>
64
 
                    </property>
65
 
                </widget>
66
 
                <widget class="QPushButton">
67
 
                    <property name="name">
68
 
                        <cstring>cancelButton</cstring>
69
 
                    </property>
70
 
                    <property name="sizePolicy">
71
 
                        <sizepolicy>
72
 
                            <hsizetype>1</hsizetype>
73
 
                            <vsizetype>0</vsizetype>
74
 
                            <horstretch>0</horstretch>
75
 
                            <verstretch>0</verstretch>
76
 
                        </sizepolicy>
77
 
                    </property>
78
 
                    <property name="text">
79
 
                        <string>&amp;Cancel</string>
80
 
                    </property>
81
 
                </widget>
82
 
            </hbox>
83
 
        </widget>
84
 
        <widget class="QButtonGroup" row="0" column="0">
85
 
            <property name="name">
86
 
                <cstring>buttonGroup1</cstring>
87
 
            </property>
88
 
            <property name="title">
89
 
                <string></string>
90
 
            </property>
91
 
            <grid>
92
 
                <property name="name">
93
 
                    <cstring>unnamed</cstring>
94
 
                </property>
95
 
                <widget class="QRadioButton" row="0" column="0">
96
 
                    <property name="name">
97
 
                        <cstring>createButton</cstring>
98
 
                    </property>
99
 
                    <property name="text">
100
 
                        <string>Create &amp;new class</string>
101
 
                    </property>
102
 
                    <property name="checked">
103
 
                        <bool>true</bool>
104
 
                    </property>
105
 
                </widget>
106
 
                <widget class="KListView" row="4" column="0">
107
 
                    <column>
108
 
                        <property name="text">
109
 
                            <string>Class Name</string>
110
 
                        </property>
111
 
                        <property name="clickable">
112
 
                            <bool>true</bool>
113
 
                        </property>
114
 
                        <property name="resizable">
115
 
                            <bool>true</bool>
116
 
                        </property>
117
 
                    </column>
118
 
                    <column>
119
 
                        <property name="text">
120
 
                            <string>File</string>
121
 
                        </property>
122
 
                        <property name="clickable">
123
 
                            <bool>true</bool>
124
 
                        </property>
125
 
                        <property name="resizable">
126
 
                            <bool>true</bool>
127
 
                        </property>
128
 
                    </column>
129
 
                    <property name="name">
130
 
                        <cstring>classView</cstring>
131
 
                    </property>
132
 
                    <property name="enabled">
133
 
                        <bool>false</bool>
134
 
                    </property>
135
 
                </widget>
136
 
                <widget class="QLayoutWidget" row="1" column="0">
137
 
                    <property name="name">
138
 
                        <cstring>layout2</cstring>
139
 
                    </property>
140
 
                    <vbox>
141
 
                        <property name="name">
142
 
                            <cstring>unnamed</cstring>
143
 
                        </property>
144
 
                        <widget class="QLabel">
145
 
                            <property name="name">
146
 
                                <cstring>classNameLabel</cstring>
147
 
                            </property>
148
 
                            <property name="text">
149
 
                                <string>C&amp;lass name:</string>
150
 
                            </property>
151
 
                            <property name="buddy" stdset="0">
152
 
                                <cstring>classNameEdit</cstring>
153
 
                            </property>
154
 
                        </widget>
155
 
                        <widget class="KLineEdit">
156
 
                            <property name="name">
157
 
                                <cstring>classNameEdit</cstring>
158
 
                            </property>
159
 
                        </widget>
160
 
                    </vbox>
161
 
                </widget>
162
 
                <widget class="QRadioButton" row="3" column="0">
163
 
                    <property name="name">
164
 
                        <cstring>useButton</cstring>
165
 
                    </property>
166
 
                    <property name="text">
167
 
                        <string>Use &amp;existing class</string>
168
 
                    </property>
169
 
                </widget>
170
 
                <widget class="QLayoutWidget" row="2" column="0">
171
 
                    <property name="name">
172
 
                        <cstring>layout2_2</cstring>
173
 
                    </property>
174
 
                    <vbox>
175
 
                        <property name="name">
176
 
                            <cstring>unnamed</cstring>
177
 
                        </property>
178
 
                        <widget class="QLabel">
179
 
                            <property name="name">
180
 
                                <cstring>fileNameLabel</cstring>
181
 
                            </property>
182
 
                            <property name="text">
183
 
                                <string>&amp;File name:</string>
184
 
                            </property>
185
 
                            <property name="buddy" stdset="0">
186
 
                                <cstring>fileNameEdit</cstring>
187
 
                            </property>
188
 
                        </widget>
189
 
                        <widget class="KLineEdit">
190
 
                            <property name="name">
191
 
                                <cstring>fileNameEdit</cstring>
192
 
                            </property>
193
 
                        </widget>
194
 
                    </vbox>
195
 
                </widget>
196
 
            </grid>
197
 
        </widget>
198
 
    </grid>
199
 
</widget>
200
 
<customwidgets>
201
 
</customwidgets>
202
 
<connections>
203
 
    <connection>
204
 
        <sender>cancelButton</sender>
205
 
        <signal>clicked()</signal>
206
 
        <receiver>CreateImplemenationWidgetBase</receiver>
207
 
        <slot>reject()</slot>
208
 
    </connection>
209
 
    <connection>
210
 
        <sender>okButton</sender>
211
 
        <signal>clicked()</signal>
212
 
        <receiver>CreateImplemenationWidgetBase</receiver>
213
 
        <slot>accept()</slot>
214
 
    </connection>
215
 
    <connection>
216
 
        <sender>createButton</sender>
217
 
        <signal>toggled(bool)</signal>
218
 
        <receiver>classNameLabel</receiver>
219
 
        <slot>setEnabled(bool)</slot>
220
 
    </connection>
221
 
    <connection>
222
 
        <sender>createButton</sender>
223
 
        <signal>toggled(bool)</signal>
224
 
        <receiver>classNameEdit</receiver>
225
 
        <slot>setEnabled(bool)</slot>
226
 
    </connection>
227
 
    <connection>
228
 
        <sender>useButton</sender>
229
 
        <signal>toggled(bool)</signal>
230
 
        <receiver>classView</receiver>
231
 
        <slot>setEnabled(bool)</slot>
232
 
    </connection>
233
 
    <connection>
234
 
        <sender>createButton</sender>
235
 
        <signal>toggled(bool)</signal>
236
 
        <receiver>fileNameLabel</receiver>
237
 
        <slot>setEnabled(bool)</slot>
238
 
    </connection>
239
 
    <connection>
240
 
        <sender>createButton</sender>
241
 
        <signal>toggled(bool)</signal>
242
 
        <receiver>fileNameEdit</receiver>
243
 
        <slot>setEnabled(bool)</slot>
244
 
    </connection>
245
 
    <connection>
246
 
        <sender>classNameEdit</sender>
247
 
        <signal>textChanged(const QString&amp;)</signal>
248
 
        <receiver>CreateImplemenationWidgetBase</receiver>
249
 
        <slot>classNameChanged(const QString&amp;)</slot>
250
 
    </connection>
251
 
</connections>
252
 
<tabstops>
253
 
    <tabstop>createButton</tabstop>
254
 
    <tabstop>classNameEdit</tabstop>
255
 
    <tabstop>fileNameEdit</tabstop>
256
 
    <tabstop>classView</tabstop>
257
 
    <tabstop>okButton</tabstop>
258
 
    <tabstop>cancelButton</tabstop>
259
 
</tabstops>
260
 
<slots>
261
 
    <slot access="protected">classNameChanged(const QString &amp;)</slot>
262
 
</slots>
263
 
<layoutdefaults spacing="6" margin="11"/>
264
 
<includehints>
265
 
    <includehint>klistview.h</includehint>
266
 
</includehints>
267
 
</UI>