~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/qmldesigner/components/propertyeditor/behaviordialog.ui

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<ui version="4.0">
3
 
 <class>QmlDesigner::Internal::BehaviorDialog</class>
4
 
 <widget class="QDialog" name="QmlDesigner::Internal::BehaviorDialog">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>269</width>
10
 
    <height>354</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="sizePolicy">
14
 
   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15
 
    <horstretch>0</horstretch>
16
 
    <verstretch>0</verstretch>
17
 
   </sizepolicy>
18
 
  </property>
19
 
  <property name="windowTitle">
20
 
   <string>Dialog</string>
21
 
  </property>
22
 
  <property name="styleSheet">
23
 
   <string notr="true">QDialog {
24
 
qlineargradient(spread:pad, x1:0.585, y1:0.0284091, x2:0.517, y2:1, stop:0 rgba(85, 85, 85, 255), stop:1 rgba(173, 173, 173, 255))
25
 
}
26
 
 
27
 
</string>
28
 
  </property>
29
 
  <layout class="QGridLayout" name="gridLayout">
30
 
   <item row="0" column="0">
31
 
    <widget class="QLabel" name="label">
32
 
     <property name="minimumSize">
33
 
      <size>
34
 
       <width>0</width>
35
 
       <height>0</height>
36
 
      </size>
37
 
     </property>
38
 
     <property name="font">
39
 
      <font>
40
 
       <weight>75</weight>
41
 
       <bold>true</bold>
42
 
      </font>
43
 
     </property>
44
 
     <property name="text">
45
 
      <string>Type:</string>
46
 
     </property>
47
 
    </widget>
48
 
   </item>
49
 
   <item row="0" column="1">
50
 
    <widget class="QLineEdit" name="type">
51
 
     <property name="readOnly">
52
 
      <bool>true</bool>
53
 
     </property>
54
 
    </widget>
55
 
   </item>
56
 
   <item row="1" column="0">
57
 
    <widget class="QLabel" name="label_3">
58
 
     <property name="font">
59
 
      <font>
60
 
       <weight>75</weight>
61
 
       <bold>true</bold>
62
 
      </font>
63
 
     </property>
64
 
     <property name="text">
65
 
      <string>ID:</string>
66
 
     </property>
67
 
    </widget>
68
 
   </item>
69
 
   <item row="1" column="1">
70
 
    <widget class="QLineEdit" name="id">
71
 
     <property name="readOnly">
72
 
      <bool>true</bool>
73
 
     </property>
74
 
    </widget>
75
 
   </item>
76
 
   <item row="2" column="0">
77
 
    <widget class="QLabel" name="label_5">
78
 
     <property name="font">
79
 
      <font>
80
 
       <weight>75</weight>
81
 
       <bold>true</bold>
82
 
      </font>
83
 
     </property>
84
 
     <property name="text">
85
 
      <string>Property name:</string>
86
 
     </property>
87
 
    </widget>
88
 
   </item>
89
 
   <item row="2" column="1">
90
 
    <widget class="QLineEdit" name="propertyName">
91
 
     <property name="readOnly">
92
 
      <bool>true</bool>
93
 
     </property>
94
 
    </widget>
95
 
   </item>
96
 
   <item row="3" column="0" colspan="2">
97
 
    <widget class="QComboBox" name="comboBox">
98
 
     <item>
99
 
      <property name="text">
100
 
       <string>Animation</string>
101
 
      </property>
102
 
     </item>
103
 
     <item>
104
 
      <property name="text">
105
 
       <string>SpringFollow</string>
106
 
      </property>
107
 
     </item>
108
 
    </widget>
109
 
   </item>
110
 
   <item row="4" column="0" colspan="2">
111
 
    <widget class="QGroupBox" name="groupBox">
112
 
     <property name="minimumSize">
113
 
      <size>
114
 
       <width>0</width>
115
 
       <height>120</height>
116
 
      </size>
117
 
     </property>
