Warning, /multimedia/juk/tagguesserconfigdlgwidget.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 <author>Frerich Raabe <raabe@kde.org></author> 0004 <class>TagGuesserConfigDlgWidget</class> 0005 <widget class="QWidget" name="TagGuesserConfigDlgWidget"> 0006 <property name="geometry"> 0007 <rect> 0008 <x>0</x> 0009 <y>0</y> 0010 <width>848</width> 0011 <height>605</height> 0012 </rect> 0013 </property> 0014 <layout class="QGridLayout" name="gridLayout"> 0015 <item row="0" column="0" rowspan="6"> 0016 <widget class="QTreeView" name="lvSchemes"> 0017 <property name="toolTip"> 0018 <string>Currently used file name schemes</string> 0019 </property> 0020 <property name="whatsThis"> 0021 <string>Here you can see the currently configured file name schemes which the "Guess Tag Information From File Name" entry in the song's context menu uses to extract tag information from a file name. Each string may contain one of the following placeholders:<ul> 0022 <li>%t: Title</li> 0023 <li>%a: Artist</li> 0024 <li>%A: Album</li> 0025 <li>%T: Track</li> 0026 <li>%c: Comment</li> 0027 </ul> 0028 For example, the file name scheme "[%T] %a - %t" would match "[01] Deep Purple - Smoke on the water" but not "(Deep Purple) Smoke on the water". For that second name, you would use the scheme "(%a) %t".<p/> 0029 Note that the order in which the schemes appear in the list is relevant, since the tag guesser will go through the list from the top to the bottom, and use the first matching scheme.</string> 0030 </property> 0031 <property name="rootIsDecorated"> 0032 <bool>false</bool> 0033 </property> 0034 <property name="expandsOnDoubleClick"> 0035 <bool>false</bool> 0036 </property> 0037 </widget> 0038 </item> 0039 <item row="0" column="1"> 0040 <widget class="QToolButton" name="bMoveUp"> 0041 <property name="toolTip"> 0042 <string>Move scheme up</string> 0043 </property> 0044 <property name="whatsThis"> 0045 <string>Press this button to move the currently selected scheme one step upwards.</string> 0046 </property> 0047 <property name="text"> 0048 <string/> 0049 </property> 0050 </widget> 0051 </item> 0052 <item row="0" column="3"> 0053 <widget class="QToolButton" name="bMoveDown"> 0054 <property name="toolTip"> 0055 <string>Move scheme down</string> 0056 </property> 0057 <property name="whatsThis"> 0058 <string>Press this button to move the currently selected scheme one step downwards.</string> 0059 </property> 0060 <property name="text"> 0061 <string/> 0062 </property> 0063 </widget> 0064 </item> 0065 <item row="1" column="1" colspan="3"> 0066 <widget class="QPushButton" name="bAdd"> 0067 <property name="toolTip"> 0068 <string>Add a new scheme</string> 0069 </property> 0070 <property name="whatsThis"> 0071 <string>Press this button to add a new file name scheme to the end of the list.</string> 0072 </property> 0073 <property name="text"> 0074 <string>&Add</string> 0075 </property> 0076 </widget> 0077 </item> 0078 <item row="2" column="1" colspan="3"> 0079 <widget class="QPushButton" name="bModify"> 0080 <property name="toolTip"> 0081 <string>Modify scheme</string> 0082 </property> 0083 <property name="whatsThis"> 0084 <string>Press this button to modify the currently selected scheme.</string> 0085 </property> 0086 <property name="text"> 0087 <string>&Modify</string> 0088 </property> 0089 </widget> 0090 </item> 0091 <item row="3" column="1" colspan="3"> 0092 <widget class="QPushButton" name="bRemove"> 0093 <property name="toolTip"> 0094 <string>Remove scheme</string> 0095 </property> 0096 <property name="whatsThis"> 0097 <string>Press this button to remove the currently selected scheme from the list.</string> 0098 </property> 0099 <property name="text"> 0100 <string>&Remove</string> 0101 </property> 0102 </widget> 0103 </item> 0104 <item row="4" column="2"> 0105 <spacer name="spacer1"> 0106 <property name="orientation"> 0107 <enum>Qt::Vertical</enum> 0108 </property> 0109 <property name="sizeType"> 0110 <enum>QSizePolicy::Expanding</enum> 0111 </property> 0112 <property name="sizeHint" stdset="0"> 0113 <size> 0114 <width>20</width> 0115 <height>130</height> 0116 </size> 0117 </property> 0118 </spacer> 0119 </item> 0120 <item row="5" column="2"> 0121 <widget class="QLabel" name="label"> 0122 <property name="text"> 0123 <string>You can use the following placeholders: 0124 %t: Title 0125 %A: Album 0126 %a: Artist 0127 %T: Track 0128 %c: Comment</string> 0129 </property> 0130 </widget> 0131 </item> 0132 <item row="6" column="2"> 0133 <widget class="QDialogButtonBox" name="dlgButtonBox"> 0134 <property name="standardButtons"> 0135 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 0136 </property> 0137 </widget> 0138 </item> 0139 </layout> 0140 </widget> 0141 <resources/> 0142 <connections/> 0143 </ui>