source: trunk/examples/animation/easing/form.ui@ 814

Last change on this file since 814 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 5.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Form</class>
4 <widget class="QWidget" name="Form">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>545</width>
10 <height>471</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Easing curves</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0" colspan="2">
18 <widget class="QListWidget" name="easingCurvePicker">
19 <property name="sizePolicy">
20 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
21 <horstretch>0</horstretch>
22 <verstretch>0</verstretch>
23 </sizepolicy>
24 </property>
25 <property name="maximumSize">
26 <size>
27 <width>16777215</width>
28 <height>120</height>
29 </size>
30 </property>
31 <property name="verticalScrollBarPolicy">
32 <enum>Qt::ScrollBarAlwaysOff</enum>
33 </property>
34 <property name="movement">
35 <enum>QListView::Static</enum>
36 </property>
37 <property name="isWrapping" stdset="0">
38 <bool>false</bool>
39 </property>
40 <property name="viewMode">
41 <enum>QListView::IconMode</enum>
42 </property>
43 <property name="selectionRectVisible">
44 <bool>false</bool>
45 </property>
46 </widget>
47 </item>
48 <item row="1" column="0">
49 <layout class="QVBoxLayout" name="verticalLayout">
50 <item>
51 <widget class="QGroupBox" name="groupBox_2">
52 <property name="title">
53 <string>Path type</string>
54 </property>
55 <layout class="QVBoxLayout" name="verticalLayout_2">
56 <item>
57 <widget class="QRadioButton" name="lineRadio">
58 <property name="text">
59 <string>Line</string>
60 </property>
61 <property name="checked">
62 <bool>true</bool>
63 </property>
64 <attribute name="buttonGroup">
65 <string>buttonGroup</string>
66 </attribute>
67 </widget>
68 </item>
69 <item>
70 <widget class="QRadioButton" name="circleRadio">
71 <property name="text">
72 <string>Circle</string>
73 </property>
74 <attribute name="buttonGroup">
75 <string>buttonGroup</string>
76 </attribute>
77 </widget>
78 </item>
79 </layout>
80 </widget>
81 </item>
82 <item>
83 <widget class="QGroupBox" name="groupBox">
84 <property name="sizePolicy">
85 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
86 <horstretch>0</horstretch>
87 <verstretch>0</verstretch>
88 </sizepolicy>
89 </property>
90 <property name="title">
91 <string>Properties</string>
92 </property>
93 <layout class="QFormLayout" name="formLayout">
94 <property name="fieldGrowthPolicy">
95 <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
96 </property>
97 <item row="0" column="0">
98 <widget class="QLabel" name="label">
99 <property name="text">
100 <string>Period</string>
101 </property>
102 </widget>
103 </item>
104 <item row="0" column="1">
105 <widget class="QDoubleSpinBox" name="periodSpinBox">
106 <property name="enabled">
107 <bool>false</bool>
108 </property>
109 <property name="minimum">
110 <double>-1.000000000000000</double>
111 </property>
112 <property name="singleStep">
113 <double>0.100000000000000</double>
114 </property>
115 <property name="value">
116 <double>-1.000000000000000</double>
117 </property>
118 </widget>
119 </item>
120 <item row="1" column="0">
121 <widget class="QLabel" name="label_2">
122 <property name="text">
123 <string>Amplitude</string>
124 </property>
125 </widget>
126 </item>
127 <item row="1" column="1">
128 <widget class="QDoubleSpinBox" name="amplitudeSpinBox">
129 <property name="enabled">
130 <bool>false</bool>
131 </property>
132 <property name="minimum">
133 <double>-1.000000000000000</double>
134 </property>
135 <property name="singleStep">
136 <double>0.100000000000000</double>
137 </property>
138 <property name="value">
139 <double>-1.000000000000000</double>
140 </property>
141 </widget>
142 </item>
143 <item row="2" column="0">
144 <widget class="QLabel" name="label_3">
145 <property name="text">
146 <string>Overshoot</string>
147 </property>
148 </widget>
149 </item>
150 <item row="2" column="1">
151 <widget class="QDoubleSpinBox" name="overshootSpinBox">
152 <property name="enabled">
153 <bool>false</bool>
154 </property>
155 <property name="minimum">
156 <double>-1.000000000000000</double>
157 </property>
158 <property name="singleStep">
159 <double>0.100000000000000</double>
160 </property>
161 <property name="value">
162 <double>-1.000000000000000</double>
163 </property>
164 </widget>
165 </item>
166 </layout>
167 </widget>
168 </item>
169 <item>
170 <spacer name="verticalSpacer">
171 <property name="orientation">
172 <enum>Qt::Vertical</enum>
173 </property>
174 <property name="sizeHint" stdset="0">
175 <size>
176 <width>20</width>
177 <height>40</height>
178 </size>
179 </property>
180 </spacer>
181 </item>
182 </layout>
183 </item>
184 <item row="1" column="1">
185 <widget class="QGraphicsView" name="graphicsView">
186 <property name="sizePolicy">
187 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
188 <horstretch>0</horstretch>
189 <verstretch>0</verstretch>
190 </sizepolicy>
191 </property>
192 </widget>
193 </item>
194 </layout>
195 </widget>
196 <resources/>
197 <connections/>
198 <buttongroups>
199 <buttongroup name="buttonGroup"/>
200 </buttongroups>
201</ui>
Note: See TracBrowser for help on using the repository browser.