118
 
     <property name="title">
119
 
      <string>Settings</string>
120
 
     </property>
121
 
     <layout class="QGridLayout" name="gridLayout_4">
122
 
      <item row="0" column="0">
123
 
       <widget class="QStackedWidget" name="stackedWidget">
124
 
        <property name="currentIndex">
125
 
         <number>0</number>
126
 
        </property>
127
 
        <widget class="QWidget" name="page">
128
 
         <layout class="QGridLayout" name="gridLayout_2">
129
 
          <item row="0" column="0">
130
 
           <widget class="QLabel" name="label_7">
131
 
            <property name="font">
132
 
             <font>
133
 
              <weight>75</weight>
134
 
              <bold>true</bold>
135
 
             </font>
136
 
            </property>
137
 
            <property name="text">
138
 
             <string>Duration:</string>
139
 
            </property>
140
 
           </widget>
141
 
          </item>
142
 
          <item row="0" column="1">
143
 
           <widget class="QSpinBox" name="duration">
144
 
            <property name="maximum">
145
 
             <number>10000</number>
146
 
            </property>
147
 
            <property name="singleStep">
148
 
             <number>10</number>
149
 
            </property>
150
 
           </widget>
151
 
          </item>
152
 
          <item row="1" column="0">
153
 
           <widget class="QLabel" name="label_8">
154
 
            <property name="font">
155
 
             <font>
156
 
              <weight>75</weight>
157
 
              <bold>true</bold>
158
 
             </font>
159
 
            </property>
160
 
            <property name="text">
161
 
             <string>Curve:</string>
162
 
            </property>
163
 
           </widget>
164
 
          </item>
165
 
          <item row="1" column="1">
166
 
           <widget class="QComboBox" name="curve">
167
 
            <item>
168
 
             <property name="text">
169
 
              <string>easeNone</string>
170
 
             </property>
171
 
            </item>
172
 
            <item>
173
 
             <property name="text">
174
 
              <string notr="true">easeInQuad</string>
175
 
             </property>
176
 
            </item>
177
 
            <item>
178
 
             <property name="text">
179
 
              <string notr="true">easeOutQuad</string>
180
 
             </property>
181
 
            </item>
182
 
            <item>
183
 
             <property name="text">
184
 
              <string notr="true">easeInOutQuad</string>
185
 
             </property>
186
 
            </item>
187
 
            <item>
188
 
             <property name="text">
189
 
              <string notr="true">easeOutInQuad</string>
190
 
             </property>
191
 
            </item>
192
 
            <item>
193
 
             <property name="text">
194
 
              <string notr="true">easeInCubic</string>
195
 
             </property>
196
 
            </item>
197
 
            <item>
198
 
             <property name="text">
199
 
              <string notr="true">easeOutCubic</string>
200
 
             </property>
201
 
            </item>
202
 
            <item>
203
 
             <property name="text">
204
 
              <string notr="true">easeInOutCubic</string>
205
 
             </property>
206
 
            </item>
207
 
            <item>
208
 
             <property name="text">
209
 
              <string notr="true">easeOutInCubic</string>
210
 
             </property>
211
 
            </item>
212
 
            <item>
213
 
             <property name="text">
214
 
              <string notr="true">easeOutInBounce</string>
215
 
             </property>
216
 
            </item>
217
 
            <item>
218
 
             <property name="text">
219
 
              <string notr="true">easeInOutBounce</string>
220
 
             </property>
221
 
            </item>
222
 
            <item>
223
 
             <property name="text">
224
 
              <string notr="true">easeOutBounce</string>
225
 
             </property>
226
 
            </item>
227
 
            <item>
228
 
             <property name="text">
229
 
              <string notr="true">easeInBounce</string>
230
 
             </property>
231
 
            </item>
232
 
            <item>
233
 
             <property name="text">
234
 
              <string notr="true">easeOutInBack</string>
235
 
             </property>
236
 
            </item>
237
 
            <item>
