?? organizecollectiondialog.ui
字號:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>OrganizeCollectionDialog</class><author><aumuell@reserv.at></author><widget class="QWidget"> <property name="name"> <cstring>organizeCollectionDialog</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>476</width> <height>549</height> </rect> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>3</hsizetype> <vsizetype>3</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="caption"> <string>Organize Files</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>folderLayout</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>5</number> </property> <widget class="QLabel"> <property name="name"> <cstring>folderLabel</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>C&ollection Folder:</string> </property> <property name="buddy" stdset="0"> <cstring>folderCombo</cstring> </property> <property name="toolTip" stdset="0"> <string>Base directory under which to put files</string> </property> </widget> <widget class="KComboBox"> <property name="name"> <cstring>folderCombo</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip" stdset="0"> <string></string> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout5</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QCheckBox"> <property name="name"> <cstring>coverCheck</cstring> </property> <property name="text"> <string>&Use Cover Art for Folder Icons</string> </property> </widget> <widget class="QCheckBox"> <property name="name"> <cstring>ignoreTheCheck</cstring> </property> <property name="text"> <string>I&gnore 'The' in Artist Names</string> </property> <property name="toolTip" stdset="0"> <string>If checked, postfix artists' names starting with 'The' with ', The'.</string> </property> </widget> </vbox> </widget> <spacer> <property name="name"> <cstring>spacer2_5</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>16</height> </size> </property> </spacer> <widget class="QGroupBox"> <property name="name"> <cstring>groupingGroup</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="title"> <string>File Naming Scheme</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>5</number> </property> <widget class="QCheckBox"> <property name="name"> <cstring>customschemeCheck</cstring> </property> <property name="text"> <string>Custo&m Format</string> </property> <property name="toolTip" stdset="0"> <string>If checked, use a custom format string for naming the files in the collection</string> </property> </widget> <widget class="QCheckBox"> <property name="name"> <cstring>filetypeCheck</cstring> </property> <property name="text"> <string>Group b&y File Type</string> </property> <property name="toolTip" stdset="0"> <string>If checked, create a directory hierarchy using the filename extension.</string> </property> </widget> <widget class="QCheckBox"> <property name="name"> <cstring>initialCheck</cstring> </property> <property name="text"> <string>Group &by Artist's Initial</string> </property> <property name="toolTip" stdset="0"> <string>If checked, introduce another directory hierarchy for the artists' initials.</string> </property> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>customFormatLayout</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>formatLabel</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>F&ilename Format:</string> </property> <property name="buddy" stdset="0"> <cstring>formatEdit</cstring> </property> </widget> <widget class="KLineEdit"> <property name="name"> <cstring>formatEdit</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string></string> </property> </widget> <widget class="KActiveLabel"> <property name="name"> <cstring>formatHelp</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>(Help)</string> </property> </widget> </hbox> </widget> </vbox> </widget> <spacer> <property name="name"> <cstring>spacer2_4</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>16</height> </size> </property> </spacer> <widget class="QGroupBox"> <property name="name"> <cstring>replacementGroup</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>1</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="margin"> <number>0</number> </property> <property name="title"> <string>Character Replacement</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>5</number> </property> <widget class="QCheckBox"> <property name="name"> <cstring>spaceCheck</cstring> </property> <property name="text"> <string>&Replace Spaces with Underscores</string> </property> <property name="toolTip" stdset="0"> <string>If checked, convert spaces to underscores.</string> </property> </widget> <widget class="QCheckBox"> <property name="name"> <cstring>asciiCheck</cstring> </property> <property name="text"> <string>Restrict to &ASCII</string> </property> <property name="toolTip" stdset="0"> <string>If checked, replace characters that are unavailable in the 7-bit ASCII code.</string> </property> </widget> <widget class="QCheckBox"> <property name="name"> <cstring>vfatCheck</cstring> </property> <property name="text">
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -