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

« back to all changes in this revision

Viewing changes to languages/cpp/creategettersetter.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>CreateGetterSetterDialogBase</class>
 
3
<widget class="QDialog">
 
4
    <property name="name">
 
5
        <cstring>CreateGetterSetterDialogBase</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>428</width>
 
12
            <height>105</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="modal">
 
16
        <bool>true</bool>
 
17
    </property>
 
18
    <grid>
 
19
        <property name="name">
 
20
            <cstring>unnamed</cstring>
 
21
        </property>
 
22
        <spacer row="2" column="1">
 
23
            <property name="name">
 
24
                <cstring>spacer1</cstring>
 
25
            </property>
 
26
            <property name="orientation">
 
27
                <enum>Horizontal</enum>
 
28
            </property>
 
29
            <property name="sizeType">
 
30
                <enum>Expanding</enum>
 
31
            </property>
 
32
            <property name="sizeHint">
 
33
                <size>
 
34
                    <width>61</width>
 
35
                    <height>20</height>
 
36
                </size>
 
37
            </property>
 
38
        </spacer>
 
39
        <widget class="QCheckBox" row="0" column="5">
 
40
            <property name="name">
 
41
                <cstring>m_chkInlineGet</cstring>
 
42
            </property>
 
43
            <property name="text">
 
44
                <string>&amp;inline</string>
 
45
            </property>
 
46
            <property name="checked">
 
47
                <bool>true</bool>
 
48
            </property>
 
49
            <property name="toolTip" stdset="0">
 
50
                <string>create an inline get method</string>
 
51
            </property>
 
52
            <property name="whatsThis" stdset="0">
 
53
                <string>If this is checked the get method will be created inline; otherwise, it will not.</string>
 
54
            </property>
 
55
        </widget>
 
56
        <widget class="QCheckBox" row="0" column="0">
 
57
            <property name="name">
 
58
                <cstring>m_chkGet</cstring>
 
59
            </property>
 
60
            <property name="text">
 
61
                <string>&amp;get method</string>
 
62
            </property>
 
63
            <property name="checked">
 
64
                <bool>true</bool>
 
65
            </property>
 
66
            <property name="toolTip" stdset="0">
 
67
                <string>create get method</string>
 
68
            </property>
 
69
            <property name="whatsThis" stdset="0">
 
70
                <string>If this is checked a getter method will be created.</string>
 
71
            </property>
 
72
        </widget>
 
73
        <widget class="QCheckBox" row="1" column="0">
 
74
            <property name="name">
 
75
                <cstring>m_chkSet</cstring>
 
76
            </property>
 
77
            <property name="text">
 
78
                <string>&amp;set method</string>
 
79
            </property>
 
80
            <property name="checked">
 
81
                <bool>true</bool>
 
82
            </property>
 
83
            <property name="toolTip" stdset="0">
 
84
                <string>create set method</string>
 
85
            </property>
 
86
            <property name="whatsThis" stdset="0">
 
87
                <string>If this is checked a set method will be created</string>
 
88
            </property>
 
89
        </widget>
 
90
        <widget class="KLineEdit" row="0" column="1" rowspan="1" colspan="4">
 
91
            <property name="name">
 
92
                <cstring>m_edtGet</cstring>
 
93
            </property>
 
94
            <property name="toolTip" stdset="0">
 
95
                <string>name of the get method</string>
 
96
            </property>
 
97
            <property name="whatsThis" stdset="0">
 
98
                <string>The name of the created get method</string>
 
99
            </property>
 
100
        </widget>
 
101
        <widget class="KLineEdit" row="1" column="1" rowspan="1" colspan="4">
 
102
            <property name="name">
 
103
                <cstring>m_edtSet</cstring>
 
104
            </property>
 
105
            <property name="toolTip" stdset="0">
 
106
                <string>name of the set method</string>
 
107
            </property>
 
108
            <property name="whatsThis" stdset="0">
 
109
                <string>The name of the created set method</string>
 
110
            </property>
 
111
        </widget>
 
112
        <widget class="QCheckBox" row="1" column="5">
 
113
            <property name="name">
 
114
                <cstring>m_chkInlineSet</cstring>
 
115
            </property>
 
116
            <property name="text">
 
117
                <string>i&amp;nline</string>
 
118
            </property>
 
119
            <property name="checked">
 
120
                <bool>true</bool>
 
121
            </property>
 
122
            <property name="toolTip" stdset="0">
 
123
                <string>create an inline set method</string>
 
124
            </property>
 
125
            <property name="whatsThis" stdset="0">
 