238
 
             <property name="text">
239
 
              <string notr="true">easeInOutBack</string>
240
 
             </property>
241
 
            </item>
242
 
            <item>
243
 
             <property name="text">
244
 
              <string notr="true">easeOutBack</string>
245
 
             </property>
246
 
            </item>
247
 
            <item>
248
 
             <property name="text">
249
 
              <string notr="true">easeInBack</string>
250
 
             </property>
251
 
            </item>
252
 
            <item>
253
 
             <property name="text">
254
 
              <string notr="true">easeOutInElastic</string>
255
 
             </property>
256
 
            </item>
257
 
            <item>
258
 
             <property name="text">
259
 
              <string notr="true">easeInOutElastic</string>
260
 
             </property>
261
 
            </item>
262
 
            <item>
263
 
             <property name="text">
264
 
              <string notr="true">easeOutElastic</string>
265
 
             </property>
266
 
            </item>
267
 
            <item>
268
 
             <property name="text">
269
 
              <string notr="true">easeInElastic</string>
270
 
             </property>
271
 
            </item>
272
 
            <item>
273
 
             <property name="text">
274
 
              <string notr="true">easeOutInCirc</string>
275
 
             </property>
276
 
            </item>
277
 
            <item>
278
 
             <property name="text">
279
 
              <string notr="true">easeInOutCirc</string>
280
 
             </property>
281
 
            </item>
282
 
            <item>
283
 
             <property name="text">
284
 
              <string notr="true">easeOutCirc</string>
285
 
             </property>
286
 
            </item>
287
 
            <item>
288
 
             <property name="text">
289
 
              <string notr="true">easeInCirc</string>
290
 
             </property>
291
 
            </item>
292
 
            <item>
293
 
             <property name="text">
294
 
              <string notr="true">easeOutInExpo</string>
295
 
             </property>
296
 
            </item>
297
 
            <item>
298
 
             <property name="text">
299
 
              <string notr="true">easeInOutExpo</string>
300
 
             </property>
301
 
            </item>
302
 
            <item>
303
 
             <property name="text">
304
 
              <string notr="true">easeOutExpo</string>
305
 
             </property>
306
 
            </item>
307
 
            <item>
308
 
             <property name="text">
309
 
              <string notr="true">easeInExpo</string>
310
 
             </property>
311
 
            </item>
312
 
            <item>
313
 
             <property name="text">
314
 
              <string notr="true">easeOutInSine</string>
315
 
             </property>
316
 
            </item>
317
 
            <item>
318
 
             <property name="text">
319
 
              <string notr="true">easeInOutSine</string>
320
 
             </property>
321
 
            </item>
322
 
            <item>
323
 
             <property name="text">
324
 
              <string notr="true">easeOutSine</string>
325
 
             </property>
326
 
            </item>
327
 
            <item>
328
 
             <property name="text">
329
 
              <string notr="true">easeInSine</string>
330
 
             </property>
331
 
            </item>
332
 
           </widget>
333
 
          </item>
334
 
         </layout>
335
 
        </widget>
336
 
        <widget class="QWidget" name="page_2">
337
 
         <layout class="QGridLayout" name="gridLayout_3">
338
 
          <item row="0" column="0">
339
 
           <widget class="QLabel" name="label_2">
340
 
            <property name="font">
341
 
             <font>
342
 
              <weight>75</weight>
343
 
              <bold>true</bold>
344
 
             </font>
345
 
            </property>
346
 
            <property name="text">
347
 
             <string>Source:</string>
348
 
            </property>
349
 
           </widget>
350
 
          </item>
351
 
          <item row="0" column="1">
352
 
           <widget class="QLineEdit" name="source"/>
353
 
          </item>
354
 
          <item row="1" column="0">
355
 
           <widget class="QLabel" name="label_9">
356
 
            <property name="font">
357
 
             <font>
358
 
              <weight>75</weight>
359
 
              <bold>true</bold>
