~ubuntu-branches/ubuntu/intrepid/kdesdk/intrepid-updates

« back to all changes in this revision

Viewing changes to umbrello/umbrello/codegenerators/javacodegenerationformbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-28 10:11:43 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.westby@ubuntu.com-20080528101143-gzc3styjz1b70zxu
Tags: upstream-4.0.80
ImportĀ upstreamĀ versionĀ 4.0.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2
 
<class>JavaCodeGenerationFormBase</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>462</width>
12
 
            <height>376</height>
13
 
        </rect>
14
 
    </property>
15
 
    <grid>
16
 
        <property name="name">
17
 
            <cstring>unnamed</cstring>
18
 
        </property>
19
 
        <widget class="QLayoutWidget" row="0" column="0">
20
 
            <property name="name">
21
 
                <cstring>layout6</cstring>
22
 
            </property>
23
 
            <grid>
24
 
                <property name="name">
25
 
                    <cstring>unnamed</cstring>
26
 
                </property>
27
 
                <widget class="QGroupBox" row="3" column="0">
28
 
                    <property name="name">
29
 
                        <cstring>groupBox3</cstring>
30
 
                    </property>
31
 
                    <property name="sizePolicy">
32
 
                        <sizepolicy>
33
 
                            <hsizetype>5</hsizetype>
34
 
                            <vsizetype>4</vsizetype>
35
 
                            <horstretch>0</horstretch>
36
 
                            <verstretch>0</verstretch>
37
 
                        </sizepolicy>
38
 
                    </property>
39
 
                    <property name="title">
40
 
                        <string>Project Generation</string>
41
 
                    </property>
42
 
                    <vbox>
43
 
                        <property name="name">
44
 
                            <cstring>unnamed</cstring>
45
 
                        </property>
46
 
                        <widget class="QCheckBox">
47
 
                            <property name="name">
48
 
                                <cstring>m_makeANTDocumentCheckBox</cstring>
49
 
                            </property>
50
 
                            <property name="text">
51
 
                                <string>Create ANT build document</string>
52
 
                            </property>
53
 
                        </widget>
54
 
                    </vbox>
55
 
                </widget>
56
 
                <widget class="QGroupBox" row="2" column="0">
57
 
                    <property name="name">
58
 
                        <cstring>groupBox2</cstring>
59
 
                    </property>
60
 
                    <property name="sizePolicy">
61
 
                        <sizepolicy>
62
 
                            <hsizetype>5</hsizetype>
63
 
                            <vsizetype>4</vsizetype>
64
 
                            <horstretch>0</horstretch>
65
 
                            <verstretch>0</verstretch>
66
 
                        </sizepolicy>
67
 
                    </property>
68
 
                    <property name="title">
69
 
                        <string>Auto-Generate Methods</string>
70
 
                    </property>
71
 
                    <grid>
72
 
                        <property name="name">
73
 
                            <cstring>unnamed</cstring>
74
 
                        </property>
75
 
                        <widget class="QLayoutWidget" row="0" column="0">
76
 
                            <property name="name">
77
 
                                <cstring>layout2</cstring>
78
 
                            </property>
79
 
                            <grid>
80
 
                                <property name="name">
81
 
                                    <cstring>unnamed</cstring>
82
 
                                </property>
83
 
                                <widget class="QCheckBox" row="0" column="0">
84
 
                                    <property name="name">
85
 
                                        <cstring>m_generateConstructors</cstring>
86
 
                                    </property>
87
 
                                    <property name="text">
88
 
                                        <string>Empty constructor methods</string>
89
 
                                    </property>
90
 
                                    <property name="checked">
91
 
                                        <bool>false</bool>
92
 
                                    </property>
93
 
                                </widget>
94
 
                                <widget class="QCheckBox" row="2" column="0">
95
 
                                    <property name="name">
96
 
                                        <cstring>m_generateAssocAccessors</cstring>
97
 
                                    </property>
98
 
                                    <property name="text">
99
 
                                        <string>Association accessor methods</string>
100
 
                                    </property>
101
 
                                    <property name="checked">
102
 
                                        <bool>true</bool>
103
 
                                    </property>
104
 
                                </widget>
105
 
                                <widget class="QCheckBox" row="1" column="0">
106
 
                                    <property name="name">
107
 
                                        <cstring>m_generateAttribAccessors</cstring>
108
 
                                    </property>
109
 
                                    <property name="text">
110
 
                                        <string>Attribute accessor methods</string>
111
 
                                    </property>
112
 
                                    <property name="checked">
113
 
                                        <bool>true</bool>
114
 
                                    </property>
115
 
                                </widget>
116
 
                            </grid>
117
 
                        </widget>
118
 
                        <widget class="QLayoutWidget" row="1" column="0">
119
 
                            <property name="name">
120
 
                                <cstring>layout4</cstring>
121
 
                            </property>
122
 
                            <grid>
123
 
                                <property name="name">
124
 
                                    <cstring>unnamed</cstring>
125
 
                                </property>
126
 
                                <widget class="QComboBox" row="0" column="1">
127
 
                                    <item>
128
 
                                        <property name="text">
129
 
                                            <string>Public</string>
130
 
                                        </property>
131
 
                                    </item>
132
 
                                    <item>
133
 
                                        <property name="text">
134
 
                                            <string>Private</string>
135
 
                                        </property>
136
 
                                    </item>
137
 
                                    <item>
138
 
                                        <property name="text">
139
 
                                            <string>Protected</string>
140
 
                                        </property>
141
 
                                    </item>
142
 
                                    <item>
143
 
                                        <property name="text">
144
 
                                            <string>From Parent Object</string>
145
 
                                        </property>
146
 
                                    </item>
147
 
                                    <property name="name">
148
 
                                        <cstring>m_accessorScopeCB</cstring>
149
 
                                    </property>
150
 
                                    <property name="currentItem">
151
 
                                        <number>3</number>
152
 
                                    </property>
153
 
                                </widget>
154
 
                                <widget class="QLabel" row="0" column="0">
155
 
                                    <property name="name">
156
 
                                        <cstring>textLabel1_3</cstring>
157
 
                                    </property>
158
 
                                    <property name="text">
159
 
                                        <string>Default attribute accessor scope:</string>
160
 
                                    </property>
161
 
                                </widget>
162
 
                            </grid>
163
 
                        </widget>
164
 
                        <widget class="QLayoutWidget" row="2" column="0">
165
 
                            <property name="name">
166
 
                                <cstring>layout4</cstring>
167
 
                            </property>
168
 
                            <grid>
169
 
                                <property name="name">
170
 
                                    <cstring>unnamed</cstring>
171
 
                                </property>
172
 
                                <widget class="QLabel" row="0" column="0">
173
 
                                    <property name="name">
174
 
                                        <cstring>textLabel1_3_2</cstring>
175
 
                                    </property>
176
 
                                    <property name="text">
177
 
                                        <string>Default association field scope:</string>
178
 
                                    </property>
179
 
                                </widget>
180
 
                                <widget class="QComboBox" row="0" column="1">
181
 
                                    <item>
182
 
                                        <property name="text">
183
 
                                            <string>Public</string>
184
 
                                        </property>
185
 
                                    </item>
186
 
                                    <item>
187
 
                                        <property name="text">
188
 
                                            <string>Private</string>
189
 
                                        </property>
190
 
                                    </item>
191
 
                                    <item>
192
 
                                        <property name="text">
193
 
                                            <string>Protected</string>
194
 
                                        </property>
195
 
                                    </item>
196
 
                                    <item>
197
 
                                        <property name="text">
198
 
                                            <string>From Parent Role</string>
199
 
                                        </property>
200
 
                                    </item>
201
 
                                    <property name="name">
202
 
                                        <cstring>m_assocFieldScopeCB</cstring>
203
 
                                    </property>
204
 
                                    <property name="currentItem">
205
 
                                        <number>3</number>
206
 
                                    </property>
207
 
                                </widget>
208
 
                            </grid>
209
 
                        </widget>
210
 
                    </grid>
211
 
                </widget>