126
                <string>If this is checked the set method will be created inline; otherwise, it will not.</string>
 
127
            </property>
 
128
        </widget>
 
129
        <spacer row="2" column="2">
 
130
            <property name="name">
 
131
                <cstring>spacer2</cstring>
 
132
            </property>
 
133
            <property name="orientation">
 
134
                <enum>Horizontal</enum>
 
135
            </property>
 
136
            <property name="sizeType">
 
137
                <enum>Expanding</enum>
 
138
            </property>
 
139
            <property name="sizeHint">
 
140
                <size>
 
141
                    <width>21</width>
 
142
                    <height>20</height>
 
143
                </size>
 
144
            </property>
 
145
        </spacer>
 
146
        <widget class="KPushButton" row="2" column="4" rowspan="1" colspan="2">
 
147
            <property name="name">
 
148
                <cstring>m_btnCancel</cstring>
 
149
            </property>
 
150
            <property name="text">
 
151
                <string>&amp;Cancel</string>
 
152
            </property>
 
153
        </widget>
 
154
        <widget class="KPushButton" row="2" column="3">
 
155
            <property name="name">
 
156
                <cstring>m_btnOk</cstring>
 
157
            </property>
 
158
            <property name="text">
 
159
                <string>&amp;OK</string>
 
160
            </property>
 
161
        </widget>
 
162
    </grid>
 
163
</widget>
 
164
<connections>
 
165
    <connection>
 
166
        <sender>m_chkGet</sender>
 
167
        <signal>toggled(bool)</signal>
 
168
        <receiver>m_edtGet</receiver>
 
169
        <slot>setEnabled(bool)</slot>
 
170
    </connection>
 
171
    <connection>
 
172
        <sender>m_chkSet</sender>
 
173
        <signal>toggled(bool)</signal>
 
174
        <receiver>m_edtSet</receiver>
 
175
        <slot>setEnabled(bool)</slot>
 
176
    </connection>
 
177
    <connection>
 
178
        <sender>m_btnOk</sender>
 
179
        <signal>clicked()</signal>
 
180
        <receiver>CreateGetterSetterDialogBase</receiver>
 
181
        <slot>accept()</slot>
 
182
    </connection>
 
183
    <connection>
 
184
        <sender>m_btnCancel</sender>
 
185
        <signal>clicked()</signal>
 
186
        <receiver>CreateGetterSetterDialogBase</receiver>
 
187
        <slot>reject()</slot>
 
188
    </connection>
 
189
    <connection>
 
190
        <sender>m_chkGet</sender>
 
191
        <signal>toggled(bool)</signal>
 
192
        <receiver>m_chkInlineGet</receiver>
 
193
        <slot>setEnabled(bool)</slot>
 
194
    </connection>
 
195
    <connection>
 
196
        <sender>m_chkSet</sender>
 
197
        <signal>toggled(bool)</signal>
 
198
        <receiver>m_chkInlineSet</receiver>
 
199
        <slot>setEnabled(bool)</slot>
 
200
    </connection>
 
201
    <connection>
 
202
        <sender>m_chkInlineGet</sender>
 
203
        <signal>toggled(bool)</signal>
 
204
        <receiver>CreateGetterSetterDialogBase</receiver>
 
205
        <slot>slotInlineChanged()</slot>
 
206
    </connection>
 
207
    <connection>
 
208
        <sender>m_chkInlineSet</sender>
 
209
        <signal>toggled(bool)</signal>
 
210
        <receiver>CreateGetterSetterDialogBase</receiver>
 
211
        <slot>slotInlineChanged()</slot>
 
212
    </connection>
 
213
</connections>
 
214
<tabstops>
 
215
    <tabstop>m_chkGet</tabstop>
 
216
    <tabstop>m_edtGet</tabstop>
 
217
    <tabstop>m_chkSet</tabstop>
 
218
    <tabstop>m_edtSet</tabstop>
 
219
    <tabstop>m_btnCancel</tabstop>
 
220
    <tabstop>m_btnOk</tabstop>
 
221
</tabstops>
 
222
<slots>
 
223
    <slot access="protected">slotInlineChanged()</slot>
 
224
</slots>
 
225
<layoutdefaults spacing="6" margin="11"/>
 
226
<includehints>
 
227
    <includehint>klineedit.h</includehint>
 
228
    <includehint>klineedit.h</includehint>
 
229
    <includehint>kpushbutton.h</includehint>
 
230
    <includehint>kpushbutton.h</includehint>
 
231
</includehints>
 
232
</UI>