~ubuntu-branches/ubuntu/oneiric/muse/oneiric

« back to all changes in this revision

Viewing changes to widgets/velocitybase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2002-04-23 17:28:23 UTC
  • Revision ID: james.westby@ubuntu.com-20020423172823-w8yplzr81a759xa3
Tags: upstream-0.5.2
ImportĀ upstreamĀ versionĀ 0.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
 
2
<class>VelocityBase</class>
 
3
<widget class="QDialog">
 
4
    <property name="name">
 
5
        <cstring>VelocityBase</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>275</width>
 
12
            <height>274</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>MusE: Modify Velocity</string>
 
17
    </property>
 
18
    <vbox>
 
19
        <property name="name">
 
20
            <cstring>unnamed</cstring>
 
21
        </property>
 
22
        <property name="margin">
 
23
            <number>11</number>
 
24
        </property>
 
25
        <property name="spacing">
 
26
            <number>6</number>
 
27
        </property>
 
28
        <widget class="QButtonGroup">
 
29
            <property name="name">
 
30
                <cstring>rangeGroup</cstring>
 
31
            </property>
 
32
            <property name="title">
 
33
                <string>Range</string>
 
34
            </property>
 
35
            <property name="exclusive">
 
36
                <bool>true</bool>
 
37
            </property>
 
38
            <vbox>
 
39
                <property name="name">
 
40
                    <cstring>unnamed</cstring>
 
41
                </property>
 
42
                <property name="margin">
 
43
                    <number>11</number>
 
44
                </property>
 
45
                <property name="spacing">
 
46
                    <number>6</number>
 
47
                </property>
 
48
                <widget class="QRadioButton">
 
49
                    <property name="name">
 
50
                        <cstring>RadioButton5</cstring>
 
51
                    </property>
 
52
                    <property name="text">
 
53
                        <string>All Events</string>
 
54
                    </property>
 
55
                    <property name="buttonGroupId">
 
56
                        <number>0</number>
 
57
                    </property>
 
58
                </widget>
 
59
                <widget class="QRadioButton">
 
60
                    <property name="name">
 
61
                        <cstring>RadioButton6</cstring>
 
62
                    </property>
 
63
                    <property name="text">
 
64
                        <string>Selected Events</string>
 
65
                    </property>
 
66
                    <property name="checked">
 
67
                        <bool>true</bool>
 
68
                    </property>
 
69
                    <property name="buttonGroupId">
 
70
                        <number>1</number>
 
71
                    </property>
 
72
                </widget>
 
73
                <widget class="QRadioButton">
 
74
                    <property name="name">
 
75
                        <cstring>RadioButton7</cstring>
 
76
                    </property>
 
77
                    <property name="text">
 
78
                        <string>Looped Events</string>
 
79
                    </property>
 
80
                    <property name="buttonGroupId">
 
81
                        <number>2</number>
 
82
                    </property>
 
83
                </widget>
 
84
                <widget class="QRadioButton">
 
85
                    <property name="name">
 
86
                        <cstring>RadioButton8</cstring>
 
87
                    </property>
 
88
                    <property name="text">
 
89
                        <string>Selected &amp; Looped</string>
 
90
                    </property>
 
91
                    <property name="buttonGroupId">
 
92
                        <number>3</number>
 
93
                    </property>
 
94
                </widget>
 
95
            </vbox>
 
96
        </widget>
 
97
        <widget class="QGroupBox">
 
98
            <property name="name">
 
99
                <cstring>GroupBox3</cstring>
 
100
            </property>
 
101
            <property name="title">
 
102
                <string>Values</string>
 
103
            </property>
 
104
            <grid>
 
105
                <property name="name">
 
106
                    <cstring>unnamed</cstring>
 
107
                </property>
 
108
                <property name="margin">
 
109
                    <number>11</number>
 
110
                </property>
 
111
                <property name="spacing">
 
112
                    <number>6</number>
 
113
                </property>
 
114
                <widget class="QLabel" row="0" column="0">
 
115
                    <property name="name">
 
116
                        <cstring>TextLabel3</cstring>
 