212
 
                <widget class="QGroupBox" row="1" column="0">
213
 
                    <property name="name">
214
 
                        <cstring>groupBox1</cstring>
215
 
                    </property>
216
 
                    <property name="sizePolicy">
217
 
                        <sizepolicy>
218
 
                            <hsizetype>5</hsizetype>
219
 
                            <vsizetype>4</vsizetype>
220
 
                            <horstretch>0</horstretch>
221
 
                            <verstretch>0</verstretch>
222
 
                        </sizepolicy>
223
 
                    </property>
224
 
                    <property name="title">
225
 
                        <string>Documentation</string>
226
 
                    </property>
227
 
                    <hbox>
228
 
                        <property name="name">
229
 
                            <cstring>unnamed</cstring>
230
 
                        </property>
231
 
                        <widget class="QLabel">
232
 
                            <property name="name">
233
 
                                <cstring>textLabel1</cstring>
234
 
                            </property>
235
 
                            <property name="text">
236
 
                                <string>Style:</string>
237
 
                            </property>
238
 
                        </widget>
239
 
                        <widget class="QComboBox">
240
 
                            <item>
241
 
                                <property name="text">
242
 
                                    <string>Slash-Slash (//)</string>
243
 
                                </property>
244
 
                            </item>
245
 
                            <item>
246
 
                                <property name="text">
247
 
                                    <string>Slash-Star (/**  */)</string>
248
 
                                </property>
249
 
                            </item>
250
 
                            <property name="name">
251
 
                                <cstring>m_SelectCommentStyle</cstring>
252
 
                            </property>
253
 
                        </widget>
254
 
                    </hbox>
255
 
                </widget>
256
 
                <widget class="QLabel" row="0" column="0">
257
 
                    <property name="name">
258
 
                        <cstring>textLabel1_2</cstring>
259
 
                    </property>
260
 
                    <property name="sizePolicy">
261
 
                        <sizepolicy>
262
 
                            <hsizetype>5</hsizetype>
263
 
                            <vsizetype>4</vsizetype>
264
 
                            <horstretch>0</horstretch>
265
 
                            <verstretch>0</verstretch>
266
 
                        </sizepolicy>
267
 
                    </property>
268
 
                    <property name="text">
269
 
                        <string>&lt;p align="center"&gt;Java Code Generation&lt;/p&gt;</string>
270
 
                    </property>
271
 
                </widget>
272
 
            </grid>
273
 
        </widget>
274
 
    </grid>
275
 
</widget>
276
 
<layoutdefaults spacing="6" margin="11"/>
277
 
</UI>
 
1
<ui version="4.0" stdsetdef="1" >
 
2
  <author></author>
 
3
  <comment></comment>
 
4
  <exportmacro></exportmacro>
 
5
  <class>JavaCodeGenerationFormBase</class>
 
6
  <widget class="QWidget" name="JavaCodeGenerationFormBase" >
 
7
    <property name="geometry" >
 
8
      <rect>
 
9
        <x>0</x>
 
10
        <y>0</y>
 
11
        <width>462</width>
 
12
        <height>376</height>
 
13
      </rect>
 
14
    </property>
 
15
    <layout class="QGridLayout" >
 
16
      <item row="0" column="0" >
 
17
        <layout class="QGridLayout" >
 
18
          <property name="margin" >
 
19
            <number>0</number>
 
20
          </property>
 
21
          <item row="3" column="0" >
 
22
            <widget class="QGroupBox" name="groupBox3" >
 
23
              <property name="sizePolicy" >
 
24
                <sizepolicy>
 
25
                  <hsizetype>5</hsizetype>
 
26
                  <vsizetype>4</vsizetype>
 
27
                  <horstretch>0</horstretch>
 
28
                  <verstretch>0</verstretch>
 
29
                </sizepolicy>
 
30
              </property>
 
31
              <property name="title" >
 
32
                <string>Project Generation</string>
 
33
              </property>
 
34
              <layout class="QVBoxLayout" >
 
35
                <property name="margin" >
 
36
                  <number>0</number>
 
37
                </property>
 
38
                <item>
 
39
                  <widget class="QCheckBox" name="m_makeANTDocumentCheckBox" >
 
40
                    <property name="text" >
 
41
                      <string>Create ANT build document</string>
 
42
                    </property>
 
43
                  </widget>
 
44
                </item>
 
45
              </layout>
 
46
            </widget>
 
47
          </item>
 
48
          <item row="2" column="0" >
 
49
            <widget class="QGroupBox" name="groupBox2" >
 
50
              <property name="sizePolicy" >
 
51
                <sizepolicy>
 
52
                  <hsizetype>5</hsizetype>
 
53
                  <vsizetype>4</vsizetype>
 
54
                  <horstretch>0</horstretch>
 
55
                  <verstretch>0</verstretch>
 
56
                </sizepolicy>
 
57
              </property>
 
58
              <property name="title" >
 
59
                <string>Auto-Generate Methods</string>
 
60
              </property>
 
61
              <layout class="QGridLayout" >
 
62
                <property name="margin" >
 
63
                  <number>0</number>
 
64
                </property>
 
65
                <item row="0" column="0" >
 
66
                  <layout class="QGridLayout" >
 
67
                    <property name="margin" >
 
68
                      <number>0</number>
 
69
                    </property>
 
70
                    <item row="0" column="0" >
 
71
                      <widget class="QCheckBox" name="m_generateConstructors" >
 
72
                        <property name="text" >
 
73
                          <string>Empty constructor methods</string>
 
74
                        </property>
 
75
                        <property name="checked" >
 
76
                          <bool>false</bool>
 
77
                        </property>
 
78
                      </widget>
 
79
                    </item>
 
80
                    <item row="2" column="0" >
 
81
                      <widget class="QCheckBox" name="m_generateAssocAccessors" >
 
82
                        <property name="text" >
 
83
                          <string>Association accessor methods</string>
 
84
                        </property>
 
85
                        <property name="checked" >
 
86
                          <bool>true</bool>
 
87
                        </property>
 
88
                      </widget>
 
89
                    </item>
 
90
                    <item row="1" column="0" >
 
91
                      <widget class="QCheckBox" name="m_generateAttribAccessors" >
 
92
                        <property name="text" >
 
93
                          <string>Attribute accessor methods</string>
 
94
                        </property>
 
95
                        <property name="checked" >
 
96
                          <bool>true</bool>
 
97
                        </property>
 
98
                      </widget>
 
99
                    </item>
 
100
                  </layout>
 
101
                </item>
 
102
                <item row="1" column="0" >
 
103
                  <layout class="QGridLayout" >
 
104
                    <property name="margin" >
 
105
                      <number>0</number>
 
106
                    </property>
 
107
                    <item row="0" column="1" >
 
108
                      <widget class="QComboBox" name="m_accessorScopeCB" >
 
109
                        <property name="currentIndex" >
 
110
                          <number>3</number>
 
111
                        </property>
 
112
                        <item>
 
113
                          <property name="text" >
 
114
                            <string>Public</string>
 
115
                          </property>
 
116
                        </item>
 
117
                        <item>
 
118
                          <property name="text" >
 
119
                            <string>Private</string>
 
120
                          </property>
 
121
                        </item>
 
122
                        <item>
 
123
                          <property name="text" >
 
124
                            <string>Protected</string>
 
125
                          </property>
 
126
                        </item>
 
127
                        <item>
 
128
                          <property name="text" >
 
129
                            <string>From Parent Object</string>
 
130
                          </property>
 
131
                        </item>
 
132
                      </widget>
 
133
                    </item>
 
134
                    <item row="0" column="0" >
 
135
                      <widget class="QLabel" name="textLabel1_3" >
 
136
                        <property name="text" >
 
137
                          <string>Default attribute accessor scope:</string>
 
138
                        </property>
 
139
                        <property name="wordWrap" >
 
140
                          <bool>false</bool>
 
141
                        </property>
 
142
                      </widget>
 
143
                    </item>
 
144
                  </layout>
 
145
                </item>
 
146
                <item row="2" column="0" >
 
147
                  <layout class="QGridLayout" >
 
148
                    <property name="margin" >
 
149
                      <number>0</number>
 
150
                    </property>
 
151
                    <item row="0" column="0" >
 
152
                      <widget class="QLabel" name="textLabel1_3_2" >
 
153
                        <property name="text" >
 
154
                          <string>Default association field scope:</string>
 
155
                        </property>
 
156
                        <property name="wordWrap" >
 
157
                          <bool>false</bool>
 
158
                        </property>
 
159
                      </widget>
 
160
                    </item>
 
161
                    <item row="0" column="1" >
 
162
                      <widget class="QComboBox" name="m_assocFieldScopeCB" >
 
163
                        <property name="currentIndex" >
 
164
                          <number>3</number>
 
165
                        </property>
 
166
                        <item>
 
167
                          <property name="text" >
 
168
                            <string>Public</string>
 
169
                          </property>
 
170
                        </item>
 
171
                        <item>
 
172
                          <property name="text" >
 
173
                            <string>Private</string>
 
174
                          </property>
 
175
                        </item>
 
176
                        <item>
 
177
                          <property name="text" >
 
178
                            <string>Protected</string>
 
179
                          </property>
 
180
                        </item>
 
181
                        <item>
 
182
                          <property name="text" >
 
183
                            <string>From Parent Role</string>
 
184
                          </property>
 
185
                        </item>
 
186
                      </widget>
 
187
                    </item>
 
188
                  </layout>
 
189
                </item>
 
190
              </layout>
 
191
            </widget>
 
192
          </item>
 
193
          <item row="1" column="0" >
 
194
            <widget class="QGroupBox" name="groupBox1" >
 
195
              <property name="sizePolicy" >
 
196
                <sizepolicy>
 
197
                  <hsizetype>5</hsizetype>
 
198
                  <vsizetype>4</vsizetype>
 
199
                  <horstretch>0</horstretch>
 
200
                  <verstretch>0</verstretch>
 
201
                </sizepolicy>
 
202
              </property>
 
203
              <property name="title" >
 
204
                <string>Documentation</string>
 
205
              </property>
 
206
              <layout class="QHBoxLayout" >
 
207
                <property name="margin" >
 
208
                  <number>0</number>
 
209
                </property>
 
210
                <item>
 
211
                  <widget class="QLabel" name="textLabel1" >
 
212
                    <property name="text" >
 
213
                      <string>Style:</string>
 
214
                    </property>
 
215
                    <property name="wordWrap" >
 
216
                      <bool>false</bool>
 
217
                    </property>
 
218
                  </widget>
 
219
                </item>
 
220
                <item>
 
221
                  <widget class="QComboBox" name="m_SelectCommentStyle" >
 
222
                    <item>
 
223
                      <property name="text" >
 
224
                        <string>Slash-Slash (//)</string>
 
225
                      </property>
 
226
                    </item>
 
227
                    <item>
 
228
                      <property name="text" >
 
229
                        <string>Slash-Star (/**  */)</string>
 
230
                      </property>
 
231
                    </item>
 
232
                  </widget>
 
233
                </item>
 
234
              </layout>
 
235
            </widget>
 
236
          </item>
 
237
          <item row="0" column="0" >
 
238
            <widget class="QLabel" name="textLabel1_2" >
 
239
              <property name="sizePolicy" >
 
240
                <sizepolicy>
 
241
                  <hsizetype>5</hsizetype>
 
242
                  <vsizetype>4</vsizetype>
 
243
                  <horstretch>0</horstretch>
 
244
                  <verstretch>0</verstretch>
 
245
                </sizepolicy>
 
246
              </property>
 
247
              <property name="text" >
 
248
                <string>&lt;p align="center">Java Code Generation&lt;/p></string>
 
249
              </property>
 
250
              <property name="wordWrap" >
 
251
                <bool>false</bool>
 
252
              </property>
 
253
            </widget>
 
254
          </item>
 
255
        </layout>
 
256
      </item>
 
257
    </layout>
 
258
  </widget>
 
259
  <layoutdefault spacing="6" margin="11" />
 
260
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
261
</ui>