~ubuntu-branches/ubuntu/precise/ipe/precise

« back to all changes in this revision

Viewing changes to src/ipe/dlgstyles.ui

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2004-06-08 00:44:02 UTC
  • Revision ID: james.westby@ubuntu.com-20040608004402-72yu51xlh7vt6p9m
Tags: upstream-6.0pre16
ImportĀ upstreamĀ versionĀ 6.0pre16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI>
 
2
<class>DlgStyles</class>
 
3
<widget>
 
4
    <class>QDialog</class>
 
5
    <property stdset="1">
 
6
        <name>name</name>
 
7
        <cstring>DlgStyles</cstring>
 
8
    </property>
 
9
    <property stdset="1">
 
10
        <name>geometry</name>
 
11
        <rect>
 
12
            <x>0</x>
 
13
            <y>0</y>
 
14
            <width>476</width>
 
15
            <height>390</height>
 
16
        </rect>
 
17
    </property>
 
18
    <property stdset="1">
 
19
        <name>caption</name>
 
20
        <string>Ipe style sheets</string>
 
21
    </property>
 
22
    <property stdset="1">
 
23
        <name>sizeGripEnabled</name>
 
24
        <bool>true</bool>
 
25
    </property>
 
26
    <vbox>
 
27
        <property stdset="1">
 
28
            <name>margin</name>
 
29
            <number>11</number>
 
30
        </property>
 
31
        <property stdset="1">
 
32
            <name>spacing</name>
 
33
            <number>6</number>
 
34
        </property>
 
35
        <widget>
 
36
            <class>QGroupBox</class>
 
37
            <property stdset="1">
 
38
                <name>name</name>
 
39
                <cstring>iSheetsGroup</cstring>
 
40
            </property>
 
41
            <property stdset="1">
 
42
                <name>title</name>
 
43
                <string>Style sheets</string>
 
44
            </property>
 
45
            <property>
 
46
                <name>whatsThis</name>
 
47
                <string>&lt;qt&gt;The style sheets of the document.
 
48
&lt;p&gt;The list shows the style sheet cascade, with the top-level style sheet at the top.&lt;/p&gt;
 
49
&lt;p&gt;You can change the order of style sheets (when two style sheets define the same attribute, the one higher in the list takes priority), you can add new style sheets, and you can remove style sheets from the list.&lt;/p&gt;
 
50
&lt;p&gt;You can also save selected style sheets to a file.  A good way to generate style sheets is to save the standard style sheet and modify it to taste.&lt;/p&gt;
 
51
&lt;/qt&gt;</string>
 
52
            </property>
 
53
            <grid>
 
54
                <property stdset="1">
 
55
                    <name>margin</name>
 
56
                    <number>11</number>
 
57
                </property>
 
58
                <property stdset="1">
 
59
                    <name>spacing</name>
 
60
                    <number>6</number>
 
61
                </property>
 
62
                <widget row="1"  column="1" >
 
63
                    <class>QToolButton</class>
 
64
                    <property stdset="1">
 
65
                        <name>name</name>
 
66
                        <cstring>iDelButton</cstring>
 
67
                    </property>
 
68
                    <property stdset="1">
 
69
                        <name>text</name>
 
70
                        <string>Del</string>
 
71
                    </property>
 
72
                    <property stdset="1">
 
73
                        <name>accel</name>
 
74
                        <number>0</number>
 
75
                    </property>
 
76
                    <property>
 
77
                        <name>toolTip</name>
 
78
                        <string>Delete style sheet</string>
 
79
                    </property>
 
80
                </widget>
 
81
                <widget row="2"  column="1" >
 
82
                    <class>QToolButton</class>
 
83
                    <property stdset="1">
 
84
                        <name>name</name>
 
85
                        <cstring>iUpButton</cstring>
 
86
                    </property>
 
87
                    <property stdset="1">
 
88
                        <name>text</name>
 
89
                        <string>&amp;Up</string>
 
90
                    </property>
 
91
                    <property>
 
92
                        <name>toolTip</name>
 
93
                        <string>Move highlighted style sheet up</string>
 
94
                    </property>
 
95
                </widget>
 
