| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<ui version="4.0"> |
| 3 |
<class>SimilarPlasmoid</class> |
| 4 |
<widget class="QWidget" name="SimilarPlasmoid"> |
| 5 |
<property name="geometry"> |
| 6 |
<rect> |
| 7 |
<x>0</x> |
| 8 |
<y>0</y> |
| 9 |
<width>568</width> |
| 10 |
<height>135</height> |
| 11 |
</rect> |
| 12 |
</property> |
| 13 |
<property name="windowTitle"> |
| 14 |
<string>Similar Artists and Genres</string> |
| 15 |
</property> |
| 16 |
<layout class="QGridLayout" name="gridLayout"> |
| 17 |
<item row="1" column="0" colspan="3"> |
| 18 |
<widget class="QLabel" name="similarArtistsLabel"> |
| 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="text"> |
| 26 |
<string>ARTIST1 and ARTIST2?</string> |
| 27 |
</property> |
| 28 |
<property name="alignment"> |
| 29 |
<set>Qt::AlignCenter</set> |
| 30 |
</property> |
| 31 |
<property name="wordWrap"> |
| 32 |
<bool>true</bool> |
| 33 |
</property> |
| 34 |
</widget> |
| 35 |
</item> |
| 36 |
<item row="1" column="4"> |
| 37 |
<widget class="QLabel" name="disapproveArtistsLabel"> |
| 38 |
<property name="sizePolicy"> |
| 39 |
<sizepolicy hsizetype="Fixed" vsizetype="Preferred"> |
| 40 |
<horstretch>0</horstretch> |
| 41 |
<verstretch>0</verstretch> |
| 42 |
</sizepolicy> |
| 43 |
</property> |
| 44 |
<property name="toolTip"> |
| 45 |
<string>Discard the collected statistics for the shown artists.</string> |
| 46 |
</property> |
| 47 |
<property name="text"> |
| 48 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 49 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 50 |
p, li { white-space: pre-wrap; } |
| 51 |
</style></head><body style=" font-family:'Liberation Sans'; font-size:10pt; font-weight:400; font-style:normal;"> |
| 52 |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="removeFromSimilarArtists"><span style=" text-decoration: underline; color:#0000ff;">Never mind!</span></a></p></body></html></string> |
| 53 |
</property> |
| 54 |
</widget> |
| 55 |
</item> |
| 56 |
<item row="7" column="0" colspan="5"> |
| 57 |
<widget class="QLabel" name="similarGenresCaption"> |
| 58 |
<property name="styleSheet"> |
| 59 |
<string notr="true">font-weight: bold;</string> |
| 60 |
</property> |
| 61 |
<property name="text"> |
| 62 |
<string>Similar Genres</string> |
| 63 |
</property> |
| 64 |
<property name="textFormat"> |
| 65 |
<enum>Qt::LogText</enum> |
| 66 |
</property> |
| 67 |
<property name="scaledContents"> |
| 68 |
<bool>false</bool> |
| 69 |
</property> |
| 70 |
<property name="alignment"> |
| 71 |
<set>Qt::AlignCenter</set> |
| 72 |
</property> |
| 73 |
</widget> |
| 74 |
</item> |
| 75 |
<item row="8" column="0" colspan="3"> |
| 76 |
<widget class="QLabel" name="similarGenresLabel"> |
| 77 |
<property name="sizePolicy"> |
| 78 |
<sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
| 79 |
<horstretch>0</horstretch> |
| 80 |
<verstretch>0</verstretch> |
| 81 |
</sizepolicy> |
| 82 |
</property> |
| 83 |
<property name="text"> |
| 84 |
<string>GENRE1 and GENRE2?</string> |
| 85 |
</property> |
| 86 |
<property name="alignment"> |
| 87 |
<set>Qt::AlignCenter</set> |
| 88 |
</property> |
| 89 |
<property name="wordWrap"> |
| 90 |
<bool>true</bool> |
| 91 |
</property> |
| 92 |
</widget> |
| 93 |
</item> |
| 94 |
<item row="5" column="0" colspan="5"> |
| 95 |
<widget class="Line" name="line"> |
| 96 |
<property name="orientation"> |
| 97 |
<enum>Qt::Horizontal</enum> |
| 98 |
</property> |
| 99 |
</widget> |
| 100 |
</item> |
| 101 |
<item row="0" column="0" colspan="5"> |
| 102 |
<widget class="QLabel" name="similarArtistsCaption"> |
| 103 |
<property name="styleSheet"> |
| 104 |
<string notr="true">font-weight: bold;</string> |
| 105 |
</property> |
| 106 |
<property name="text"> |
| 107 |
<string>Similar Artists</string> |
| 108 |
</property> |
| 109 |
<property name="alignment"> |
| 110 |
<set>Qt::AlignCenter</set> |
| 111 |
</property> |
| 112 |
</widget> |
| 113 |
</item> |
| 114 |
<item row="8" column="4"> |
| 115 |
<widget class="QLabel" name="disapproveGenresLabel"> |
| 116 |
<property name="sizePolicy"> |
| 117 |
<sizepolicy hsizetype="Fixed" vsizetype="Preferred"> |
| 118 |
<horstretch>0</horstretch> |
| 119 |
<verstretch>0</verstretch> |
| 120 |
</sizepolicy> |
| 121 |
</property> |
| 122 |
<property name="toolTip"> |
| 123 |
<string>Discard collected statistics for the shown genres.</string> |
| 124 |
</property> |
| 125 |
<property name="text"> |
| 126 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 127 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 128 |
p, li { white-space: pre-wrap; } |
| 129 |
</style></head><body style=" font-family:'Liberation Sans'; font-size:10pt; font-weight:400; font-style:normal;"> |
| 130 |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="removeFromSimilarGenres"><span style=" text-decoration: underline; color:#0000ff;">Never mind!</span></a></p></body></html></string> |
| 131 |
</property> |
| 132 |
</widget> |
| 133 |
</item> |
| 134 |
<item row="8" column="3"> |
| 135 |
<widget class="QLabel" name="approveGenresLabel"> |
| 136 |
<property name="sizePolicy"> |
| 137 |
<sizepolicy hsizetype="Fixed" vsizetype="Preferred"> |
| 138 |
<horstretch>0</horstretch> |
| 139 |
<verstretch>0</verstretch> |
| 140 |
</sizepolicy> |
| 141 |
</property> |
| 142 |
<property name="toolTip"> |
| 143 |
<string>Mark the shown genres as similar to each other.</string> |
| 144 |
</property> |
| 145 |
<property name="text"> |
| 146 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 147 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 148 |
p, li { white-space: pre-wrap; } |
| 149 |
</style></head><body style=" font-family:'Liberation Sans'; font-size:10pt; font-weight:400; font-style:normal;"> |
| 150 |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="addToSimilarGenres"><span style=" text-decoration: underline; color:#0000ff;">Yes!</span></a></p></body></html></string> |
| 151 |
</property> |
| 152 |
</widget> |
| 153 |
</item> |
| 154 |
<item row="1" column="3"> |
| 155 |
<widget class="QLabel" name="approveArtistsLabel"> |
| 156 |
<property name="sizePolicy"> |
| 157 |
<sizepolicy hsizetype="Fixed" vsizetype="Preferred"> |
| 158 |
<horstretch>0</horstretch> |
| 159 |
<verstretch>0</verstretch> |
| 160 |
</sizepolicy> |
| 161 |
</property> |
| 162 |
<property name="toolTip"> |
| 163 |
<string>Mark the shown artists as similar to each other.</string> |
| 164 |
</property> |
| 165 |
<property name="text"> |
| 166 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 167 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 168 |
p, li { white-space: pre-wrap; } |
| 169 |
</style></head><body style=" font-family:'Liberation Sans'; font-size:10pt; font-weight:400; font-style:normal;"> |
| 170 |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="addToSimilarArtists"><span style=" text-decoration: underline; color:#0000ff;">Yes!</span></a></p></body></html></string> |
| 171 |
</property> |
| 172 |
</widget> |
| 173 |
</item> |
| 174 |
<item row="3" column="0"> |
| 175 |
<spacer name="verticalSpacer_2"> |
| 176 |
<property name="orientation"> |
| 177 |
<enum>Qt::Vertical</enum> |
| 178 |
</property> |
| 179 |
<property name="sizeHint" stdset="0"> |
| 180 |
<size> |
| 181 |
<width>20</width> |
| 182 |
<height>40</height> |
| 183 |
</size> |
| 184 |
</property> |
| 185 |
</spacer> |
| 186 |
</item> |
| 187 |
<item row="6" column="0"> |
| 188 |
<spacer name="verticalSpacer"> |
| 189 |
<property name="orientation"> |
| 190 |
<enum>Qt::Vertical</enum> |
| 191 |
</property> |
| 192 |
<property name="sizeHint" stdset="0"> |
| 193 |
<size> |
| 194 |
<width>20</width> |
| 195 |
<height>40</height> |
| 196 |
</size> |
| 197 |
</property> |
| 198 |
</spacer> |
| 199 |
</item> |
| 200 |
</layout> |
| 201 |
</widget> |
| 202 |
<resources/> |
| 203 |
<connections/> |
| 204 |
</ui> |