~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to kstyles/oxygen/config/ui/oxygengenericanimationconfigbox.ui

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

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>GenericAnimationConfigBox</class>
 
4
 <widget class="QFrame" name="GenericAnimationConfigBox">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>400</width>
 
10
    <height>38</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="sizePolicy">
 
14
   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
15
    <horstretch>0</horstretch>
 
16
    <verstretch>0</verstretch>
 
17
   </sizepolicy>
 
18
  </property>
 
19
  <property name="windowTitle">
 
20
   <string>Frame</string>
 
21
  </property>
 
22
  <property name="frameShape">
 
23
   <enum>QFrame::StyledPanel</enum>
 
24
  </property>
 
25
  <property name="frameShadow">
 
26
   <enum>QFrame::Sunken</enum>
 
27
  </property>
 
28
  <layout class="QGridLayout" name="gridLayout">
 
29
   <item row="0" column="0">
 
30
    <widget class="QLabel" name="label">
 
31
     <property name="sizePolicy">
 
32
      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
33
       <horstretch>0</horstretch>
 
34
       <verstretch>0</verstretch>
 
35
      </sizepolicy>
 
36
     </property>
 
37
     <property name="text">
 
38
      <string>Duration (ms):</string>
 
39
     </property>
 
40
     <property name="alignment">
 
41
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
42
     </property>
 
43
     <property name="buddy">
 
44
      <cstring>durationSpinBox</cstring>
 
45
     </property>
 
46
    </widget>
 
47
   </item>
 
48
   <item row="0" column="1">
 
49
    <widget class="KIntSpinBox" name="durationSpinBox">
 
50
     <property name="minimum">
 
51
      <number>5</number>
 
52
     </property>
 
53
     <property name="maximum">
 
54
      <number>2000</number>
 
55
     </property>
 
56
     <property name="singleStep">
 
57
      <number>5</number>
 
58
     </property>
 
59
    </widget>
 
60
   </item>
 
61
   <item row="0" column="2">
 
62
    <spacer name="horizontalSpacer">
 
63
     <property name="orientation">
 
64
      <enum>Qt::Horizontal</enum>
 
65
     </property>
 
66
     <property name="sizeHint" stdset="0">
 
67
      <size>
 
68
       <width>40</width>
 
69
       <height>20</height>
 
70
      </size>
 
71
     </property>
 
72
    </spacer>
 
73
   </item>
 
74
  </layout>
 
75
 </widget>
 
76
 <customwidgets>
 
77
  <customwidget>
 
78
   <class>KIntSpinBox</class>
 
79
   <extends>QSpinBox</extends>
 
80
   <header>knuminput.h</header>
 
81
  </customwidget>
 
82
 </customwidgets>
 
83
 <resources/>
 
84
 <connections/>
 
85
</ui>