360
 
             </font>
361
 
            </property>
362
 
            <property name="text">
363
 
             <string>Velocity:</string>
364
 
            </property>
365
 
           </widget>
366
 
          </item>
367
 
          <item row="1" column="1">
368
 
           <widget class="QDoubleSpinBox" name="velocity"/>
369
 
          </item>
370
 
          <item row="2" column="0">
371
 
           <widget class="QLabel" name="label_10">
372
 
            <property name="font">
373
 
             <font>
374
 
              <weight>75</weight>
375
 
              <bold>true</bold>
376
 
             </font>
377
 
            </property>
378
 
            <property name="text">
379
 
             <string>Spring:</string>
380
 
            </property>
381
 
           </widget>
382
 
          </item>
383
 
          <item row="2" column="1">
384
 
           <widget class="QDoubleSpinBox" name="spring"/>
385
 
          </item>
386
 
          <item row="3" column="0">
387
 
           <widget class="QLabel" name="label_11">
388
 
            <property name="font">
389
 
             <font>
390
 
              <weight>75</weight>
391
 
              <bold>true</bold>
392
 
             </font>
393
 
            </property>
394
 
            <property name="text">
395
 
             <string>Damping:</string>
396
 
            </property>
397
 
           </widget>
398
 
          </item>
399
 
          <item row="3" column="1">
400
 
           <widget class="QDoubleSpinBox" name="damping"/>
401
 
          </item>
402
 
         </layout>
403
 
        </widget>
404
 
       </widget>
405
 
      </item>
406
 
     </layout>
407
 
    </widget>
408
 
   </item>
409
 
   <item row="5" column="0" colspan="2">
410
 
    <widget class="QDialogButtonBox" name="ButtonGroup">
411
 
     <property name="orientation">
412
 
      <enum>Qt::Horizontal</enum>
413
 
     </property>
414
 
     <property name="standardButtons">
415
 
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
416
 
     </property>
417
 
    </widget>
418
 
   </item>
419
 
  </layout>
420
 
 </widget>
421
 
 <resources/>
422
 
 <connections>
423
 
  <connection>
424
 
   <sender>ButtonGroup</sender>
425
 
   <signal>accepted()</signal>
426
 
   <receiver>QmlDesigner::Internal::BehaviorDialog</receiver>
427
 
   <slot>accept()</slot>
428
 
   <hints>
429
 
    <hint type="sourcelabel">
430
 
     <x>248</x>
431
 
     <y>254</y>
432
 
    </hint>
433
 
    <hint type="destinationlabel">
434
 
     <x>157</x>
435
 
     <y>274</y>
436
 
    </hint>
437
 
   </hints>
438
 
  </connection>
439
 
  <connection>
440
 
   <sender>ButtonGroup</sender>
441
 
   <signal>rejected()</signal>
442
 
   <receiver>QmlDesigner::Internal::BehaviorDialog</receiver>
443
 
   <slot>reject()</slot>
444
 
   <hints>
445
 
    <hint type="sourcelabel">
446
 
     <x>316</x>
447
 
     <y>260</y>
448
 
    </hint>
449
 
    <hint type="destinationlabel">
450
 
     <x>286</x>
451
 
     <y>274</y>
452
 
    </hint>
453
 
   </hints>
454
 
  </connection>
455
 
  <connection>
456
 
   <sender>comboBox</sender>
457
 
   <signal>currentIndexChanged(int)</signal>
458
 
   <receiver>stackedWidget</receiver>
459
 
   <slot>setCurrentIndex(int)</slot>
460
 
   <hints>
461
 
    <hint type="sourcelabel">
462
 
     <x>52</x>
463
 
     <y>106</y>
464
 
    </hint>
465
 
    <hint type="destinationlabel">
466
 
     <x>121</x>
467
 
     <y>191</y>
468
 
    </hint>
469
 
   </hints>
470
 
  </connection>
471
 
 </connections>
472
 
</ui>