| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<ui version="4.0"> |
| 3 |
<class>SelectSimilarityForm</class> |
| 4 |
<widget class="QWidget" name="SelectSimilarityForm"> |
| 5 |
<property name="geometry"> |
| 6 |
<rect> |
| 7 |
<x>0</x> |
| 8 |
<y>0</y> |
| 9 |
<width>468</width> |
| 10 |
<height>166</height> |
| 11 |
</rect> |
| 12 |
</property> |
| 13 |
<property name="windowTitle"> |
| 14 |
<string>Select Similar Tracks</string> |
| 15 |
</property> |
| 16 |
<layout class="QGridLayout" name="gridLayout"> |
| 17 |
<item row="0" column="0" colspan="7"> |
| 18 |
<widget class="QLabel" name="label_3"> |
| 19 |
<property name="text"> |
| 20 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 21 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 22 |
p, li { white-space: pre-wrap; } |
| 23 |
</style></head><body style=" font-family:'Liberation Sans'; font-size:10pt; font-weight:400; font-style:normal;"> |
| 24 |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Are these both tracks similar?</span></p></body></html></string> |
| 25 |
</property> |
| 26 |
<property name="alignment"> |
| 27 |
<set>Qt::AlignCenter</set> |
| 28 |
</property> |
| 29 |
</widget> |
| 30 |
</item> |
| 31 |
<item row="1" column="0"> |
| 32 |
<widget class="QLabel" name="label"> |
| 33 |
<property name="text"> |
| 34 |
<string>Track 1:</string> |
| 35 |
</property> |
| 36 |
</widget> |
| 37 |
</item> |
| 38 |
<item row="1" column="1" colspan="6"> |
| 39 |
<widget class="QLineEdit" name="track1"> |
| 40 |
<property name="readOnly"> |
| 41 |
<bool>true</bool> |
| 42 |
</property> |
| 43 |
</widget> |
| 44 |
</item> |
| 45 |
<item row="3" column="0"> |
| 46 |
<widget class="QLabel" name="label_2"> |
| 47 |
<property name="text"> |
| 48 |
<string>Track 2:</string> |
| 49 |
</property> |
| 50 |
</widget> |
| 51 |
</item> |
| 52 |
<item row="3" column="1" colspan="6"> |
| 53 |
<widget class="QLineEdit" name="track2"> |
| 54 |
<property name="readOnly"> |
| 55 |
<bool>true</bool> |
| 56 |
</property> |
| 57 |
</widget> |
| 58 |
</item> |
| 59 |
<item row="5" column="4"> |
| 60 |
<widget class="QLabel" name="yesLabel"> |
| 61 |
<property name="text"> |
| 62 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 63 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 64 |
p, li { white-space: pre-wrap; } |
| 65 |
</style></head><body style=" font-family:'Liberation Sans'; font-size:10pt; font-weight:400; font-style:normal;"> |
| 66 |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="yes"><span style=" text-decoration: underline; color:#0000ff;">Yes, similar!</span></a></p></body></html></string> |
| 67 |
</property> |
| 68 |
</widget> |
| 69 |
</item> |
| 70 |
<item row="5" column="5"> |
| 71 |
<widget class="QLabel" name="noLabel"> |
| 72 |
<property name="text"> |
| 73 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 74 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 75 |
p, li { white-space: pre-wrap; } |
| 76 |
</style></head><body style=" font-family:'Liberation Sans'; font-size:10pt; font-weight:400; font-style:normal;"> |
| 77 |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="no"><span style=" text-decoration: underline; color:#0000ff;">No, these are totally different!</span></a></p></body></html></string> |
| 78 |
</property> |
| 79 |
</widget> |
| 80 |
</item> |
| 81 |
<item row="5" column="6"> |
| 82 |
<widget class="QLabel" name="nextLabel"> |
| 83 |
<property name="text"> |
| 84 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 85 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 86 |
p, li { white-space: pre-wrap; } |
| 87 |
</style></head><body style=" font-family:'Liberation Sans'; font-size:10pt; font-weight:400; font-style:normal;"> |
| 88 |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="next"><span style=" text-decoration: underline; color:#0000ff;">I don't know...</span></a></p></body></html></string> |
| 89 |
</property> |
| 90 |
</widget> |
| 91 |
</item> |
| 92 |
<item row="6" column="4"> |
| 93 |
<spacer name="verticalSpacer"> |
| 94 |
<property name="orientation"> |
| 95 |
<enum>Qt::Vertical</enum> |
| 96 |
</property> |
| 97 |
<property name="sizeHint" stdset="0"> |
| 98 |
<size> |
| 99 |
<width>20</width> |
| 100 |
<height>40</height> |
| 101 |
</size> |
| 102 |
</property> |
| 103 |
</spacer> |
| 104 |
</item> |
| 105 |
<item row="7" column="0" colspan="6"> |
| 106 |
<widget class="QPushButton" name="startButton"> |
| 107 |
<property name="text"> |
| 108 |
<string>Start Analyzation</string> |
| 109 |
</property> |
| 110 |
</widget> |
| 111 |
</item> |
| 112 |
<item row="7" column="6"> |
| 113 |
<widget class="QPushButton" name="stopButton"> |
| 114 |
<property name="text"> |
| 115 |
<string>Cancel</string> |
| 116 |
</property> |
| 117 |
</widget> |
| 118 |
</item> |
| 119 |
<item row="8" column="0" colspan="7"> |
| 120 |
<widget class="QProgressBar" name="progressBar"> |
| 121 |
<property name="maximum"> |
| 122 |
<number>0</number> |
| 123 |
</property> |
| 124 |
<property name="value"> |
| 125 |
<number>138</number> |
| 126 |
</property> |
| 127 |
</widget> |
| 128 |
</item> |
| 129 |
</layout> |
| 130 |
</widget> |
| 131 |
<resources/> |
| 132 |
<connections/> |
| 133 |
</ui> |