~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to todebugwatch.ui

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2007-05-29 13:13:36 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529131336-85ygaddivvmkd3xc
Tags: 1.3.21pre22-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules: call dh_iconcache
  - Remove g++ build dependency
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI>
2
 
<class>toDebugWatchUI</class>
3
 
<widget>
4
 
    <class>QDialog</class>
5
 
    <property stdset="1">
6
 
        <name>name</name>
7
 
        <cstring>toDebugWatchUI</cstring>
8
 
    </property>
9
 
    <property stdset="1">
10
 
        <name>geometry</name>
11
 
        <rect>
12
 
            <x>0</x>
13
 
            <y>0</y>
14
 
            <width>188</width>
15
 
            <height>228</height>
16
 
        </rect>
17
 
    </property>
18
 
    <property stdset="1">
19
 
        <name>caption</name>
20
 
        <string>Add variable watch</string>
21
 
    </property>
22
 
    <grid>
23
 
        <property stdset="1">
24
 
            <name>margin</name>
25
 
            <number>11</number>
26
 
        </property>
27
 
        <property stdset="1">
28
 
            <name>spacing</name>
29
 
            <number>6</number>
30
 
        </property>
31
 
        <widget row="3"  column="1" >
32
 
            <class>QPushButton</class>
33
 
            <property stdset="1">
34
 
                <name>name</name>
35
 
                <cstring>PushButton1_2</cstring>
36
 
            </property>
37
 
            <property stdset="1">
38
 
                <name>text</name>
39
 
                <string>Cancel</string>
40
 
            </property>
41
 
        </widget>
42
 
        <widget row="3"  column="0" >
43
 
            <class>QPushButton</class>
44
 
            <property stdset="1">
45
 
                <name>name</name>
46
 
                <cstring>PushButton1</cstring>
47
 
            </property>
48
 
            <property stdset="1">
49
 
                <name>text</name>
50
 
                <string>&amp;Ok</string>
51
 
            </property>
52
 
            <property stdset="1">
53
 
                <name>default</name>
54
 
                <bool>true</bool>
55
 
            </property>
56
 
        </widget>
57
 
        <widget row="2"  column="0"  rowspan="1"  colspan="2" >
58
 
            <class>QComboBox</class>
59
 
            <property stdset="1">
60
 
                <name>name</name>
61
 
                <cstring>Name</cstring>
62
 
            </property>
63
 
            <property stdset="1">
64
 
                <name>editable</name>
65
 
                <bool>true</bool>
66
 
            </property>
67
 
            <property stdset="1">
68
 
                <name>duplicatesEnabled</name>
69
 
                <bool>false</bool>
70
 
            </property>
71
 
        </widget>
72
 
        <widget row="1"  column="0"  rowspan="1"  colspan="2" >
73
 
            <class>QLabel</class>
74
 
            <property stdset="1">
75
 
                <name>name</name>
76
 
                <cstring>TextLabel1</cstring>
77
 
            </property>
78
 
            <property stdset="1">
79
 
                <name>sizePolicy</name>
80
 
                <sizepolicy>
81
 
                    <hsizetype>1</hsizetype>
82
 
                    <vsizetype>0</vsizetype>
83
 
                </sizepolicy>
84
 
            </property>
85
 
            <property stdset="1">
86
 
                <name>text</name>
87
 
                <string>&amp;Variable name</string>
88
 
            </property>
89
 
            <property>
90
 
                <name>buddy</name>
91
 
                <cstring>Name</cstring>
92
 
            </property>
93
 
            <property>
94
 
                <name>toolTip</name>
95
 
                <string>Variable name to watch.</string>
96
 
            </property>
97
 
        </widget>
98
 
        <widget row="0"  column="0"  rowspan="1"  colspan="2" >
99
 
            <class>QButtonGroup</class>
100
 
            <property stdset="1">
101
 
                <name>name</name>
102
 
                <cstring>Scope</cstring>
103
 
            </property>
104
 
            <property stdset="1">
105
 
                <name>sizePolicy</name>
106
 
                <sizepolicy>
107
 
                    <hsizetype>5</hsizetype>
108
 
                    <vsizetype>7</vsizetype>
109
 
                </sizepolicy>
110
 
            </property>
111
 
            <property stdset="1">
112
 
                <name>title</name>
113
 
                <string>&amp;Scope</string>
114
 
            </property>
115
 
            <grid>
116
 
                <property stdset="1">
117
 
                    <name>margin</name>
118
 
                    <number>11</number>
119
 
                </property>
120
 
                <property stdset="1">
121
 
                    <name>spacing</name>
122
 
                    <number>6</number>
123
 
                </property>
124
 
                <widget row="3"  column="0" >
125
 
                    <class>QRadioButton</class>
126
 
                    <property stdset="1">
127
 
                        <name>name</name>
128
 
                        <cstring>GlobalScope</cstring>
129
 
                    </property>
130
 
                    <property stdset="1">
131
 
                        <name>text</name>
132
 
                        <string>&amp;Global</string>
133
 
                    </property>
134
 
                    <property stdset="1">
135
 
                        <name>buttonGroupId</name>
136
 
                        <number>4</number>
137
 
                    </property>
138
 
                    <property>
139
 
                        <name>toolTip</name>
140
 
                        <string>Global scope of variable.</string>
141
 
                    </property>
142
 
                </widget>
143
 
                <widget row="1"  column="0" >
144
 
                    <class>QRadioButton</class>
145
 
                    <property stdset="1">
146
 
                        <name>name</name>
147
 
                        <cstring>LocalScope</cstring>
148
 
                    </property>
149
 
                    <property stdset="1">
150
 
                        <name>text</name>
151
 
                        <string>&amp;Local</string>
152
 
                    </property>
153
 
                    <property stdset="1">
154
 
                        <name>checked</name>
155
 
                        <bool>false</bool>
156
 
                    </property>
157
 
                    <property stdset="1">
158
 
                        <name>buttonGroupId</name>
159
 
                        <number>1</number>
160
 
                    </property>
161
 
                    <property>
162
 
                        <name>toolTip</name>
163
 
                        <string>Currently running scope.</string>
164
 
                    </property>
165
 
                </widget>
166
 
                <widget row="0"  column="0" >
167
 
                    <class>QRadioButton</class>
168
 
                    <property stdset="1">
169
 
                        <name>name</name>
170
 
                        <cstring>LocalScope_2</cstring>
171
 
                    </property>
172
 
                    <property stdset="1">
173
 
                        <name>text</name>
174
 
                        <string>&amp;Autodetect</string>
175
 
                    </property>
176
 
                    <property stdset="1">
177
 
                        <name>checked</name>
178
 
                        <bool>true</bool>
179
 
                    </property>
180
 
                    <property stdset="1">
181
 
                        <name>buttonGroupId</name>
182
 
                        <number>5</number>
183
 
                    </property>
184
 
                    <property>
185
 
                        <name>toolTip</name>
186
 
                        <string>Currently running scope.</string>
187
 
                    </property>
188
 
                </widget>
189
 
                <widget row="2"  column="0" >
190
 
                    <class>QRadioButton</class>
191
 
                    <property stdset="1">
192
 
                        <name>name</name>
193
 
                        <cstring>Package</cstring>
194
 
                    </property>
195
 
                    <property stdset="1">
196
 
                        <name>text</name>
197
 
                        <string>&amp;Package</string>
198
 
                    </property>
199
 
                    <property stdset="1">
200
 
                        <name>buttonGroupId</name>
201
 
                        <number>3</number>
202
 
                    </property>
203
 
                    <property>
204
 
                        <name>toolTip</name>
205
 
                        <string>The scope of the file in the body editor.</string>
206
 
                    </property>
207
 
                </widget>
208
 
            </grid>
209
 
        </widget>
210
 
    </grid>
211
 
</widget>
212
 
<connections>
213
 
    <connection>
214
 
        <sender>PushButton1</sender>
215
 
        <signal>clicked()</signal>
216
 
        <receiver>toDebugWatchUI</receiver>
217
 
        <slot>accept()</slot>
218
 
    </connection>
219
 
    <connection>
220
 
        <sender>PushButton1_2</sender>
221
 
        <signal>clicked()</signal>
222
 
        <receiver>toDebugWatchUI</receiver>
223
 
        <slot>reject()</slot>
224
 
    </connection>
225
 
</connections>
226
 
<tabstops>
227
 
    <tabstop>LocalScope_2</tabstop>
228
 
    <tabstop>Name</tabstop>
229
 
    <tabstop>PushButton1</tabstop>
230
 
    <tabstop>PushButton1_2</tabstop>
231
 
    <tabstop>LocalScope</tabstop>
232
 
    <tabstop>Package</tabstop>
233
 
    <tabstop>GlobalScope</tabstop>
234
 
</tabstops>
235
 
</UI>