117
                    </property>
 
118
                    <property name="text">
 
119
                        <string>Rate:</string>
 
120
                    </property>
 
121
                </widget>
 
122
                <widget class="QLabel" row="1" column="0">
 
123
                    <property name="name">
 
124
                        <cstring>TextLabel4</cstring>
 
125
                    </property>
 
126
                    <property name="text">
 
127
                        <string>Offset:</string>
 
128
                    </property>
 
129
                </widget>
 
130
                <widget class="QSpinBox" row="0" column="1">
 
131
                    <property name="name">
 
132
                        <cstring>rate</cstring>
 
133
                    </property>
 
134
                    <property name="suffix">
 
135
                        <string>%</string>
 
136
                    </property>
 
137
                    <property name="maxValue">
 
138
                        <number>200</number>
 
139
                    </property>
 
140
                    <property name="value">
 
141
                        <number>100</number>
 
142
                    </property>
 
143
                </widget>
 
144
                <widget class="QSpinBox" row="1" column="1">
 
145
                    <property name="name">
 
146
                        <cstring>offset</cstring>
 
147
                    </property>
 
148
                    <property name="maxValue">
 
149
                        <number>127</number>
 
150
                    </property>
 
151
                    <property name="minValue">
 
152
                        <number>1</number>
 
153
                    </property>
 
154
                    <property name="lineStep">
 
155
                        <number>1</number>
 
156
                    </property>
 
157
                </widget>
 
158
            </grid>
 
159
        </widget>
 
160
        <widget class="QLayoutWidget">
 
161
            <property name="name">
 
162
                <cstring>Layout3</cstring>
 
163
            </property>
 
164
            <hbox>
 
165
                <property name="name">
 
166
                    <cstring>unnamed</cstring>
 
167
                </property>
 
168
                <property name="margin">
 
169
                    <number>0</number>
 
170
                </property>
 
171
                <property name="spacing">
 
172
                    <number>6</number>
 
173
                </property>
 
174
                <spacer>
 
175
                    <property name="name" stdset="0">
 
176
                        <cstring>Spacer1</cstring>
 
177
                    </property>
 
178
                    <property name="orientation">
 
179
                        <enum>Horizontal</enum>
 
180
                    </property>
 
181
                    <property name="sizeType">
 
182
                        <enum>Expanding</enum>
 
183
                    </property>
 
184
                    <property name="sizeHint">
 
185
                        <size>
 
186
                            <width>20</width>
 
187
                            <height>20</height>
 
188
                        </size>
 
189
                    </property>
 
190
                </spacer>
 
191
                <widget class="QPushButton">
 
192
                    <property name="name">
 
193
                        <cstring>okButton</cstring>
 
194
                    </property>
 
195
                    <property name="text">
 
196
                        <string>OK</string>
 
197
                    </property>
 
198
                    <property name="autoDefault">
 
199
                        <bool>false</bool>
 
200
                    </property>
 
201
                    <property name="default">
 
202
                        <bool>true</bool>
 
203
                    </property>
 
204
                </widget>
 
205
                <widget class="QPushButton">
 
206
                    <property name="name">
 
207
                        <cstring>cancelButton</cstring>
 
208
                    </property>
 
209
                    <property name="text">
 
210
                        <string>Cancel</string>
 
211
                    </property>
 
212
                </widget>
 
213
            </hbox>
 
214
        </widget>
 
215
    </vbox>
 
216
</widget>
 
217
<connections>
 
218
    <connection>
 
219
        <sender>okButton</sender>
 
220
        <signal>clicked()</signal>
 
221
        <receiver>VelocityBase</receiver>
 
222
        <slot>accept()</slot>
 
223
    </connection>
 
224
    <connection>
 
225
        <sender>cancelButton</sender>
 
226
        <signal>clicked()</signal>
 
227
        <receiver>VelocityBase</receiver>
 
228
        <slot>reject()</slot>
 
229
    </connection>
 
230
</connections>
 
231
<layoutdefaults spacing="6" margin="11"/>
 
232
</UI>