Warning, /multimedia/juk/tageditor.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>TagEditor</class> 0004 <widget class="QWidget" name="TagEditor"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>885</width> 0010 <height>416</height> 0011 </rect> 0012 </property> 0013 <layout class="QHBoxLayout" name="horizontalLayout"> 0014 <item> 0015 <layout class="QGridLayout" name="tagEditorLayout"> 0016 <item row="0" column="3" colspan="7"> 0017 <widget class="QLabel" name="fileNameLabel"> 0018 <property name="text"> 0019 <string>F&ile name:</string> 0020 </property> 0021 <property name="buddy"> 0022 <cstring>fileNameBox</cstring> 0023 </property> 0024 </widget> 0025 </item> 0026 <item row="2" column="3"> 0027 <widget class="QLabel" name="trackLabel"> 0028 <property name="text"> 0029 <string>T&rack:</string> 0030 </property> 0031 <property name="buddy"> 0032 <cstring>trackSpin</cstring> 0033 </property> 0034 </widget> 0035 </item> 0036 <item row="0" column="0"> 0037 <widget class="QLabel" name="artistNameLabel"> 0038 <property name="text"> 0039 <string>&Artist name:</string> 0040 </property> 0041 <property name="buddy"> 0042 <cstring>artistNameBox</cstring> 0043 </property> 0044 </widget> 0045 </item> 0046 <item row="4" column="0"> 0047 <widget class="QLabel" name="albumNameLabel"> 0048 <property name="text"> 0049 <string>Album &name:</string> 0050 </property> 0051 <property name="buddy"> 0052 <cstring>albumNameBox</cstring> 0053 </property> 0054 </widget> 0055 </item> 0056 <item row="6" column="0"> 0057 <widget class="QLabel" name="genreLabel"> 0058 <property name="text"> 0059 <string>&Genre:</string> 0060 </property> 0061 <property name="buddy"> 0062 <cstring>genreBox</cstring> 0063 </property> 0064 </widget> 0065 </item> 0066 <item row="1" column="3" colspan="7"> 0067 <widget class="KLineEdit" name="fileNameBox"/> 0068 </item> 0069 <item row="2" column="7"> 0070 <widget class="QLabel" name="yearLabel"> 0071 <property name="text"> 0072 <string>&Year:</string> 0073 </property> 0074 <property name="buddy"> 0075 <cstring>yearSpin</cstring> 0076 </property> 0077 </widget> 0078 </item> 0079 <item row="3" column="4"> 0080 <widget class="KLineEdit" name="lengthBox"> 0081 <property name="readOnly"> 0082 <bool>true</bool> 0083 </property> 0084 </widget> 0085 </item> 0086 <item row="3" column="8"> 0087 <widget class="KLineEdit" name="bitrateBox"> 0088 <property name="readOnly"> 0089 <bool>true</bool> 0090 </property> 0091 </widget> 0092 </item> 0093 <item row="3" column="3"> 0094 <widget class="QLabel" name="lengthLabel"> 0095 <property name="text"> 0096 <string>&Length:</string> 0097 </property> 0098 <property name="buddy"> 0099 <cstring>lengthBox</cstring> 0100 </property> 0101 </widget> 0102 </item> 0103 <item row="3" column="7"> 0104 <widget class="QLabel" name="bitrateLabel"> 0105 <property name="text"> 0106 <string>&Bitrate:</string> 0107 </property> 0108 <property name="buddy"> 0109 <cstring>bitrateBox</cstring> 0110 </property> 0111 </widget> 0112 </item> 0113 <item row="4" column="3" colspan="2"> 0114 <widget class="QLabel" name="commentLabel"> 0115 <property name="text"> 0116 <string>&Comment:</string> 0117 </property> 0118 <property name="buddy"> 0119 <cstring>commentBox</cstring> 0120 </property> 0121 </widget> 0122 </item> 0123 <item row="5" column="3" rowspan="4" colspan="7"> 0124 <widget class="KTextEdit" name="commentBox"/> 0125 </item> 0126 <item row="8" column="0"> 0127 <spacer name="verticalSpacer"> 0128 <property name="orientation"> 0129 <enum>Qt::Vertical</enum> 0130 </property> 0131 <property name="sizeHint" stdset="0"> 0132 <size> 0133 <width>20</width> 0134 <height>40</height> 0135 </size> 0136 </property> 0137 </spacer> 0138 </item> 0139 <item row="5" column="0" colspan="2"> 0140 <widget class="KComboBox" name="albumNameBox"> 0141 <property name="editable"> 0142 <bool>true</bool> 0143 </property> 0144 </widget> 0145 </item> 0146 <item row="7" column="0" colspan="2"> 0147 <widget class="KComboBox" name="genreBox"> 0148 <property name="editable"> 0149 <bool>true</bool> 0150 </property> 0151 </widget> 0152 </item> 0153 <item row="1" column="0" colspan="2"> 0154 <widget class="KComboBox" name="artistNameBox"> 0155 <property name="editable"> 0156 <bool>true</bool> 0157 </property> 0158 </widget> 0159 </item> 0160 <item row="2" column="4"> 0161 <widget class="QSpinBox" name="trackSpin"> 0162 <property name="maximum"> 0163 <number>999</number> 0164 </property> 0165 </widget> 0166 </item> 0167 <item row="2" column="8"> 0168 <widget class="QSpinBox" name="yearSpin"> 0169 <property name="maximum"> 0170 <number>9999</number> 0171 </property> 0172 </widget> 0173 </item> 0174 <item row="0" column="2" rowspan="8"> 0175 <widget class="Line" name="line"> 0176 <property name="orientation"> 0177 <enum>Qt::Vertical</enum> 0178 </property> 0179 </widget> 0180 </item> 0181 <item row="2" column="0"> 0182 <widget class="QLabel" name="trackNameLabel"> 0183 <property name="text"> 0184 <string>Trac&k name:</string> 0185 </property> 0186 <property name="buddy"> 0187 <cstring>trackNameBox</cstring> 0188 </property> 0189 </widget> 0190 </item> 0191 <item row="0" column="1"> 0192 <widget class="QCheckBox" name="artistNameEnable"> 0193 <property name="text"> 0194 <string>Enable</string> 0195 </property> 0196 <property name="associatedObjectName" stdset="0"> 0197 <cstring>artistNameBox</cstring> 0198 </property> 0199 </widget> 0200 </item> 0201 <item row="3" column="0" colspan="2"> 0202 <widget class="KLineEdit" name="trackNameBox"/> 0203 </item> 0204 <item row="2" column="1"> 0205 <widget class="QCheckBox" name="trackNameEnable"> 0206 <property name="text"> 0207 <string>Enable</string> 0208 </property> 0209 <property name="associatedObjectName" stdset="0"> 0210 <cstring>trackNameBox</cstring> 0211 </property> 0212 </widget> 0213 </item> 0214 <item row="4" column="1"> 0215 <widget class="QCheckBox" name="albumNameEnable"> 0216 <property name="text"> 0217 <string>Enable</string> 0218 </property> 0219 <property name="associatedObjectName" stdset="0"> 0220 <cstring>albumNameBox</cstring> 0221 </property> 0222 </widget> 0223 </item> 0224 <item row="6" column="1"> 0225 <widget class="QCheckBox" name="genreEnable"> 0226 <property name="text"> 0227 <string>Enable</string> 0228 </property> 0229 <property name="associatedObjectName" stdset="0"> 0230 <cstring>genreBox</cstring> 0231 </property> 0232 </widget> 0233 </item> 0234 <item row="2" column="5"> 0235 <widget class="QCheckBox" name="trackEnable"> 0236 <property name="text"> 0237 <string>Enable</string> 0238 </property> 0239 <property name="associatedObjectName" stdset="0"> 0240 <cstring>trackSpin</cstring> 0241 </property> 0242 </widget> 0243 </item> 0244 <item row="2" column="9"> 0245 <widget class="QCheckBox" name="yearEnable"> 0246 <property name="text"> 0247 <string>Enable</string> 0248 </property> 0249 <property name="associatedObjectName" stdset="0"> 0250 <cstring>yearSpin</cstring> 0251 </property> 0252 </widget> 0253 </item> 0254 <item row="4" column="5" colspan="5"> 0255 <widget class="QCheckBox" name="commentEnable"> 0256 <property name="text"> 0257 <string>Enable</string> 0258 </property> 0259 <property name="associatedObjectName" stdset="0"> 0260 <cstring>commentBox</cstring> 0261 </property> 0262 </widget> 0263 </item> 0264 <item row="2" column="6" rowspan="2"> 0265 <widget class="Line" name="line_2"> 0266 <property name="orientation"> 0267 <enum>Qt::Vertical</enum> 0268 </property> 0269 </widget> 0270 </item> 0271 </layout> 0272 </item> 0273 </layout> 0274 </widget> 0275 <customwidgets> 0276 <customwidget> 0277 <class>KTextEdit</class> 0278 <extends>QTextEdit</extends> 0279 <header>ktextedit.h</header> 0280 </customwidget> 0281 <customwidget> 0282 <class>KComboBox</class> 0283 <extends>QComboBox</extends> 0284 <header>kcombobox.h</header> 0285 </customwidget> 0286 <customwidget> 0287 <class>KLineEdit</class> 0288 <extends>QLineEdit</extends> 0289 <header>klineedit.h</header> 0290 </customwidget> 0291 </customwidgets> 0292 <tabstops> 0293 <tabstop>artistNameEnable</tabstop> 0294 <tabstop>artistNameBox</tabstop> 0295 <tabstop>trackNameEnable</tabstop> 0296 <tabstop>trackNameBox</tabstop> 0297 <tabstop>albumNameEnable</tabstop> 0298 <tabstop>albumNameBox</tabstop> 0299 <tabstop>genreEnable</tabstop> 0300 <tabstop>genreBox</tabstop> 0301 <tabstop>fileNameBox</tabstop> 0302 <tabstop>trackEnable</tabstop> 0303 <tabstop>trackSpin</tabstop> 0304 <tabstop>lengthBox</tabstop> 0305 <tabstop>yearEnable</tabstop> 0306 <tabstop>yearSpin</tabstop> 0307 <tabstop>bitrateBox</tabstop> 0308 <tabstop>commentEnable</tabstop> 0309 <tabstop>commentBox</tabstop> 0310 </tabstops> 0311 <resources/> 0312 <connections> 0313 <connection> 0314 <sender>artistNameEnable</sender> 0315 <signal>toggled(bool)</signal> 0316 <receiver>artistNameBox</receiver> 0317 <slot>setEnabled(bool)</slot> 0318 <hints> 0319 <hint type="sourcelabel"> 0320 <x>268</x> 0321 <y>28</y> 0322 </hint> 0323 <hint type="destinationlabel"> 0324 <x>145</x> 0325 <y>94</y> 0326 </hint> 0327 </hints> 0328 </connection> 0329 <connection> 0330 <sender>trackNameEnable</sender> 0331 <signal>toggled(bool)</signal> 0332 <receiver>trackNameBox</receiver> 0333 <slot>setEnabled(bool)</slot> 0334 <hints> 0335 <hint type="sourcelabel"> 0336 <x>266</x> 0337 <y>147</y> 0338 </hint> 0339 <hint type="destinationlabel"> 0340 <x>111</x> 0341 <y>206</y> 0342 </hint> 0343 </hints> 0344 </connection> 0345 <connection> 0346 <sender>albumNameEnable</sender> 0347 <signal>toggled(bool)</signal> 0348 <receiver>albumNameBox</receiver> 0349 <slot>setEnabled(bool)</slot> 0350 <hints> 0351 <hint type="sourcelabel"> 0352 <x>268</x> 0353 <y>250</y> 0354 </hint> 0355 <hint type="destinationlabel"> 0356 <x>132</x> 0357 <y>304</y> 0358 </hint> 0359 </hints> 0360 </connection> 0361 <connection> 0362 <sender>genreEnable</sender> 0363 <signal>toggled(bool)</signal> 0364 <receiver>genreBox</receiver> 0365 <slot>setEnabled(bool)</slot> 0366 <hints> 0367 <hint type="sourcelabel"> 0368 <x>268</x> 0369 <y>348</y> 0370 </hint> 0371 <hint type="destinationlabel"> 0372 <x>154</x> 0373 <y>402</y> 0374 </hint> 0375 </hints> 0376 </connection> 0377 <connection> 0378 <sender>trackEnable</sender> 0379 <signal>toggled(bool)</signal> 0380 <receiver>trackSpin</receiver> 0381 <slot>setEnabled(bool)</slot> 0382 <hints> 0383 <hint type="sourcelabel"> 0384 <x>567</x> 0385 <y>147</y> 0386 </hint> 0387 <hint type="destinationlabel"> 0388 <x>456</x> 0389 <y>152</y> 0390 </hint> 0391 </hints> 0392 </connection> 0393 <connection> 0394 <sender>commentEnable</sender> 0395 <signal>toggled(bool)</signal> 0396 <receiver>commentBox</receiver> 0397 <slot>setEnabled(bool)</slot> 0398 <hints> 0399 <hint type="sourcelabel"> 0400 <x>800</x> 0401 <y>250</y> 0402 </hint> 0403 <hint type="destinationlabel"> 0404 <x>628</x> 0405 <y>408</y> 0406 </hint> 0407 </hints> 0408 </connection> 0409 <connection> 0410 <sender>yearEnable</sender> 0411 <signal>toggled(bool)</signal> 0412 <receiver>yearSpin</receiver> 0413 <slot>setEnabled(bool)</slot> 0414 <hints> 0415 <hint type="sourcelabel"> 0416 <x>877</x> 0417 <y>147</y> 0418 </hint> 0419 <hint type="destinationlabel"> 0420 <x>766</x> 0421 <y>152</y> 0422 </hint> 0423 </hints> 0424 </connection> 0425 <connection> 0426 <sender>artistNameBox</sender> 0427 <signal>editTextChanged(QString)</signal> 0428 <receiver>TagEditor</receiver> 0429 <slot>slotDataChanged()</slot> 0430 <hints> 0431 <hint type="sourcelabel"> 0432 <x>66</x> 0433 <y>71</y> 0434 </hint> 0435 <hint type="destinationlabel"> 0436 <x>131</x> 0437 <y>-7</y> 0438 </hint> 0439 </hints> 0440 </connection> 0441 <connection> 0442 <sender>trackNameBox</sender> 0443 <signal>textChanged(QString)</signal> 0444 <receiver>TagEditor</receiver> 0445 <slot>slotDataChanged()</slot> 0446 <hints> 0447 <hint type="sourcelabel"> 0448 <x>28</x> 0449 <y>194</y> 0450 </hint> 0451 <hint type="destinationlabel"> 0452 <x>433</x> 0453 <y>0</y> 0454 </hint> 0455 </hints> 0456 </connection> 0457 <connection> 0458 <sender>albumNameBox</sender> 0459 <signal>editTextChanged(QString)</signal> 0460 <receiver>TagEditor</receiver> 0461 <slot>slotDataChanged()</slot> 0462 <hints> 0463 <hint type="sourcelabel"> 0464 <x>231</x> 0465 <y>288</y> 0466 </hint> 0467 <hint type="destinationlabel"> 0468 <x>408</x> 0469 <y>5</y> 0470 </hint> 0471 </hints> 0472 </connection> 0473 <connection> 0474 <sender>genreBox</sender> 0475 <signal>editTextChanged(QString)</signal> 0476 <receiver>TagEditor</receiver> 0477 <slot>slotDataChanged()</slot> 0478 <hints> 0479 <hint type="sourcelabel"> 0480 <x>188</x> 0481 <y>389</y> 0482 </hint> 0483 <hint type="destinationlabel"> 0484 <x>714</x> 0485 <y>3</y> 0486 </hint> 0487 </hints> 0488 </connection> 0489 <connection> 0490 <sender>commentBox</sender> 0491 <signal>textChanged()</signal> 0492 <receiver>TagEditor</receiver> 0493 <slot>slotDataChanged()</slot> 0494 <hints> 0495 <hint type="sourcelabel"> 0496 <x>540</x> 0497 <y>351</y> 0498 </hint> 0499 <hint type="destinationlabel"> 0500 <x>111</x> 0501 <y>5</y> 0502 </hint> 0503 </hints> 0504 </connection> 0505 <connection> 0506 <sender>trackSpin</sender> 0507 <signal>valueChanged(int)</signal> 0508 <receiver>TagEditor</receiver> 0509 <slot>slotDataChanged()</slot> 0510 <hints> 0511 <hint type="sourcelabel"> 0512 <x>414</x> 0513 <y>121</y> 0514 </hint> 0515 <hint type="destinationlabel"> 0516 <x>394</x> 0517 <y>-12</y> 0518 </hint> 0519 </hints> 0520 </connection> 0521 <connection> 0522 <sender>yearSpin</sender> 0523 <signal>valueChanged(int)</signal> 0524 <receiver>TagEditor</receiver> 0525 <slot>slotDataChanged()</slot> 0526 <hints> 0527 <hint type="sourcelabel"> 0528 <x>704</x> 0529 <y>117</y> 0530 </hint> 0531 <hint type="destinationlabel"> 0532 <x>685</x> 0533 <y>-6</y> 0534 </hint> 0535 </hints> 0536 </connection> 0537 </connections> 0538 <slots> 0539 <slot>slotDataChanged()</slot> 0540 </slots> 0541 </ui>