| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <ui version="4.0"> |
|---|
| 3 | <class>ExportSongDialog_UI</class> |
|---|
| 4 | <widget class="QDialog" name="ExportSongDialog_UI"> |
|---|
| 5 | <property name="geometry"> |
|---|
| 6 | <rect> |
|---|
| 7 | <x>0</x> |
|---|
| 8 | <y>0</y> |
|---|
| 9 | <width>496</width> |
|---|
| 10 | <height>298</height> |
|---|
| 11 | </rect> |
|---|
| 12 | </property> |
|---|
| 13 | <property name="windowTitle"> |
|---|
| 14 | <string>Export Whole Song to WAV</string> |
|---|
| 15 | </property> |
|---|
| 16 | <widget class="QWidget" name="layout2"> |
|---|
| 17 | <property name="geometry"> |
|---|
| 18 | <rect> |
|---|
| 19 | <x>10</x> |
|---|
| 20 | <y>250</y> |
|---|
| 21 | <width>471</width> |
|---|
| 22 | <height>28</height> |
|---|
| 23 | </rect> |
|---|
| 24 | </property> |
|---|
| 25 | <layout class="QHBoxLayout"> |
|---|
| 26 | <property name="spacing"> |
|---|
| 27 | <number>0</number> |
|---|
| 28 | </property> |
|---|
| 29 | <item> |
|---|
| 30 | <spacer> |
|---|
| 31 | <property name="orientation"> |
|---|
| 32 | <enum>Qt::Horizontal</enum> |
|---|
| 33 | </property> |
|---|
| 34 | <property name="sizeType"> |
|---|
| 35 | <enum>QSizePolicy::Expanding</enum> |
|---|
| 36 | </property> |
|---|
| 37 | <property name="sizeHint" stdset="0"> |
|---|
| 38 | <size> |
|---|
| 39 | <width>126</width> |
|---|
| 40 | <height>16</height> |
|---|
| 41 | </size> |
|---|
| 42 | </property> |
|---|
| 43 | </spacer> |
|---|
| 44 | </item> |
|---|
| 45 | <item> |
|---|
| 46 | <widget class="QPushButton" name="closeBtn"> |
|---|
| 47 | <property name="sizePolicy"> |
|---|
| 48 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
|---|
| 49 | <horstretch>0</horstretch> |
|---|
| 50 | <verstretch>0</verstretch> |
|---|
| 51 | </sizepolicy> |
|---|
| 52 | </property> |
|---|
| 53 | <property name="minimumSize"> |
|---|
| 54 | <size> |
|---|
| 55 | <width>0</width> |
|---|
| 56 | <height>26</height> |
|---|
| 57 | </size> |
|---|
| 58 | </property> |
|---|
| 59 | <property name="text"> |
|---|
| 60 | <string>&Close</string> |
|---|
| 61 | </property> |
|---|
| 62 | <property name="shortcut"> |
|---|
| 63 | <string>Alt+C</string> |
|---|
| 64 | </property> |
|---|
| 65 | </widget> |
|---|
| 66 | </item> |
|---|
| 67 | <item> |
|---|
| 68 | <spacer> |
|---|
| 69 | <property name="orientation"> |
|---|
| 70 | <enum>Qt::Horizontal</enum> |
|---|
| 71 | </property> |
|---|
| 72 | <property name="sizeType"> |
|---|
| 73 | <enum>QSizePolicy::Expanding</enum> |
|---|
| 74 | </property> |
|---|
| 75 | <property name="sizeHint" stdset="0"> |
|---|
| 76 | <size> |
|---|
| 77 | <width>126</width> |
|---|
| 78 | <height>16</height> |
|---|
| 79 | </size> |
|---|
| 80 | </property> |
|---|
| 81 | </spacer> |
|---|
| 82 | </item> |
|---|
| 83 | </layout> |
|---|
| 84 | </widget> |
|---|
| 85 | <widget class="QGroupBox" name="groupBox"> |
|---|
| 86 | <property name="geometry"> |
|---|
| 87 | <rect> |
|---|
| 88 | <x>10</x> |
|---|
| 89 | <y>160</y> |
|---|
| 90 | <width>471</width> |
|---|
| 91 | <height>81</height> |
|---|
| 92 | </rect> |
|---|
| 93 | </property> |
|---|
| 94 | <property name="title"> |
|---|
| 95 | <string/> |
|---|
| 96 | </property> |
|---|
| 97 | <widget class="QPushButton" name="okBtn"> |
|---|
| 98 | <property name="enabled"> |
|---|
| 99 | <bool>false</bool> |
|---|
| 100 | </property> |
|---|
| 101 | <property name="geometry"> |
|---|
| 102 | <rect> |
|---|
| 103 | <x>10</x> |
|---|
| 104 | <y>40</y> |
|---|
| 105 | <width>72</width> |
|---|
| 106 | <height>25</height> |
|---|
| 107 | </rect> |
|---|
| 108 | </property> |
|---|
| 109 | <property name="minimumSize"> |
|---|
| 110 | <size> |
|---|
| 111 | <width>0</width> |
|---|
| 112 | <height>25</height> |
|---|
| 113 | </size> |
|---|
| 114 | </property> |
|---|
| 115 | <property name="text"> |
|---|
| 116 | <string>&Export</string> |
|---|
| 117 | </property> |
|---|
| 118 | <property name="shortcut"> |
|---|
| 119 | <string>Alt+E</string> |
|---|
| 120 | </property> |
|---|
| 121 | </widget> |
|---|
| 122 | <widget class="QProgressBar" name="m_pProgressBar"> |
|---|
| 123 | <property name="geometry"> |
|---|
| 124 | <rect> |
|---|
| 125 | <x>90</x> |
|---|
| 126 | <y>40</y> |
|---|
| 127 | <width>371</width> |
|---|
| 128 | <height>23</height> |
|---|
| 129 | </rect> |
|---|
| 130 | </property> |
|---|
| 131 | <property name="value"> |
|---|
| 132 | <number>24</number> |
|---|
| 133 | </property> |
|---|
| 134 | </widget> |
|---|
| 135 | <widget class="QWidget" name="layoutWidget"> |
|---|
| 136 | <property name="geometry"> |
|---|
| 137 | <rect> |
|---|
| 138 | <x>10</x> |
|---|
| 139 | <y>10</y> |
|---|
| 140 | <width>441</width> |
|---|
| 141 | <height>25</height> |
|---|
| 142 | </rect> |
|---|
| 143 | </property> |
|---|
| 144 | <layout class="QHBoxLayout" name="horizontalLayout_5"> |
|---|
| 145 | <item> |
|---|
| 146 | <widget class="QCheckBox" name="tocheckBox"> |
|---|
| 147 | <property name="text"> |
|---|
| 148 | <string>Track-Outs</string> |
|---|
| 149 | </property> |
|---|
| 150 | </widget> |
|---|
| 151 | </item> |
|---|
| 152 | </layout> |
|---|
| 153 | </widget> |
|---|
| 154 | </widget> |
|---|
| 155 | <widget class="QLabel" name="TextLabel1"> |
|---|
| 156 | <property name="geometry"> |
|---|
| 157 | <rect> |
|---|
| 158 | <x>10</x> |
|---|
| 159 | <y>10</y> |
|---|
| 160 | <width>440</width> |
|---|
| 161 | <height>24</height> |
|---|
| 162 | </rect> |
|---|
| 163 | </property> |
|---|
| 164 | <property name="text"> |
|---|
| 165 | <string>Export filename</string> |
|---|
| 166 | </property> |
|---|
| 167 | </widget> |
|---|
| 168 | <widget class="QLineEdit" name="exportNameTxt"> |
|---|
| 169 | <property name="geometry"> |
|---|
| 170 | <rect> |
|---|
| 171 | <x>10</x> |
|---|
| 172 | <y>40</y> |
|---|
| 173 | <width>371</width> |
|---|
| 174 | <height>24</height> |
|---|
| 175 | </rect> |
|---|
| 176 | </property> |
|---|
| 177 | <property name="readOnly"> |
|---|
| 178 | <bool>true</bool> |
|---|
| 179 | </property> |
|---|
| 180 | </widget> |
|---|
| 181 | <widget class="QPushButton" name="browseBtn"> |
|---|
| 182 | <property name="geometry"> |
|---|
| 183 | <rect> |
|---|
| 184 | <x>390</x> |
|---|
| 185 | <y>40</y> |
|---|
| 186 | <width>90</width> |
|---|
| 187 | <height>24</height> |
|---|
| 188 | </rect> |
|---|
| 189 | </property> |
|---|
| 190 | <property name="text"> |
|---|
| 191 | <string>&Browse...</string> |
|---|
| 192 | </property> |
|---|
| 193 | <property name="shortcut"> |
|---|
| 194 | <string>Alt+B</string> |
|---|
| 195 | </property> |
|---|
| 196 | </widget> |
|---|
| 197 | <widget class="QWidget" name="layoutWidget"> |
|---|
| 198 | <property name="geometry"> |
|---|
| 199 | <rect> |
|---|
| 200 | <x>20</x> |
|---|
| 201 | <y>118</y> |
|---|
| 202 | <width>461</width> |
|---|
| 203 | <height>31</height> |
|---|
| 204 | </rect> |
|---|
| 205 | </property> |
|---|
| 206 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
|---|
| 207 | <item> |
|---|
| 208 | <layout class="QHBoxLayout" name="horizontalLayout"> |
|---|
| 209 | <item> |
|---|
| 210 | <widget class="QLabel" name="label"> |
|---|
| 211 | <property name="text"> |
|---|
| 212 | <string>Samplerate in Hz:</string> |
|---|
| 213 | </property> |
|---|
| 214 | </widget> |
|---|
| 215 | </item> |
|---|
| 216 | <item> |
|---|
| 217 | <widget class="QComboBox" name="sampleRateCombo"> |
|---|
| 218 | <property name="maximumSize"> |
|---|
| 219 | <size> |
|---|
| 220 | <width>80</width> |
|---|
| 221 | <height>25</height> |
|---|
| 222 | </size> |
|---|
| 223 | </property> |
|---|
| 224 | <item> |
|---|
| 225 | <property name="text"> |
|---|
| 226 | <string>22050</string> |
|---|
| 227 | </property> |
|---|
| 228 | </item> |
|---|
| 229 | <item> |
|---|
| 230 | <property name="text"> |
|---|
| 231 | <string>44100</string> |
|---|
| 232 | </property> |
|---|
| 233 | </item> |
|---|
| 234 | <item> |
|---|
| 235 | <property name="text"> |
|---|
| 236 | <string>48000</string> |
|---|
| 237 | </property> |
|---|
| 238 | </item> |
|---|
| 239 | <item> |
|---|
| 240 | <property name="text"> |
|---|
| 241 | <string>96000</string> |
|---|
| 242 | </property> |
|---|
| 243 | </item> |
|---|
| 244 | <item> |
|---|
| 245 | <property name="text"> |
|---|
| 246 | <string>192000</string> |
|---|
| 247 | </property> |
|---|
| 248 | </item> |
|---|
| 249 | </widget> |
|---|
| 250 | </item> |
|---|
| 251 | </layout> |
|---|
| 252 | </item> |
|---|
| 253 | <item> |
|---|
| 254 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|---|
| 255 | <item> |
|---|
| 256 | <widget class="QLabel" name="label_2"> |
|---|
| 257 | <property name="text"> |
|---|
| 258 | <string>SampleDepth in Bit:</string> |
|---|
| 259 | </property> |
|---|
| 260 | </widget> |
|---|
| 261 | </item> |
|---|
| 262 | <item> |
|---|
| 263 | <widget class="QComboBox" name="sampleDepthCombo"> |
|---|
| 264 | <property name="maximumSize"> |
|---|
| 265 | <size> |
|---|
| 266 | <width>60</width> |
|---|
| 267 | <height>25</height> |
|---|
| 268 | </size> |
|---|
| 269 | </property> |
|---|
| 270 | <item> |
|---|
| 271 | <property name="text"> |
|---|
| 272 | <string>8</string> |
|---|
| 273 | </property> |
|---|
| 274 | </item> |
|---|
| 275 | <item> |
|---|
| 276 | <property name="text"> |
|---|
| 277 | <string>16</string> |
|---|
| 278 | </property> |
|---|
| 279 | </item> |
|---|
| 280 | <item> |
|---|
| 281 | <property name="text"> |
|---|
| 282 | <string>24</string> |
|---|
| 283 | </property> |
|---|
| 284 | </item> |
|---|
| 285 | <item> |
|---|
| 286 | <property name="text"> |
|---|
| 287 | <string>32</string> |
|---|
| 288 | </property> |
|---|
| 289 | </item> |
|---|
| 290 | </widget> |
|---|
| 291 | </item> |
|---|
| 292 | </layout> |
|---|
| 293 | </item> |
|---|
| 294 | </layout> |
|---|
| 295 | </widget> |
|---|
| 296 | <widget class="QWidget" name="layoutWidget"> |
|---|
| 297 | <property name="geometry"> |
|---|
| 298 | <rect> |
|---|
| 299 | <x>10</x> |
|---|
| 300 | <y>80</y> |
|---|
| 301 | <width>472</width> |
|---|
| 302 | <height>27</height> |
|---|
| 303 | </rect> |
|---|
| 304 | </property> |
|---|
| 305 | <layout class="QHBoxLayout" name="horizontalLayout_4"> |
|---|
| 306 | <item> |
|---|
| 307 | <widget class="QLabel" name="label_3"> |
|---|
| 308 | <property name="text"> |
|---|
| 309 | <string>Templates: </string> |
|---|
| 310 | </property> |
|---|
| 311 | </widget> |
|---|
| 312 | </item> |
|---|
| 313 | <item> |
|---|
| 314 | <widget class="QComboBox" name="templateCombo"> |
|---|
| 315 | <item> |
|---|
| 316 | <property name="text"> |
|---|
| 317 | <string>WAV in CD quality "44,1kHz, 16 bit PCM"</string> |
|---|
| 318 | </property> |
|---|
| 319 | </item> |
|---|
| 320 | <item> |
|---|
| 321 | <property name="text"> |
|---|
| 322 | <string>WAV in ADAT quality "48 kHz, 16 bit PCM"</string> |
|---|
| 323 | </property> |
|---|
| 324 | </item> |
|---|
| 325 | <item> |
|---|
| 326 | <property name="text"> |
|---|
| 327 | <string>WAV in better quality "48 kHz, 24 bit PCM"</string> |
|---|
| 328 | </property> |
|---|
| 329 | </item> |
|---|
| 330 | <item> |
|---|
| 331 | <property name="text"> |
|---|
| 332 | <string>WAV LOFI "22.05kHz, 8 bit PCM </string> |
|---|
| 333 | </property> |
|---|
| 334 | </item> |
|---|
| 335 | <item> |
|---|
| 336 | <property name="text"> |
|---|
| 337 | <string>WAV best Mixdown quality "96 kHz, 32 bit PCM"</string> |
|---|
| 338 | </property> |
|---|
| 339 | </item> |
|---|
| 340 | <item> |
|---|
| 341 | <property name="text"> |
|---|
| 342 | <string>AIFF in CD quality "41 kHz, 16 bit PCM"</string> |
|---|
| 343 | </property> |
|---|
| 344 | </item> |
|---|
| 345 | <item> |
|---|
| 346 | <property name="text"> |
|---|
| 347 | <string>AIFF in ADAT quality "48 kHz, 16 bit PCM"</string> |
|---|
| 348 | </property> |
|---|
| 349 | </item> |
|---|
| 350 | <item> |
|---|
| 351 | <property name="text"> |
|---|
| 352 | <string>AIFF in better quality "48 kHz, 24 bit PCM"</string> |
|---|
| 353 | </property> |
|---|
| 354 | </item> |
|---|
| 355 | <item> |
|---|
| 356 | <property name="text"> |
|---|
| 357 | <string>FLAC lossless compressor in good quality "48 kHz"</string> |
|---|
| 358 | </property> |
|---|
| 359 | </item> |
|---|
| 360 | <item> |
|---|
| 361 | <property name="text"> |
|---|
| 362 | <string>OGG Vorbis loosely compressed in good quality "VBR"</string> |
|---|
| 363 | </property> |
|---|
| 364 | </item> |
|---|
| 365 | </widget> |
|---|
| 366 | </item> |
|---|
| 367 | </layout> |
|---|
| 368 | </widget> |
|---|
| 369 | </widget> |
|---|
| 370 | <layoutdefault spacing="0" margin="0"/> |
|---|
| 371 | <resources/> |
|---|
| 372 | <connections/> |
|---|
| 373 | </ui> |
|---|