96
                <spacer row="5"  column="1" >
 
97
                    <property>
 
98
                        <name>name</name>
 
99
                        <cstring>Spacer2</cstring>
 
100
                    </property>
 
101
                    <property stdset="1">
 
102
                        <name>orientation</name>
 
103
                        <enum>Vertical</enum>
 
104
                    </property>
 
105
                    <property stdset="1">
 
106
                        <name>sizeType</name>
 
107
                        <enum>Expanding</enum>
 
108
                    </property>
 
109
                    <property>
 
110
                        <name>sizeHint</name>
 
111
                        <size>
 
112
                            <width>20</width>
 
113
                            <height>20</height>
 
114
                        </size>
 
115
                    </property>
 
116
                </spacer>
 
117
                <widget row="4"  column="1" >
 
118
                    <class>QPushButton</class>
 
119
                    <property stdset="1">
 
120
                        <name>name</name>
 
121
                        <cstring>iSaveButton</cstring>
 
122
                    </property>
 
123
                    <property stdset="1">
 
124
                        <name>text</name>
 
125
                        <string>&amp;Save</string>
 
126
                    </property>
 
127
                    <property>
 
128
                        <name>toolTip</name>
 
129
                        <string>Save highlighted style sheet to a file</string>
 
130
                    </property>
 
131
                </widget>
 
132
                <widget row="0"  column="0"  rowspan="6"  colspan="1" >
 
133
                    <class>QListBox</class>
 
134
                    <item>
 
135
                        <property>
 
136
                            <name>text</name>
 
137
                            <string>New Item</string>
 
138
                        </property>
 
139
                    </item>
 
140
                    <property stdset="1">
 
141
                        <name>name</name>
 
142
                        <cstring>iSheets</cstring>
 
143
                    </property>
 
144
                    <property>
 
145
                        <name>toolTip</name>
 
146
                        <string>Views defined for this Ipe page</string>
 
147
                    </property>
 
148
                </widget>
 
149
                <widget row="3"  column="1" >
 
150
                    <class>QToolButton</class>
 
151
                    <property stdset="1">
 
152
                        <name>name</name>
 
153
                        <cstring>iDownButton</cstring>
 
154
                    </property>
 
155
                    <property stdset="1">
 
156
                        <name>text</name>
 
157
                        <string>&amp;Down</string>
 
158
                    </property>
 
159
                    <property>
 
160
                        <name>toolTip</name>
 
161
                        <string>Move highlighed style sheet down</string>
 
162
                    </property>
 
163
                </widget>
 
164
                <widget row="0"  column="1" >
 
165
                    <class>QToolButton</class>
 
166
                    <property stdset="1">
 
167
                        <name>name</name>
 
168
                        <cstring>iAddButton</cstring>
 
169
                    </property>
 
170
                    <property stdset="1">
 
171
                        <name>text</name>
 
172
                        <string>&amp;Add</string>
 
173
                    </property>
 
174
                    <property>
 
175
                        <name>toolTip</name>
 
176
                        <string>Add new style sheet</string>
 
177
                    </property>
 
178
                </widget>
 
179
            </grid>
 
180
        </widget>
 
181
        <widget>
 
182
            <class>QLayoutWidget</class>
 
183
            <property stdset="1">
 
184
                <name>name</name>
 
185
                <cstring>Layout1</cstring>
 
186
            </property>
 
187
            <hbox>
 
188
                <property stdset="1">
 
189
                    <name>margin</name>
 
190
                    <number>0</number>
 
191
                </property>
 
192
                <property stdset="1">
 
193
                    <name>spacing</name>
 
194
                    <number>6</number>
 
195
                </property>
 
196
                <widget>
 
197
                    <class>QPushButton</class>
 
198
                    <property stdset="1">
 
199
                        <name>name</name>
 
200
                        <cstring>buttonHelp</cstring>
 
201
                    </property>
 
202
                    <property stdset="1">
 
203
                        <name>text</name>
 
204
                        <string>&amp;What's this?</string>
 
205
                    </property>
 
206
                    <property stdset="1">
 
207
                        <name>autoDefault</name>
 
