📄 options4.ui
字号:
<property name="minimumSize"> <size> <width>50</width> <height>0</height> </size> </property> <property name="duplicatesEnabled"> <bool>false</bool> </property> <property name="toolTip" stdset="0"> <string>Select when you want crossfading to occur</string> </property> <property name="whatsThis" stdset="0"> <string>Select when you want crossfading to occur</string> </property> </widget> </vbox> </widget> </hbox> </widget> <spacer row="3" column="0"> <property name="name"> <cstring>spacer76</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Fixed</enum> </property> <property name="sizeHint"> <size> <width>16</width> <height>20</height> </size> </property> </spacer> </grid> </widget> <widget class="QCheckBox" row="2" column="0"> <property name="name"> <cstring>kcfg_FadeoutOnExit</cstring> </property> <property name="text"> <string>Fade out on e&xit</string> </property> <property name="toolTip" stdset="0"> <string>If checked, Amarok will fade out the music on program exit.</string> </property> </widget> <widget class="QCheckBox" row="3" column="0"> <property name="name"> <cstring>kcfg_ResumePlayback</cstring> </property> <property name="text"> <string>&Resume playback on start</string> </property> <property name="toolTip" stdset="0"> <string>If checked, Amarok will<br>resume playback from where you left it the previous session -- just like a tape-player.</string> </property> </widget> <spacer row="4" column="0"> <property name="name"> <cstring>spacer2</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>31</width> <height>30</height> </size> </property> </spacer> <widget class="QButtonGroup" row="1" column="0"> <property name="name"> <cstring>opt_crossfade_2</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>120</height> </size> </property> <property name="frameShape"> <enum>GroupBoxPanel</enum> </property> <property name="frameShadow"> <enum>Sunken</enum> </property> <property name="title"> <string>&Fadeout</string> </property> <property name="whatsThis" stdset="0"> <string><b>Transition Behavior</b><p>During playback, when Amarok transitions between tracks, it can either proceed to the next track instantly (with configurable gap), or crossfade (with configurable fade period).</p></string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QRadioButton" row="0" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>radioButtonNormalPlayback_2</cstring> </property> <property name="text"> <string>No &fadeout</string> </property> <property name="checked"> <bool>true</bool> </property> <property name="toolTip" stdset="0"> <string>Disable fadeout. Music will stop immediately.</string> </property> </widget> <spacer row="2" column="0"> <property name="name"> <cstring>spacer76_2</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Fixed</enum> </property> <property name="sizeHint"> <size> <width>16</width> <height>20</height> </size> </property> </spacer> <widget class="QLayoutWidget" row="2" column="1"> <property name="name"> <cstring>layout9_2</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout7_2</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>fadeoutLengthLabel</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>4</hsizetype> <vsizetype>1</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>150</width> <height>0</height> </size> </property> <property name="text"> <string>Fadeout &duration:</string> </property> <property name="buddy" stdset="0"> <cstring>kcfg_FadeoutLength</cstring> </property> </widget> </vbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout8_2</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QSpinBox"> <property name="name"> <cstring>kcfg_FadeoutLength</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>4</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>50</width> <height>0</height> </size> </property> <property name="suffix"> <string> ms</string> </property> <property name="maxValue"> <number>99999999</number> </property> <property name="minValue"> <number>100</number> </property> <property name="lineStep"> <number>100</number> </property> <property name="value"> <number>100</number> </property> <property name="toolTip" stdset="0"> <string>The length of the fadeout, in milliseconds.</string> </property> </widget> </vbox> </widget> </hbox> </widget> <widget class="QRadioButton" row="1" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>kcfg_Fadeout</cstring> </property> <property name="text"> <string>Fade&out</string> </property> <property name="checked"> <bool>false</bool> </property> <property name="toolTip" stdset="0"> <string>Fade the music out when the Stop button is pressed.</string> </property> </widget> </grid> </widget> </grid></widget><connections> <connection> <sender>radioButtonNormalPlayback</sender> <signal>toggled(bool)</signal> <receiver>kcfg_TrackDelayLength</receiver> <slot>setEnabled(bool)</slot> </connection> <connection> <sender>kcfg_Crossfade</sender> <signal>toggled(bool)</signal> <receiver>kcfg_CrossfadeLength</receiver> <slot>setEnabled(bool)</slot> </connection> <connection> <sender>radioButtonNormalPlayback</sender> <signal>toggled(bool)</signal> <receiver>trackDelayLengthLabel</receiver> <slot>setEnabled(bool)</slot> </connection> <connection> <sender>kcfg_Crossfade</sender> <signal>toggled(bool)</signal> <receiver>crossfadeLengthLabel</receiver> <slot>setEnabled(bool)</slot> </connection> <connection> <sender>kcfg_Crossfade</sender> <signal>toggled(bool)</signal> <receiver>crossfadeDropdownText</receiver> <slot>setEnabled(bool)</slot> </connection> <connection> <sender>kcfg_Crossfade</sender> <signal>toggled(bool)</signal> <receiver>kcfg_CrossfadeType</receiver> <slot>setEnabled(bool)</slot> </connection> <connection> <sender>kcfg_Fadeout</sender> <signal>toggled(bool)</signal> <receiver>fadeoutLengthLabel</receiver> <slot>setEnabled(bool)</slot> </connection> <connection> <sender>kcfg_Fadeout</sender> <signal>toggled(bool)</signal> <receiver>kcfg_FadeoutLength</receiver> <slot>setEnabled(bool)</slot> </connection></connections><layoutdefaults spacing="6" margin="11"/></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -