|
303 | 303 | </item> |
304 | 304 |
|
305 | 305 | <item row="5" column="2"> |
306 | | - <widget class="QLabel" name="lblKey"> |
| 306 | + <widget class="QLabel" name="lblTrackNumber"> |
307 | 307 | <property name="text"> |
308 | | - <string>Key</string> |
| 308 | + <string>Track #</string> |
309 | 309 | </property> |
310 | 310 | <property name="alignment"> |
311 | 311 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
312 | 312 | </property> |
313 | 313 | </widget> |
314 | 314 | </item> |
315 | 315 | <item row="5" column="3"> |
316 | | - <widget class="QLineEdit" name="txtKey"> |
| 316 | + <widget class="QLineEdit" name="txtTrackNumber"> |
317 | 317 | <property name="sizePolicy"> |
318 | 318 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
319 | 319 | <horstretch>0</horstretch> |
|
356 | 356 | </widget> |
357 | 357 | </item> |
358 | 358 |
|
359 | | - <item row="6" column="2"> |
360 | | - <widget class="QLabel" name="lblTrackNumber"> |
| 359 | + <item row="7" column="0"> |
| 360 | + <widget class="QLabel" name="lblKey"> |
361 | 361 | <property name="text"> |
362 | | - <string>Track #</string> |
| 362 | + <string>Key</string> |
363 | 363 | </property> |
364 | 364 | <property name="alignment"> |
365 | 365 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
366 | 366 | </property> |
367 | 367 | </widget> |
368 | 368 | </item> |
369 | | - <item row="6" column="3"> |
370 | | - <widget class="QLineEdit" name="txtTrackNumber"> |
371 | | - <property name="sizePolicy"> |
372 | | - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
373 | | - <horstretch>0</horstretch> |
374 | | - <verstretch>0</verstretch> |
375 | | - </sizepolicy> |
| 369 | + <item row="7" column="1"> |
| 370 | + <widget class="QWidget"> |
| 371 | + <layout class="QHBoxLayout" name="key_layout"> |
| 372 | + |
| 373 | + <item> |
| 374 | + <widget class="QLineEdit" name="txtKey"> |
| 375 | + <property name="sizePolicy"> |
| 376 | + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
| 377 | + <horstretch>1</horstretch> |
| 378 | + <verstretch>0</verstretch> |
| 379 | + </sizepolicy> |
| 380 | + </property> |
| 381 | + </widget> |
| 382 | + </item> |
| 383 | + <item> |
| 384 | + <spacer name="keyTuningSpacerItem"> |
| 385 | + <property name="orientation"> |
| 386 | + <enum>Qt::Horizontal</enum> |
| 387 | + </property> |
| 388 | + <property name="sizeType"> |
| 389 | + <enum>QSizePolicy::Fixed</enum> |
| 390 | + </property> |
| 391 | + <property name="sizeHint" stdset="0"> |
| 392 | + <size> |
| 393 | + <width>25</width> |
| 394 | + <height>0</height> |
| 395 | + </size> |
| 396 | + </property> |
| 397 | + </spacer> |
| 398 | + </item> |
| 399 | + <item> |
| 400 | + <widget class="QLabel" name="lblTuning"> |
| 401 | + <property name="text"> |
| 402 | + <string>Tuning</string> |
| 403 | + </property> |
| 404 | + <property name="alignment"> |
| 405 | + <set>Qt::AlignRight|Qt::AlignVCenter</set> |
| 406 | + </property> |
| 407 | + </widget> |
| 408 | + </item> |
| 409 | + |
| 410 | + <item> |
| 411 | + <widget class="QDoubleSpinBox" name="spinTuning"> |
| 412 | + <property name="sizePolicy"> |
| 413 | + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
| 414 | + <horstretch>1</horstretch> |
| 415 | + <verstretch>0</verstretch> |
| 416 | + </sizepolicy> |
| 417 | + </property> |
| 418 | + <property name="toolTip"> |
| 419 | + <string>A4 tuning frequency in Hz. Standard tuning is 440 Hz.</string> |
| 420 | + </property> |
| 421 | + <property name="suffix"> |
| 422 | + <string> Hz</string> |
| 423 | + </property> |
| 424 | + <property name="decimals"> |
| 425 | + <number>1</number> |
| 426 | + </property> |
| 427 | + <property name="minimum"> |
| 428 | + <double>400.000000000000000</double> |
| 429 | + </property> |
| 430 | + <property name="maximum"> |
| 431 | + <double>480.000000000000000</double> |
| 432 | + </property> |
| 433 | + <property name="singleStep"> |
| 434 | + <double>0.100000000000000</double> |
| 435 | + </property> |
| 436 | + <property name="value"> |
| 437 | + <double>400.000000000000000</double> |
| 438 | + </property> |
| 439 | + <property name="specialValueText"> |
| 440 | + <string/> |
| 441 | + </property> |
| 442 | + </widget> |
| 443 | + </item> |
| 444 | + |
| 445 | + </layout> |
| 446 | + </widget> |
| 447 | + </item> |
| 448 | + |
| 449 | + <item row="7" column="2"> |
| 450 | + <widget class="QLabel" name="lblTuningCents"> |
| 451 | + <property name="text"> |
| 452 | + <string>Offset:</string> |
376 | 453 | </property> |
377 | | - <property name="minimumSize"> |
378 | | - <size> |
379 | | - <width>0</width> |
380 | | - <height>0</height> |
381 | | - </size> |
| 454 | + <property name="alignment"> |
| 455 | + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
| 456 | + </property> |
| 457 | + </widget> |
| 458 | + </item> |
| 459 | + <item row="7" column="3"> |
| 460 | + <widget class="QLabel" name="txtTuningCents"> |
| 461 | + <property name="font"> |
| 462 | + <font> |
| 463 | + <weight>75</weight> |
| 464 | + <bold>true</bold> |
| 465 | + </font> |
| 466 | + </property> |
| 467 | + <property name="text"> |
| 468 | + <string/> |
| 469 | + </property> |
| 470 | + <property name="toolTip"> |
| 471 | + <string>Offset from A440 standard tuning in cents.</string> |
382 | 472 | </property> |
383 | 473 | </widget> |
384 | 474 | </item> |
385 | 475 |
|
386 | | - <item row="7" column="0"> |
| 476 | + |
| 477 | + <item row="8" column="0"> |
387 | 478 | <widget class="QLabel" name="lblTrackComment"> |
388 | 479 | <property name="text"> |
389 | 480 | <string>Comments</string> |
|
393 | 484 | </property> |
394 | 485 | </widget> |
395 | 486 | </item> |
396 | | - <item row="7" column="1" colspan="3"> |
| 487 | + <item row="8" column="1" colspan="3"> |
397 | 488 | <widget class="QPlainTextEdit" name="txtComment"> |
398 | 489 | <property name="tabChangesFocus"> |
399 | 490 | <bool>true</bool> |
400 | 491 | </property> |
401 | 492 | </widget> |
402 | 493 | </item> |
403 | 494 |
|
404 | | - <item row="8" column="0"> |
| 495 | + <item row="9" column="0"> |
405 | 496 | <widget class="QLabel" name="lblTrackColor"> |
406 | 497 | <property name="text"> |
407 | 498 | <string>Color</string> |
|
411 | 502 | </property> |
412 | 503 | </widget> |
413 | 504 | </item> |
414 | | - <item row="8" column="1" colspan="3"> |
| 505 | + <item row="9" column="1" colspan="3"> |
415 | 506 | <widget class="QPushButton" name="btnColorPicker"> |
416 | 507 | <property name="sizePolicy"> |
417 | 508 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> |
|
421 | 512 | </property> |
422 | 513 | </widget> |
423 | 514 | </item> |
424 | | - <item row="9" column="0"> |
| 515 | + |
| 516 | + <item row="10" column="0"> |
425 | 517 | <spacer name="horizontalSpacer_5"> |
426 | 518 | <property name="orientation"> |
427 | 519 | <enum>Qt::Horizontal</enum> |
|
434 | 526 | </property> |
435 | 527 | </spacer> |
436 | 528 | </item> |
437 | | - <item row="10" column="0" colspan="4"> |
| 529 | + |
| 530 | + <item row="11" column="0" colspan="4"> |
438 | 531 | <layout class="QHBoxLayout" name="meatdata_buttons_layout"> |
439 | 532 | <item> |
440 | 533 | <widget class="QPushButton" name="btnImportMetadataFromMusicBrainz"> |
@@ -1095,12 +1188,13 @@ Often results in higher quality beatgrids, but will not do well on tracks that h |
1095 | 1188 | <tabstop>txtAlbum</tabstop> |
1096 | 1189 | <tabstop>txtAlbumArtist</tabstop> |
1097 | 1190 | <tabstop>txtComposer</tabstop> |
| 1191 | + <tabstop>txtYear</tabstop> |
1098 | 1192 | <tabstop>txtGenre</tabstop> |
| 1193 | + <tabstop>txtTrackNumber</tabstop> |
1099 | 1194 | <tabstop>txtGrouping</tabstop> |
1100 | | - <tabstop>txtComment</tabstop> |
1101 | | - <tabstop>txtYear</tabstop> |
1102 | 1195 | <tabstop>txtKey</tabstop> |
1103 | | - <tabstop>txtTrackNumber</tabstop> |
| 1196 | + <tabstop>spinTuning</tabstop> |
| 1197 | + <tabstop>txtComment</tabstop> |
1104 | 1198 | <tabstop>btnColorPicker</tabstop> |
1105 | 1199 | <tabstop>btnImportMetadataFromMusicBrainz</tabstop> |
1106 | 1200 | <tabstop>btnImportMetadataFromFile</tabstop> |
|
0 commit comments