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

📄 genericmediadeviceconfigdialog.ui

📁 Amarok是一款在LINUX或其他类UNIX操作系统中运行的音频播放器软件。 经过两年开发后
💻 UI
📖 第 1 页 / 共 2 页
字号:
                                    </property>                                    <grid>                                        <property name="name">                                            <cstring>unnamed</cstring>                                        </property>                                        <widget class="QCheckBox" row="1" column="1">                                            <property name="name">                                                <cstring>m_ignoreTheCheck</cstring>                                            </property>                                            <property name="text">                                                <string>Ig&amp;nore "The"</string>                                            </property>                                        </widget>                                        <widget class="QCheckBox" row="1" column="0">                                            <property name="name">                                                <cstring>m_spaceCheck</cstring>                                            </property>                                            <property name="text">                                                <string>Convert spaces</string>                                            </property>                                            <property name="accel">                                                <string></string>                                            </property>                                        </widget>                                        <widget class="QCheckBox" row="0" column="0">                                            <property name="name">                                                <cstring>m_asciiCheck</cstring>                                            </property>                                            <property name="text">                                                <string>ASCII te&amp;xt</string>                                            </property>                                        </widget>                                        <widget class="QCheckBox" row="0" column="1">                                            <property name="name">                                                <cstring>m_vfatCheck</cstring>                                            </property>                                            <property name="text">                                                <string>Always use &amp;VFAT-safe names</string>                                            </property>                                            <property name="toolTip" stdset="0">                                                 <string>Always use VFAT-safe names even on devices with non-VFAT filesystems.</string>                                            </property>                                        </widget>                                    </grid>                                </widget>                                <widget class="QLayoutWidget">                                    <property name="name">                                        <cstring>layout96</cstring>                                    </property>                                    <vbox>                                        <property name="name">                                            <cstring>unnamed</cstring>                                        </property>                                        <widget class="QLabel">                                            <property name="name">                                                <cstring>textLabel1_2_2</cstring>                                            </property>                                            <property name="text">                                                <string>Song location:</string>                                            </property>                                        </widget>                                        <widget class="QLayoutWidget">                                            <property name="name">                                                <cstring>layout86</cstring>                                            </property>                                            <hbox>                                                <property name="name">                                                    <cstring>unnamed</cstring>                                                </property>                                                <widget class="QLineEdit">                                                    <property name="name">                                                        <cstring>m_songLocationBox</cstring>                                                    </property>                                                    <property name="text">                                                        <string></string>                                                    </property>                                                    <property name="toolTip" stdset="0">                                                        <string>The location of the transfered songs relative to the device mount point.</string>                                                    </property>                                                </widget>                                                <widget class="KActiveLabel">                                                    <property name="name">                                                        <cstring>m_formatHelp</cstring>                                                    </property>                                                    <property name="sizePolicy">                                                        <sizepolicy>                                                            <hsizetype>1</hsizetype>                                                            <vsizetype>7</vsizetype>                                                            <horstretch>0</horstretch>                                                            <verstretch>0</verstretch>                                                        </sizepolicy>                                                    </property>                                                    <property name="text">                                                        <string>&lt;p align="center"&gt;(help)&lt;/p&gt;</string>                                                    </property>                                                </widget>                                            </hbox>                                        </widget>                                        <widget class="QLabel">                                            <property name="name">                                                <cstring>textLabel2_2</cstring>                                            </property>                                            <property name="text">                                                <string>Example song location:</string>                                            </property>                                        </widget>                                        <widget class="QLabel">                                            <property name="name">                                                <cstring>m_previewLabel</cstring>                                            </property>                                            <property name="sizePolicy">                                                <sizepolicy>                                                    <hsizetype>7</hsizetype>                                                    <vsizetype>5</vsizetype>                                                    <horstretch>0</horstretch>                                                    <verstretch>0</verstretch>                                                </sizepolicy>                                            </property>                                            <property name="frameShape">                                                <enum>StyledPanel</enum>                                            </property>                                            <property name="frameShadow">                                                <enum>Plain</enum>                                            </property>                                            <property name="margin">                                                <number>2</number>                                            </property>                                            <property name="text">                                                <string></string>                                            </property>                                        </widget>                                        <widget class="QLabel">                                            <property name="name">                                                <cstring>textLabel2_2_2</cstring>                                            </property>                                            <property name="text">                                                <string>Podcast location:</string>                                            </property>                                        </widget>                                        <widget class="QLineEdit">                                            <property name="name">                                                <cstring>m_podcastLocationBox</cstring>                                            </property>                                            <property name="text">                                                <string></string>                                            </property>                                            <property name="toolTip" stdset="0">                                                <string>The location of the transfered podcasts relative to the device mount point.</string>                                            </property>                                        </widget>                                    </vbox>                                </widget>                            </vbox>                        </widget>                    </grid>                </widget>            </vbox>        </widget>    </grid></widget><connections>    <connection>        <sender>m_removeSupportedButton</sender>        <signal>clicked()</signal>        <receiver>GenericMediaDeviceConfigDialog</receiver>        <slot>removeSupportedButtonClicked()</slot>    </connection>    <connection>        <sender>m_supportedListBox</sender>        <signal>doubleClicked(QListBoxItem*)</signal>        <receiver>GenericMediaDeviceConfigDialog</receiver>        <slot>supportedListBoxDoubleClicked(QListBoxItem*)</slot>    </connection>    <connection>        <sender>m_songLocationBox</sender>        <signal>textChanged(const QString&amp;)</signal>        <receiver>GenericMediaDeviceConfigDialog</receiver>        <slot>updatePreviewLabel(const QString&amp;)</slot>    </connection>    <connection>        <sender>m_asciiCheck</sender>        <signal>toggled(bool)</signal>        <receiver>GenericMediaDeviceConfigDialog</receiver>        <slot>updatePreviewLabel()</slot>    </connection>    <connection>        <sender>m_spaceCheck</sender>        <signal>toggled(bool)</signal>        <receiver>GenericMediaDeviceConfigDialog</receiver>        <slot>updatePreviewLabel()</slot>    </connection>    <connection>        <sender>m_ignoreTheCheck</sender>        <signal>toggled(bool)</signal>        <receiver>GenericMediaDeviceConfigDialog</receiver>        <slot>updatePreviewLabel()</slot>    </connection></connections><includes>    <include location="global" impldecl="in implementation">metabundle.h</include>    <include location="global" impldecl="in implementation">qstringx.h</include>    <include location="global" impldecl="in implementation">collectionbrowser.h</include>    <include location="local" impldecl="in declaration">genericmediadevice.h</include>    <include location="global" impldecl="in declaration">qpopupmenu.h</include></includes><variables>    <variable access="private">QPopupMenu *m_unsupportedMenu;</variable>    <variable access="private">MetaBundle *m_previewBundle;</variable>    <variable access="private">GenericMediaDevice *m_device;</variable></variables><slots>    <slot>addSupportedButtonClicked( int id )</slot>    <slot specifier="non virtual">removeSupportedButtonClicked()</slot>    <slot specifier="non virtual">supportedListBoxDoubleClicked( QListBoxItem * item )</slot>    <slot>updatePreviewLabel()</slot>    <slot>updatePreviewLabel( const QString &amp; format )</slot></slots><functions>    <function access="private" specifier="non virtual">updateConfigDialogLists( const QStringList &amp; supportedFileTypes )</function>    <function access="private" specifier="non virtual" returnType="QString">buildDestination( const QString &amp; format, const MetaBundle &amp; mb ) const</function>    <function access="private" specifier="non virtual" returnType="QString">cleanPath( const QString &amp; component ) const</function>    <function specifier="non virtual">setDevice( GenericMediaDevice * device )</function>    <function access="private" specifier="non virtual" returnType="QString">buildFormatTip() const</function>    <function access="private" specifier="non virtual">init()</function>    <function access="private" specifier="non virtual">destroy()</function></functions><layoutdefaults spacing="6" margin="11"/><includehints>    <includehint>kactivelabel.h</includehint></includehints></UI>

⌨️ 快捷键说明

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