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

📄 options2.ui

📁 Amarok是一款在LINUX或其他类UNIX操作系统中运行的音频播放器软件。 经过两年开发后
💻 UI
📖 第 1 页 / 共 3 页
字号:
                </widget>                <widget class="Line">                    <property name="name">                        <cstring>line1</cstring>                    </property>                    <property name="frameShape">                        <enum>HLine</enum>                    </property>                    <property name="frameShadow">                        <enum>Sunken</enum>                    </property>                    <property name="orientation">                        <enum>Horizontal</enum>                    </property>                </widget>                <widget class="QLayoutWidget">                    <property name="name">                        <cstring>layout5</cstring>                    </property>                    <hbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <widget class="QLabel">                            <property name="name">                                <cstring>textLabel1_3</cstring>                            </property>                            <property name="text">                                <string>Color for new playlist items:</string>                            </property>                            <property name="buddy" stdset="0">                                <cstring>kcfg_NewPlaylistItemsColor</cstring>                            </property>                            <property name="toolTip" stdset="0">                                <string>The color that is used when fresh items are being loaded in the playlist.</string>                            </property>                        </widget>                        <widget class="KColorButton">                            <property name="name">                                <cstring>kcfg_NewPlaylistItemsColor</cstring>                            </property>                            <property name="text">                                <string></string>                            </property>                            <property name="toolTip" stdset="0">                                <string>The color that is used when fresh items are being loaded in the playlist.</string>                            </property>                        </widget>                    </hbox>                </widget>            </vbox>        </widget>        <widget class="QGroupBox">            <property name="name">                <cstring>contextGroupBox</cstring>            </property>            <property name="title">                <string>Context Browser Style</string>            </property>            <vbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QLayoutWidget">                    <property name="name">                        <cstring>layout6</cstring>                    </property>                    <hbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <widget class="QLabel">                            <property name="name">                                <cstring>textLabel1_2</cstring>                            </property>                            <property name="sizePolicy">                                <sizepolicy>                                    <hsizetype>5</hsizetype>                                    <vsizetype>5</vsizetype>                                    <horstretch>0</horstretch>                                    <verstretch>0</verstretch>                                </sizepolicy>                            </property>                            <property name="text">                                <string>Select a style:</string>                            </property>                            <property name="toolTip" stdset="0">                                <string></string>                            </property>                        </widget>                        <widget class="KComboBox">                            <property name="name">                                <cstring>styleComboBox</cstring>                            </property>                            <property name="toolTip" stdset="0">                                <string>Select the style of the Context Browser.</string>                            </property>                            <property name="whatsThis" stdset="0">                                <string>Select the style of the Context Browser.</string>                            </property>                        </widget>                    </hbox>                </widget>                <widget class="QLayoutWidget">                    <property name="name">                        <cstring>layout5</cstring>                    </property>                    <hbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <widget class="QPushButton">                            <property name="name">                                <cstring>installPushButton</cstring>                            </property>                            <property name="text">                                <string>Install New Style...</string>                            </property>                            <property name="toolTip" stdset="0">                                <string>Click to install a new Context Browser style.&lt;br&gt;Tip: More styles can be found on &lt;a href='http://kde-look.org'&gt;http://kde-look.org&lt;/a&gt;</string>                            </property>                            <property name="whatsThis" stdset="0">                                <string>Select and install a new Context Browser style.</string>                            </property>                        </widget>                        <widget class="QPushButton">                            <property name="name">                                <cstring>retrievePushButton</cstring>                            </property>                            <property name="text">                                <string>Download Styles...</string>                            </property>                            <property name="toolTip" stdset="0">                                <string>Click to download new Context Browser styles.</string>                            </property>                            <property name="whatsThis" stdset="0">                                <string>Select and download new Context Browser styles.</string>                            </property>                        </widget>                        <spacer>                            <property name="name">                                <cstring>spacer2</cstring>                            </property>                            <property name="orientation">                                <enum>Horizontal</enum>                            </property>                            <property name="sizeType">                                <enum>Expanding</enum>                            </property>                            <property name="sizeHint">                                <size>                                    <width>40</width>                                    <height>20</height>                                </size>                            </property>                        </spacer>                        <widget class="QPushButton">                            <property name="name">                                <cstring>uninstallPushButton</cstring>                            </property>                            <property name="text">                                <string>Uninstall Style</string>                            </property>                            <property name="toolTip" stdset="0">                                <string>Click to uninstall the selected Context Browser style.</string>                            </property>                            <property name="whatsThis" stdset="0">                                <string>Uninstall the selected Context Browser style.</string>                            </property>                        </widget>                    </hbox>                </widget>            </vbox>        </widget>        <spacer>            <property name="name">                <cstring>spacer1</cstring>            </property>            <property name="orientation">                <enum>Vertical</enum>            </property>            <property name="sizeType">                <enum>Expanding</enum>            </property>            <property name="sizeHint">                <size>                    <width>20</width>                    <height>30</height>                </size>            </property>        </spacer>    </vbox></widget><connections>    <connection>        <sender>kcfg_UseCustomFonts</sender>        <signal>toggled(bool)</signal>        <receiver>fontGroupBox</receiver>        <slot>setEnabled(bool)</slot>    </connection>    <connection>        <sender>kcfg_SchemeCustom</sender>        <signal>toggled(bool)</signal>        <receiver>customSchemeBox</receiver>        <slot>setEnabled(bool)</slot>    </connection>    <connection>        <sender>installPushButton</sender>        <signal>clicked()</signal>        <receiver>Options2</receiver>        <slot>installPushButton_clicked()</slot>    </connection>    <connection>        <sender>retrievePushButton</sender>        <signal>clicked()</signal>        <receiver>Options2</receiver>        <slot>retrievePushButton_clicked()</slot>    </connection>    <connection>        <sender>uninstallPushButton</sender>        <signal>clicked()</signal>        <receiver>Options2</receiver>        <slot>uninstallPushButton_clicked()</slot>    </connection>    <connection>        <sender>styleComboBox</sender>        <signal>activated(const QString&amp;)</signal>        <receiver>Options2</receiver>        <slot>styleComboBox_activated(const QString&amp;)</slot>    </connection></connections><includes>    <include location="local" impldecl="in implementation">Options2.ui.h</include></includes><slots>    <slot>installPushButton_clicked()</slot>    <slot>retrievePushButton_clicked()</slot>    <slot>uninstallPushButton_clicked()</slot>    <slot>styleComboBox_activated( const QString &amp; s )</slot>    <slot>updateStyleComboBox()</slot></slots><functions>    <function access="private" specifier="non virtual">init()</function></functions><layoutdefaults spacing="6" margin="11"/><includehints>    <includehint>kfontrequester.h</includehint>    <includehint>kfontrequester.h</includehint>    <includehint>kfontrequester.h</includehint>    <includehint>kcolorbutton.h</includehint>    <includehint>kcolorbutton.h</includehint>    <includehint>kcolorbutton.h</includehint>    <includehint>kcombobox.h</includehint></includehints></UI>

⌨️ 快捷键说明

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