208
                        <bool>true</bool>
 
209
                    </property>
 
210
                </widget>
 
211
                <spacer>
 
212
                    <property>
 
213
                        <name>name</name>
 
214
                        <cstring>Horizontal Spacing2</cstring>
 
215
                    </property>
 
216
                    <property stdset="1">
 
217
                        <name>orientation</name>
 
218
                        <enum>Horizontal</enum>
 
219
                    </property>
 
220
                    <property stdset="1">
 
221
                        <name>sizeType</name>
 
222
                        <enum>Expanding</enum>
 
223
                    </property>
 
224
                    <property>
 
225
                        <name>sizeHint</name>
 
226
                        <size>
 
227
                            <width>20</width>
 
228
                            <height>20</height>
 
229
                        </size>
 
230
                    </property>
 
231
                </spacer>
 
232
                <widget>
 
233
                    <class>QPushButton</class>
 
234
                    <property stdset="1">
 
235
                        <name>name</name>
 
236
                        <cstring>buttonOk</cstring>
 
237
                    </property>
 
238
                    <property stdset="1">
 
239
                        <name>text</name>
 
240
                        <string>&amp;OK</string>
 
241
                    </property>
 
242
                    <property stdset="1">
 
243
                        <name>autoDefault</name>
 
244
                        <bool>true</bool>
 
245
                    </property>
 
246
                    <property stdset="1">
 
247
                        <name>default</name>
 
248
                        <bool>true</bool>
 
249
                    </property>
 
250
                </widget>
 
251
            </hbox>
 
252
        </widget>
 
253
    </vbox>
 
254
</widget>
 
255
<connections>
 
256
    <connection>
 
257
        <sender>buttonHelp</sender>
 
258
        <signal>clicked()</signal>
 
259
        <receiver>DlgStyles</receiver>
 
260
        <slot>ShowHelp()</slot>
 
261
    </connection>
 
262
    <connection>
 
263
        <sender>buttonOk</sender>
 
264
        <signal>clicked()</signal>
 
265
        <receiver>DlgStyles</receiver>
 
266
        <slot>accept()</slot>
 
267
    </connection>
 
268
    <connection>
 
269
        <sender>iSheets</sender>
 
270
        <signal>currentChanged(QListBoxItem*)</signal>
 
271
        <receiver>DlgStyles</receiver>
 
272
        <slot>CurrentChanged(QListBoxItem *)</slot>
 
273
    </connection>
 
274
    <connection>
 
275
        <sender>iAddButton</sender>
 
276
        <signal>clicked()</signal>
 
277
        <receiver>DlgStyles</receiver>
 
278
        <slot>AddNew()</slot>
 
279
    </connection>
 
280
    <connection>
 
281
        <sender>iDelButton</sender>
 
282
        <signal>clicked()</signal>
 
283
        <receiver>DlgStyles</receiver>
 
284
        <slot>Remove()</slot>
 
285
    </connection>
 
286
    <connection>
 
287
        <sender>iUpButton</sender>
 
288
        <signal>clicked()</signal>
 
289
        <receiver>DlgStyles</receiver>
 
290
        <slot>MoveUp()</slot>
 
291
    </connection>
 
292
    <connection>
 
293
        <sender>iDownButton</sender>
 
294
        <signal>clicked()</signal>
 
295
        <receiver>DlgStyles</receiver>
 
296
        <slot>MoveDown()</slot>
 
297
    </connection>
 
298
    <connection>
 
299
        <sender>iSaveButton</sender>
 
300
        <signal>clicked()</signal>
 
301
        <receiver>DlgStyles</receiver>
 
302
        <slot>Save()</slot>
 
303
    </connection>
 
304
    <slot access="public">AddNew()</slot>
 
305
    <slot access="public">CurrentChanged(QListBoxItem *)</slot>
 
306
    <slot access="public">MoveDown()</slot>
 
307
    <slot access="public">MoveUp()</slot>
 
308
    <slot access="public">Remove()</slot>
 
309
    <slot access="public">ShowHelp()</slot>
 
310
    <slot access="public">Save()</slot>
 
311
</connections>
 
312
</UI>