Robert Bieber | 73a3747 | 2010-07-08 21:53:27 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <ui version="4.0"> |
| 3 | <class>SkinTimer</class> |
| 4 | <widget class="QWidget" name="SkinTimer"> |
| 5 | <property name="geometry"> |
| 6 | <rect> |
| 7 | <x>0</x> |
| 8 | <y>0</y> |
| 9 | <width>238</width> |
Robert Bieber | b990664 | 2010-07-09 02:11:34 +0000 | [diff] [blame^] | 10 | <height>198</height> |
Robert Bieber | 73a3747 | 2010-07-08 21:53:27 +0000 | [diff] [blame] | 11 | </rect> |
| 12 | </property> |
| 13 | <property name="windowTitle"> |
| 14 | <string>Form</string> |
| 15 | </property> |
| 16 | <property name="windowIcon"> |
| 17 | <iconset resource="../resources.qrc"> |
| 18 | <normaloff>:/resources/windowicon.png</normaloff>:/resources/windowicon.png</iconset> |
| 19 | </property> |
| 20 | <layout class="QVBoxLayout" name="verticalLayout"> |
| 21 | <item> |
| 22 | <layout class="QFormLayout" name="formLayout"> |
| 23 | <item row="0" column="0"> |
| 24 | <widget class="QLabel" name="label"> |
| 25 | <property name="text"> |
| 26 | <string>Speed</string> |
| 27 | </property> |
| 28 | <property name="buddy"> |
| 29 | <cstring>speedBox</cstring> |
| 30 | </property> |
| 31 | </widget> |
| 32 | </item> |
| 33 | <item row="0" column="1"> |
| 34 | <widget class="QDoubleSpinBox" name="speedBox"> |
| 35 | <property name="suffix"> |
| 36 | <string>x</string> |
| 37 | </property> |
| 38 | <property name="decimals"> |
| 39 | <number>1</number> |
| 40 | </property> |
| 41 | <property name="minimum"> |
Robert Bieber | b990664 | 2010-07-09 02:11:34 +0000 | [diff] [blame^] | 42 | <double>0.600000000000000</double> |
Robert Bieber | 73a3747 | 2010-07-08 21:53:27 +0000 | [diff] [blame] | 43 | </property> |
| 44 | <property name="maximum"> |
| 45 | <double>3.000000000000000</double> |
| 46 | </property> |
| 47 | <property name="singleStep"> |
| 48 | <double>0.200000000000000</double> |
| 49 | </property> |
| 50 | <property name="value"> |
| 51 | <double>1.000000000000000</double> |
| 52 | </property> |
| 53 | </widget> |
| 54 | </item> |
| 55 | <item row="1" column="0"> |
| 56 | <widget class="QLabel" name="label_2"> |
| 57 | <property name="text"> |
| 58 | <string>Duration</string> |
| 59 | </property> |
| 60 | <property name="buddy"> |
Robert Bieber | b990664 | 2010-07-09 02:11:34 +0000 | [diff] [blame^] | 61 | <cstring>durationBox</cstring> |
Robert Bieber | 73a3747 | 2010-07-08 21:53:27 +0000 | [diff] [blame] | 62 | </property> |
| 63 | </widget> |
| 64 | </item> |
| 65 | <item row="1" column="1"> |
Robert Bieber | b990664 | 2010-07-09 02:11:34 +0000 | [diff] [blame^] | 66 | <widget class="QSpinBox" name="durationBox"> |
Robert Bieber | 73a3747 | 2010-07-08 21:53:27 +0000 | [diff] [blame] | 67 | <property name="suffix"> |
| 68 | <string>s</string> |
| 69 | </property> |
| 70 | <property name="minimum"> |
| 71 | <number>1</number> |
| 72 | </property> |
| 73 | <property name="maximum"> |
| 74 | <number>1000</number> |
| 75 | </property> |
| 76 | <property name="value"> |
| 77 | <number>20</number> |
| 78 | </property> |
| 79 | </widget> |
| 80 | </item> |
| 81 | </layout> |
| 82 | </item> |
| 83 | <item> |
| 84 | <widget class="QProgressBar" name="statusBar"> |
Robert Bieber | b990664 | 2010-07-09 02:11:34 +0000 | [diff] [blame^] | 85 | <property name="enabled"> |
| 86 | <bool>false</bool> |
| 87 | </property> |
Robert Bieber | 73a3747 | 2010-07-08 21:53:27 +0000 | [diff] [blame] | 88 | <property name="value"> |
| 89 | <number>0</number> |
| 90 | </property> |
Robert Bieber | b990664 | 2010-07-09 02:11:34 +0000 | [diff] [blame^] | 91 | <property name="textVisible"> |
| 92 | <bool>false</bool> |
| 93 | </property> |
Robert Bieber | 73a3747 | 2010-07-08 21:53:27 +0000 | [diff] [blame] | 94 | </widget> |
| 95 | </item> |
| 96 | <item> |
| 97 | <spacer name="verticalSpacer"> |
| 98 | <property name="orientation"> |
| 99 | <enum>Qt::Vertical</enum> |
| 100 | </property> |
| 101 | <property name="sizeHint" stdset="0"> |
| 102 | <size> |
| 103 | <width>20</width> |
| 104 | <height>40</height> |
| 105 | </size> |
| 106 | </property> |
| 107 | </spacer> |
| 108 | </item> |
| 109 | <item> |
| 110 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| 111 | <item> |
| 112 | <widget class="QPushButton" name="startButton"> |
| 113 | <property name="text"> |
| 114 | <string>Start</string> |
| 115 | </property> |
| 116 | </widget> |
| 117 | </item> |
| 118 | <item> |
| 119 | <widget class="QPushButton" name="stopButton"> |
| 120 | <property name="enabled"> |
| 121 | <bool>false</bool> |
| 122 | </property> |
| 123 | <property name="text"> |
| 124 | <string>Stop</string> |
| 125 | </property> |
| 126 | </widget> |
| 127 | </item> |
| 128 | </layout> |
| 129 | </item> |
| 130 | <item> |
| 131 | <layout class="QHBoxLayout" name="horizontalLayout"> |
| 132 | <item> |
| 133 | <widget class="QToolButton" name="playButton"> |
| 134 | <property name="text"> |
| 135 | <string/> |
| 136 | </property> |
| 137 | <property name="icon"> |
| 138 | <iconset resource="../resources.qrc"> |
| 139 | <normaloff>:/resources/resources/play.png</normaloff>:/resources/resources/play.png</iconset> |
| 140 | </property> |
| 141 | <property name="iconSize"> |
| 142 | <size> |
| 143 | <width>30</width> |
| 144 | <height>30</height> |
| 145 | </size> |
| 146 | </property> |
| 147 | <property name="checkable"> |
| 148 | <bool>true</bool> |
| 149 | </property> |
| 150 | <property name="checked"> |
| 151 | <bool>true</bool> |
| 152 | </property> |
| 153 | <property name="autoExclusive"> |
| 154 | <bool>true</bool> |
| 155 | </property> |
| 156 | </widget> |
| 157 | </item> |
| 158 | <item> |
| 159 | <widget class="QToolButton" name="pauseButton"> |
| 160 | <property name="text"> |
| 161 | <string/> |
| 162 | </property> |
| 163 | <property name="icon"> |
| 164 | <iconset resource="../resources.qrc"> |
| 165 | <normaloff>:/resources/resources/pause.png</normaloff>:/resources/resources/pause.png</iconset> |
| 166 | </property> |
| 167 | <property name="iconSize"> |
| 168 | <size> |
| 169 | <width>30</width> |
| 170 | <height>30</height> |
| 171 | </size> |
| 172 | </property> |
| 173 | <property name="checkable"> |
| 174 | <bool>true</bool> |
| 175 | </property> |
| 176 | <property name="checked"> |
| 177 | <bool>false</bool> |
| 178 | </property> |
| 179 | <property name="autoExclusive"> |
| 180 | <bool>true</bool> |
| 181 | </property> |
| 182 | </widget> |
| 183 | </item> |
| 184 | <item> |
| 185 | <widget class="QToolButton" name="rwndButton"> |
| 186 | <property name="text"> |
| 187 | <string/> |
| 188 | </property> |
| 189 | <property name="icon"> |
| 190 | <iconset resource="../resources.qrc"> |
| 191 | <normaloff>:/resources/resources/rwnd.png</normaloff>:/resources/resources/rwnd.png</iconset> |
| 192 | </property> |
| 193 | <property name="iconSize"> |
| 194 | <size> |
| 195 | <width>30</width> |
| 196 | <height>30</height> |
| 197 | </size> |
| 198 | </property> |
| 199 | <property name="checkable"> |
| 200 | <bool>true</bool> |
| 201 | </property> |
| 202 | <property name="autoExclusive"> |
| 203 | <bool>true</bool> |
| 204 | </property> |
| 205 | </widget> |
| 206 | </item> |
| 207 | <item> |
| 208 | <widget class="QToolButton" name="ffwdButton"> |
| 209 | <property name="text"> |
| 210 | <string/> |
| 211 | </property> |
| 212 | <property name="icon"> |
| 213 | <iconset resource="../resources.qrc"> |
| 214 | <normaloff>:/resources/resources/ffwd.png</normaloff>:/resources/resources/ffwd.png</iconset> |
| 215 | </property> |
| 216 | <property name="iconSize"> |
| 217 | <size> |
| 218 | <width>30</width> |
| 219 | <height>30</height> |
| 220 | </size> |
| 221 | </property> |
| 222 | <property name="checkable"> |
| 223 | <bool>true</bool> |
| 224 | </property> |
| 225 | <property name="autoExclusive"> |
| 226 | <bool>true</bool> |
| 227 | </property> |
| 228 | </widget> |
| 229 | </item> |
| 230 | </layout> |
| 231 | </item> |
| 232 | </layout> |
| 233 | </widget> |
| 234 | <resources> |
| 235 | <include location="../resources.qrc"/> |
| 236 | </resources> |
| 237 | <connections/> |
| 238 | </ui> |