⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 organizecollectiondialog.ui

📁 Amarok是一款在LINUX或其他类UNIX操作系统中运行的音频播放器软件。 经过两年开发后
💻 UI
📖 第 1 页 / 共 2 页
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>OrganizeCollectionDialog</class><author>&lt;aumuell@reserv.at&gt;</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&amp;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>&amp;Use Cover Art for Folder Icons</string>                    </property>                </widget>                <widget class="QCheckBox">                    <property name="name">                        <cstring>ignoreTheCheck</cstring>                    </property>                    <property name="text">                        <string>I&amp;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&amp;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&amp;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 &amp;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&amp;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>&amp;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 &amp;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">

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -