📄 options4.ui
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>Options4</class><widget class="QWidget"> <property name="name"> <cstring>Options4</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>455</width> <height>447</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>Options4</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QButtonGroup" row="0" column="0"> <property name="name"> <cstring>opt_crossfade</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>180</height> </size> </property> <property name="frameShape"> <enum>GroupBoxPanel</enum> </property> <property name="frameShadow"> <enum>Sunken</enum> </property> <property name="title"> <string>&Transition</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</cstring> </property> <property name="text"> <string>&No crossfading</string> </property> <property name="checked"> <bool>true</bool> </property> <property name="toolTip" stdset="0"> <string>Enable normal track transition. You may insert a gap of silence between tracks.</string> </property> </widget> <widget class="QLayoutWidget" row="1" column="1"> <property name="name"> <cstring>layout11</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>trackDelayLengthLabel</cstring> </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>Insert &gap:</string> </property> <property name="buddy" stdset="0"> <cstring>kcfg_TrackDelayLength</cstring> </property> </widget> <widget class="QSpinBox"> <property name="name"> <cstring>kcfg_TrackDelayLength</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>3</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>160</width> <height>0</height> </size> </property> <property name="suffix"> <string> ms</string> </property> <property name="maxValue"> <number>10000</number> </property> <property name="lineStep"> <number>100</number> </property> <property name="value"> <number>0</number> </property> <property name="toolTip" stdset="0"> <string>Silence between tracks, in milliseconds.</string> </property> </widget> </hbox> </widget> <widget class="QRadioButton" row="2" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>kcfg_Crossfade</cstring> </property> <property name="text"> <string>&Crossfading</string> </property> <property name="checked"> <bool>false</bool> </property> <property name="toolTip" stdset="0"> <string>Enable crossfading between tracks.</string> </property> </widget> <widget class="QLayoutWidget" row="3" column="1"> <property name="name"> <cstring>layout9</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout7</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>crossfadeLengthLabel</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>Crosso&ver duration:</string> </property> <property name="buddy" stdset="0"> <cstring>kcfg_CrossfadeLength</cstring> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>crossfadeDropdownText</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>Crossfa&de:</string> </property> <property name="buddy" stdset="0"> <cstring>kcfg_CrossfadeType</cstring> </property> </widget> </vbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout8</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QSpinBox"> <property name="name"> <cstring>kcfg_CrossfadeLength</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 crossfade between tracks, in milliseconds.</string> </property> </widget> <widget class="QComboBox"> <item> <property name="text"> <string>Always</string> </property> </item> <item> <property name="text"> <string>On Automatic Track Change Only</string> </property> </item> <item> <property name="text"> <string>On Manual Track Change Only</string> </property> </item> <property name="name"> <cstring>kcfg_CrossfadeType</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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -