TTKMusicPlayer
4.2.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
The class of the setting parameters widget. More...
#include <musicsettingwidget.h>
Public Types | |
enum | Lrc { Lrc::Interior, Lrc::Desktop } |
enum | Proxy { Proxy::Test, Proxy::Apply } |
enum | SettingType { Normal, Hotkey, Download, Spectrum, Other, DesktopLrc, InteriorLrc, SoundEffect, Audio, Network } |
Public Slots | |
void | close () |
void | changeDesktopLrcWidget () |
void | changeInteriorLrcWidget () |
void | changeDownloadWidget () |
![]() | |
void | backgroundChanged () |
virtual int | exec () |
void | show () |
Signals | |
void | parameterSettingChanged () |
Public Member Functions | |
MusicSettingWidget (QWidget *parent=nullptr) | |
~MusicSettingWidget () | |
void | initialize () |
![]() | |
MusicAbstractMoveDialog (QWidget *parent=nullptr) | |
MusicAbstractMoveDialog (bool transparent, QWidget *parent=nullptr) | |
~MusicAbstractMoveDialog () | |
![]() | |
TTKAbstractMoveDialog (QWidget *parent=nullptr) | |
TTKAbstractMoveDialog (bool transparent, QWidget *parent=nullptr) | |
void | drawWindowShadow (bool show) noexcept |
void | blockOption (bool block) noexcept |
Private Member Functions | |
void | initScrollWidgetPage () |
void | initNormalSettingWidget () |
void | initDownloadWidget () |
void | initSpectrumSettingWidget () |
void | initOtherSettingWidget () |
void | initDesktopLrcWidget () |
void | initInteriorLrcWidget () |
void | initSoundEffectWidget () |
void | initAudioSettingWidget () |
void | initNetworkWidget () |
void | selectFunctionTableIndex (int row, int column) |
void | lcrColorValue (Lrc key, const QString &type, QLabel *obj) |
void | lrcColorByDefault (Lrc key, int index) |
void | lrcTransparentValue (Lrc key, int value) const |
bool | setNetworkProxyByType (Proxy type) |
Private Attributes | |
Ui::MusicSettingWidget * | m_ui |
QVector< MusicGlobalHotKeyEdit * > | m_hotKeyEdits |
Additional Inherited Members | |
![]() | |
virtual void | paintEvent (QPaintEvent *event) override |
virtual void | mousePressEvent (QMouseEvent *event) override |
virtual void | mouseMoveEvent (QMouseEvent *event) override |
virtual void | mouseReleaseEvent (QMouseEvent *event) override |
![]() | |
void | setBackgroundPixmap (const QSize &size) |
MusicWidgetRenderer () | |
void | setBackgroundLabel (QLabel *label) noexcept |
![]() | |
QPoint | m_mousePressedAt |
bool | m_blockOption |
bool | m_shadowOption |
bool | m_mouseLeftPressed |
The class of the setting parameters widget.
Definition at line 89 of file musicsettingwidget.h.
|
strong |
Enumerator | |
---|---|
Interior |
lrc interior type |
Desktop |
lrc desktop type |
Definition at line 94 of file musicsettingwidget.h.
|
strong |
Enumerator | |
---|---|
Test |
proxy test type |
Apply |
proxy apply type |
Definition at line 100 of file musicsettingwidget.h.
Definition at line 106 of file musicsettingwidget.h.
|
explicit |
Object constructor.
Definition at line 77 of file musicsettingwidget.cpp.
References clearFunctionTableSelection(), close(), initScrollWidgetPage(), m_hotKeyEdits, m_ui, TTK::UI::PushButtonStyle04, saveParameterSettings(), MusicWidgetRenderer::setBackgroundLabel(), setScrollWidgetPageIndex(), and TTK::UI::ToolButtonStyle04.
MusicSettingWidget::~MusicSettingWidget | ( | ) |
|
slot |
Change to desktop lrc widget.
Definition at line 429 of file musicsettingwidget.cpp.
References selectFunctionTableIndex(), and setScrollWidgetPageIndex().
|
slot |
Change to download widget.
Definition at line 441 of file musicsettingwidget.cpp.
References selectFunctionTableIndex(), and setScrollWidgetPageIndex().
Referenced by MusicRightAreaWidget::changeDownloadCustumWidget().
|
slot |
Change to interior lrc widget.
Definition at line 435 of file musicsettingwidget.cpp.
References selectFunctionTableIndex(), and setScrollWidgetPageIndex().
|
privateslot |
Check current network connection available.
Definition at line 558 of file musicsettingwidget.cpp.
References TTKGenerateSingleWidget.
Referenced by initNetworkWidget().
|
privateslot |
Clear all function tables selection.
Definition at line 320 of file musicsettingwidget.cpp.
References m_ui.
Referenced by MusicSettingWidget(), and selectFunctionTableIndex().
|
slot |
Override close function.
Definition at line 315 of file musicsettingwidget.cpp.
Referenced by MusicSettingWidget(), and saveParameterSettings().
|
privateslot |
Default desktop lrc color change by index.
Definition at line 499 of file musicsettingwidget.cpp.
References Desktop, and lrcColorByDefault().
Referenced by initDesktopLrcWidget().
|
privateslot |
Default lrc color change by index.
Definition at line 457 of file musicsettingwidget.cpp.
References Interior, and lrcColorByDefault().
Referenced by initInteriorLrcWidget().
|
privateslot |
Desktop lrc background change.
Definition at line 494 of file musicsettingwidget.cpp.
References Desktop, lcrColorValue(), and m_ui.
Referenced by initDesktopLrcWidget().
|
privateslot |
Desktop lrc foreground change.
Definition at line 489 of file musicsettingwidget.cpp.
References Desktop, lcrColorValue(), and m_ui.
Referenced by initDesktopLrcWidget().
|
privateslot |
Desktop lrc transparent changed by value.
Definition at line 504 of file musicsettingwidget.cpp.
References Desktop, lrcTransparentValue(), and m_ui.
Referenced by initDesktopLrcWidget().
|
privateslot |
Set clean download cache.
Definition at line 340 of file musicsettingwidget.cpp.
References APPCACHE_DIR_FULL, ART_DIR_FULL, BACKGROUND_DIR_FULL, CACHE_DIR_FULL, MusicAbstractMoveDialog::exec(), MusicToastLabel::popup(), TTK::File::removeRecursively(), and MusicMessageBox::setText().
Referenced by initDownloadWidget().
|
privateslot |
Set select download dir or lrc dir.
Definition at line 384 of file musicsettingwidget.cpp.
References TTK::File::getExistingDirectory(), and m_ui.
Referenced by initDownloadWidget().
|
privateslot |
Set download file name rules.
Definition at line 359 of file musicsettingwidget.cpp.
References m_ui, and MusicRulesAnalysis::rule().
Referenced by initDownloadWidget().
|
privateslot |
Set enable or disable download cache.
Definition at line 373 of file musicsettingwidget.cpp.
References m_ui.
Referenced by initDownloadWidget().
|
privateslot |
Set enable or disable download speed limit.
Definition at line 378 of file musicsettingwidget.cpp.
References m_ui.
Referenced by initDownloadWidget().
|
privateslot |
Music fade in and out changed.
Definition at line 569 of file musicsettingwidget.cpp.
References m_ui.
Referenced by initSoundEffectWidget().
|
privateslot |
File association changed.
Definition at line 327 of file musicsettingwidget.cpp.
References MusicAbstractMoveDialog::exec().
Referenced by initNormalSettingWidget().
|
privateslot |
Set global hotkey box changed.
Definition at line 332 of file musicsettingwidget.cpp.
References m_hotKeyEdits, and qAsConst.
Referenced by initialize(), and initNormalSettingWidget().
|
private |
Init audio setting stack widget.
Definition at line 1066 of file musicsettingwidget.cpp.
References TTK::UI::CheckBoxStyle01, TTK::Widget::generateComboBoxStyle(), m_ui, Qmmp::PCM_S16LE, Qmmp::PCM_S24LE, Qmmp::PCM_S32LE, QmmpSettings::REPLAYGAIN_ALBUM, QmmpSettings::REPLAYGAIN_DISABLED, QmmpSettings::REPLAYGAIN_TRACK, and TTK::UI::SpinBoxStyle01.
Referenced by initScrollWidgetPage().
|
private |
Init desktop lrc stack widget.
Definition at line 956 of file musicsettingwidget.cpp.
References TTK::UI::CheckBoxStyle01, defaultDesktopLrcColorChanged(), desktopBackgroundChanged(), desktopFrontgroundChanged(), desktopLrcTransChanged(), TTK::Widget::generateComboBoxStyle(), m_ui, TTK::UI::PushButtonStyle04, resetDesktopParameter(), showDesktopLrcDemo(), and TTK::UI::SliderStyle06.
Referenced by initScrollWidgetPage().
|
private |
Init download stack widget.
Definition at line 816 of file musicsettingwidget.cpp.
References downloadCacheClean(), downloadDirChanged(), downloadFileNameRuleChanged(), downloadGroupCached(), downloadGroupSpeedLimit(), TTK::Widget::generateComboBoxStyle(), TTK::UI::LineEditStyle01, LRC_DIR_FULL, m_ui, TTK::UI::MenuStyle02, MUSIC_DIR_FULL, TTK::UI::PushButtonStyle04, QtButtonGroupConnect, TTK::UI::RadioButtonStyle01, MusicRulesAnalysis::rules(), serverPluginChanged(), TTK::UI::SpinBoxStyle01, and TTK_SLOT.
Referenced by initScrollWidgetPage().
void MusicSettingWidget::initialize | ( | ) |
Init controller parameter to widget.
Definition at line 143 of file musicsettingwidget.cpp.
References QmmpSettings::bufferSize(), MusicSettingManager::CloseEventMode, MusicSettingManager::CloseNetWorkMode, MusicSettingManager::DLrcBackgroundColor, MusicSettingManager::DLrcColor, MusicSettingManager::DLrcColorTransparent, MusicSettingManager::DLrcFamily, MusicSettingManager::DLrcFrontgroundColor, MusicSettingManager::DLrcSingleLineMode, MusicSettingManager::DLrcSize, MusicSettingManager::DLrcType, MusicSettingManager::DownloadCacheEnable, MusicSettingManager::DownloadCacheSize, MusicSettingManager::DownloadDownloadLimitSize, MusicSettingManager::DownloadFileNameRule, MusicSettingManager::DownloadLimitEnable, MusicSettingManager::DownloadLrcDirPath, MusicSettingManager::DownloadMusicDirPath, MusicSettingManager::DownloadServerIndex, MusicSettingManager::DownloadUploadLimitSize, MusicSettingManager::EnhancedFadeEnable, MusicSettingManager::EnhancedFadeInValue, MusicSettingManager::EnhancedFadeOutValue, MusicSettingManager::FileAssociationMode, G_HOTKEY_PTR, G_SETTING_PTR, globalHotkeyBoxChanged(), MusicSettingManager::HotkeyEnable, MusicSettingManager::HotkeyValue, QmmpSettings::instance(), MusicSettingManager::LanguageIndex, MusicSettingManager::LastPlayIndex, LRC_COLOR_OFFSET, MusicSettingManager::LrcBackgroundColor, MusicSettingManager::LrcColor, MusicSettingManager::LrcColorTransparent, MusicSettingManager::LrcFamily, MusicSettingManager::LrcFrontgroundColor, MusicSettingManager::LrcSize, MusicSettingManager::LrcType, m_hotKeyEdits, m_ui, MusicSettingManager::OtherCheckUpdateEnable, MusicSettingManager::OtherHighDpiScalingEnable, MusicSettingManager::OtherLogTrackEnable, MusicSettingManager::OtherLrcKTVMode, MusicSettingManager::OtherPlaylistAutoSaveEnable, MusicSettingManager::OtherRandomShuffleMode, MusicSettingManager::OtherReadAlbumCover, MusicSettingManager::OtherReadFileInfo, MusicSettingManager::OtherScreenSaverEnable, MusicSettingManager::OtherSideByMode, MusicSettingManager::OtherWriteAlbumCover, MusicSettingManager::OtherWriteFileInfo, QmmpSettings::outputFormat(), TTK::readColorConfig(), QmmpSettings::replayGainDefaultGain(), QmmpSettings::replayGainMode(), QmmpSettings::replayGainPreamp(), QmmpSettings::replayGainPreventClipping(), rippleLowPowerEnableBoxClicked(), MusicSettingManager::RippleLowPowerMode, MusicSettingManager::RippleSpectrumColor, MusicSettingManager::RippleSpectrumEnable, rippleSpectrumEnableClicked(), MusicSettingManager::RippleSpectrumTransparent, TTK::Widget::setComboBoxText(), TTK::Algorithm::sha1(), MusicSettingManager::ShowDesktopLrc, showDesktopLrcDemo(), showInteriorLrcDemo(), MusicSettingManager::StartUpMode, MusicSettingManager::StartUpPlayMode, TTK_NORMAL_LEVEL, TTK_SPLITER, TTK_VERSION_STR, TTK_VERSION_TIME_STR, TTKStaticCast, QmmpSettings::useDithering(), QmmpSettings::useSoftVolume(), QmmpSettings::volumeStep(), and MusicSettingManager::WindowQuitMode.
Referenced by MusicRightAreaWidget::showSettingWidget().
|
private |
Init interior lrc stack widget.
Definition at line 995 of file musicsettingwidget.cpp.
References defaultLrcColorChanged(), TTK::Widget::generateComboBoxStyle(), interiorLrcBackgroundChanged(), interiorLrcFrontgroundChanged(), interiorLrcTransChanged(), m_ui, TTK::UI::PushButtonStyle04, resetInteriorParameter(), showInteriorLrcDemo(), and TTK::UI::SliderStyle06.
Referenced by initScrollWidgetPage().
|
private |
Init network stack widget.
Definition at line 1093 of file musicsettingwidget.cpp.
References checkNetworkConnection(), TTK::Widget::generateComboBoxStyle(), TTK::UI::LineEditStyle01, m_ui, TTK::UI::PushButtonStyle04, setNetworkProxyControl(), testNetworkConnection(), and testNetworkProxy().
Referenced by initScrollWidgetPage().
|
private |
Init normal setting stack widget.
Definition at line 768 of file musicsettingwidget.cpp.
References TTK::UI::CheckBoxStyle01, fileAssociationChanged(), TTK::Widget::generateComboBoxStyle(), globalHotkeyBoxChanged(), m_ui, TTK::UI::PushButtonStyle02, and TTK::UI::RadioButtonStyle01.
Referenced by initScrollWidgetPage().
|
private |
Init other setting stack widget.
Definition at line 921 of file musicsettingwidget.cpp.
References TTK::UI::CheckBoxStyle01, m_ui, otherPluginManagerChanged(), and TTK::UI::PushButtonStyle04.
Referenced by initScrollWidgetPage().
|
private |
Init scroll widget page widget.
Definition at line 721 of file musicsettingwidget.cpp.
References initAudioSettingWidget(), initDesktopLrcWidget(), initDownloadWidget(), initInteriorLrcWidget(), initNetworkWidget(), initNormalSettingWidget(), initOtherSettingWidget(), initSoundEffectWidget(), initSpectrumSettingWidget(), m_ui, SCROLL_ITEM_HEIGHT, scrollWidgetValueChanged(), and selectFunctionTableIndex().
Referenced by MusicSettingWidget().
|
private |
Init sound effect stack widget.
Definition at line 1029 of file musicsettingwidget.cpp.
References TTK::UI::CheckBoxStyle01, fadeInAndOutClicked(), TTK::Widget::generateComboBoxStyle(), MusicApplicationModule::instance(), m_ui, TTK::UI::PushButtonStyle04, TTK::UI::SpinBoxStyle01, and TTK_DN_S2MS.
Referenced by initScrollWidgetPage().
|
private |
Init spectrum setting stack widget.
Definition at line 897 of file musicsettingwidget.cpp.
References TTK::UI::CheckBoxStyle01, m_ui, TTK::UI::PushButtonStyle04, rippleLowPowerEnableBoxClicked(), rippleSpectrumColorChanged(), rippleSpectrumEnableClicked(), rippleSpectrumTransChanged(), rippleVersionUpdateChanged(), and TTK::UI::SliderStyle06.
Referenced by initScrollWidgetPage().
|
privateslot |
Interior lrc background change.
Definition at line 452 of file musicsettingwidget.cpp.
References Interior, lcrColorValue(), and m_ui.
Referenced by initInteriorLrcWidget().
|
privateslot |
Interior lrc foreground change.
Definition at line 447 of file musicsettingwidget.cpp.
References Interior, lcrColorValue(), and m_ui.
Referenced by initInteriorLrcWidget().
|
privateslot |
Interior lrc transparent changed by value.
Definition at line 462 of file musicsettingwidget.cpp.
References Interior, lrcTransparentValue(), and m_ui.
Referenced by initInteriorLrcWidget().
Set lrc color value by type and value type.
Definition at line 1137 of file musicsettingwidget.cpp.
References MusicLrcColorWidget::colors(), MusicAbstractMoveDialog::exec(), Interior, m_ui, MusicLrcColorWidget::setColors(), showDesktopLrcDemo(), showInteriorLrcDemo(), TTK_NORMAL_LEVEL, and TTKObjectCast.
Referenced by desktopBackgroundChanged(), desktopFrontgroundChanged(), interiorLrcBackgroundChanged(), and interiorLrcFrontgroundChanged().
Set lrc default color by type and index.
Definition at line 1155 of file musicsettingwidget.cpp.
References Interior, LRC_COLOR_OFFSET, MusicLrcColor::m_backColor, MusicLrcColor::m_frontColor, m_ui, TTK::mapIndexToColor(), showDesktopLrcDemo(), showInteriorLrcDemo(), and TTKStaticCast.
Referenced by defaultDesktopLrcColorChanged(), and defaultLrcColorChanged().
Set lrc transparent by type and value.
Definition at line 1178 of file musicsettingwidget.cpp.
References Interior, m_ui, MusicPreviewLabel::setLinearGradient(), and MusicPreviewLabel::setTransparent().
Referenced by desktopLrcTransChanged(), and interiorLrcTransChanged().
|
privateslot |
Plugin manager changed.
Definition at line 424 of file musicsettingwidget.cpp.
References MusicAbstractMoveDialog::exec().
Referenced by initOtherSettingWidget().
|
signal |
Parameters setting changed.
Referenced by saveParameterSettings().
|
privateslot |
Reset desktop parameter.
Definition at line 522 of file musicsettingwidget.cpp.
References m_ui.
Referenced by initDesktopLrcWidget().
|
privateslot |
Reset interior parameter.
Definition at line 480 of file musicsettingwidget.cpp.
References m_ui.
Referenced by initInteriorLrcWidget().
|
privateslot |
Ripple low power mode enable changed.
Definition at line 418 of file musicsettingwidget.cpp.
References m_ui, and rippleSpectrumEnableClicked().
Referenced by initialize(), and initSpectrumSettingWidget().
|
privateslot |
Ripple spectrum color changed.
Definition at line 398 of file musicsettingwidget.cpp.
References m_ui.
Referenced by initSpectrumSettingWidget().
|
privateslot |
Ripple spectrum enable changed.
Definition at line 412 of file musicsettingwidget.cpp.
References m_ui.
Referenced by initialize(), initSpectrumSettingWidget(), and rippleLowPowerEnableBoxClicked().
|
privateslot |
Ripple spectrum transparent changed by value.
Definition at line 407 of file musicsettingwidget.cpp.
References m_ui.
Referenced by initSpectrumSettingWidget().
|
privateslot |
Version update check changed.
Definition at line 393 of file musicsettingwidget.cpp.
References MusicSourceUpdateWidget::exec().
Referenced by initSpectrumSettingWidget().
|
privateslot |
Save the parameter setting results.
Definition at line 575 of file musicsettingwidget.cpp.
References Apply, close(), MusicSettingManager::CloseEventMode, MusicSettingManager::DLrcBackgroundColor, MusicSettingManager::DLrcColor, MusicSettingManager::DLrcColorTransparent, MusicSettingManager::DLrcFamily, MusicSettingManager::DLrcFrontgroundColor, MusicSettingManager::DLrcSingleLineMode, MusicSettingManager::DLrcSize, MusicSettingManager::DLrcType, MusicSettingManager::DownloadCacheEnable, MusicSettingManager::DownloadCacheSize, MusicSettingManager::DownloadDownloadLimitSize, MusicSettingManager::DownloadFileNameRule, MusicSettingManager::DownloadLimitEnable, MusicSettingManager::DownloadLrcDirPath, MusicSettingManager::DownloadMusicDirPath, MusicSettingManager::DownloadServerIndex, MusicSettingManager::DownloadUploadLimitSize, MusicSettingManager::EnhancedFadeEnable, MusicSettingManager::EnhancedFadeInValue, MusicSettingManager::EnhancedFadeOutValue, MusicAbstractMoveDialog::exec(), MusicSettingManager::FileAssociationMode, G_HOTKEY_PTR, G_NETWORK_PTR, G_SETTING_PTR, MusicSettingManager::HotkeyEnable, MusicSettingManager::HotkeyValue, QmmpSettings::instance(), MusicSettingManager::LanguageIndex, MusicSettingManager::LastPlayIndex, LRC_COLOR_OFFSET, MusicSettingManager::LrcBackgroundColor, MusicSettingManager::LrcColor, MusicSettingManager::LrcColorTransparent, MusicSettingManager::LrcFamily, MusicSettingManager::LrcFrontgroundColor, MusicSettingManager::LrcSize, MusicSettingManager::LrcType, m_hotKeyEdits, m_ui, MusicSettingManager::OtherCheckUpdateEnable, MusicSettingManager::OtherHighDpiScalingEnable, MusicSettingManager::OtherLogTrackEnable, MusicSettingManager::OtherLrcKTVMode, MusicSettingManager::OtherPlaylistAutoSaveEnable, MusicSettingManager::OtherRandomShuffleMode, MusicSettingManager::OtherReadAlbumCover, MusicSettingManager::OtherReadFileInfo, MusicSettingManager::OtherScreenSaverEnable, MusicSettingManager::OtherSideByMode, MusicSettingManager::OtherWriteAlbumCover, MusicSettingManager::OtherWriteFileInfo, parameterSettingChanged(), MusicSettingManager::RippleLowPowerMode, MusicSettingManager::RippleSpectrumColor, MusicSettingManager::RippleSpectrumEnable, MusicSettingManager::RippleSpectrumTransparent, QmmpSettings::setAudioSettings(), QmmpSettings::setBufferSize(), setNetworkProxyByType(), QmmpSettings::setReplayGainSettings(), MusicMessageBox::setText(), QmmpSettings::setVolumeStep(), MusicSettingManager::ShowDesktopLrc, MusicSettingManager::StartUpMode, MusicSettingManager::StartUpPlayMode, TTK_SPLITER, TTKStaticCast, MusicSettingManager::WindowQuitMode, and TTK::writeColorConfig().
Referenced by MusicSettingWidget().
|
privateslot |
Scroll widget index changed.
Definition at line 704 of file musicsettingwidget.cpp.
References SCROLL_ITEM_HEIGHT, and selectFunctionTableIndex().
Referenced by initScrollWidgetPage().
Select function table index.
Definition at line 1125 of file musicsettingwidget.cpp.
References clearFunctionTableSelection(), and m_ui.
Referenced by changeDesktopLrcWidget(), changeDownloadWidget(), changeInteriorLrcWidget(), initScrollWidgetPage(), and scrollWidgetValueChanged().
|
privateslot |
Server plugin manager changed.
Definition at line 368 of file musicsettingwidget.cpp.
References MusicAbstractMoveDialog::exec().
Referenced by initDownloadWidget().
|
private |
Set network proxy by type.
Definition at line 1196 of file musicsettingwidget.cpp.
References Apply, MusicNetworkProxy::applyProxy(), m_ui, MusicToastLabel::popup(), MusicNetworkProxy::setHostName(), MusicNetworkProxy::setPassword(), MusicNetworkProxy::setPort(), MusicNetworkProxy::setType(), MusicNetworkProxy::setUser(), Test, MusicNetworkProxy::testProxy(), and testProxyStateChanged().
Referenced by saveParameterSettings(), and testNetworkProxy().
|
privateslot |
Set network proxy control enabled or not.
Definition at line 531 of file musicsettingwidget.cpp.
References m_ui.
Referenced by initNetworkWidget().
|
privateslot |
Set scroll widget page index.
Definition at line 699 of file musicsettingwidget.cpp.
References m_ui, and SCROLL_ITEM_HEIGHT.
Referenced by changeDesktopLrcWidget(), changeDownloadWidget(), changeInteriorLrcWidget(), and MusicSettingWidget().
|
privateslot |
Show desktop lrc preview.
Definition at line 510 of file musicsettingwidget.cpp.
References MusicPreviewLabelItem::m_background, MusicPreviewLabelItem::m_family, MusicPreviewLabelItem::m_frontground, MusicPreviewLabelItem::m_size, MusicPreviewLabelItem::m_type, and m_ui.
Referenced by initDesktopLrcWidget(), initialize(), lcrColorValue(), and lrcColorByDefault().
|
privateslot |
Show interior lrc preview.
Definition at line 468 of file musicsettingwidget.cpp.
References MusicPreviewLabelItem::m_background, MusicPreviewLabelItem::m_family, MusicPreviewLabelItem::m_frontground, MusicPreviewLabelItem::m_size, MusicPreviewLabelItem::m_type, and m_ui.
Referenced by initialize(), initInteriorLrcWidget(), lcrColorValue(), and lrcColorByDefault().
|
privateslot |
Test current network connection available.
Definition at line 551 of file musicsettingwidget.cpp.
References MusicNetworkOperator::startToRequest(), and testNetworkConnectionStateChanged().
Referenced by initNetworkWidget().
|
privateslot |
Test current network connection available changed.
Definition at line 563 of file musicsettingwidget.cpp.
References m_ui.
Referenced by testNetworkConnection().
|
privateslot |
Test current proxy available.
Definition at line 541 of file musicsettingwidget.cpp.
References setNetworkProxyByType(), and Test.
Referenced by initNetworkWidget().
|
privateslot |
Test current proxy available changed.
Definition at line 546 of file musicsettingwidget.cpp.
References MusicToastLabel::popup().
Referenced by setNetworkProxyByType().
|
private |
Definition at line 384 of file musicsettingwidget.h.
Referenced by globalHotkeyBoxChanged(), initialize(), MusicSettingWidget(), and saveParameterSettings().
|
private |
Definition at line 382 of file musicsettingwidget.h.
Referenced by clearFunctionTableSelection(), desktopBackgroundChanged(), desktopFrontgroundChanged(), desktopLrcTransChanged(), downloadDirChanged(), downloadFileNameRuleChanged(), downloadGroupCached(), downloadGroupSpeedLimit(), fadeInAndOutClicked(), initAudioSettingWidget(), initDesktopLrcWidget(), initDownloadWidget(), initialize(), initInteriorLrcWidget(), initNetworkWidget(), initNormalSettingWidget(), initOtherSettingWidget(), initScrollWidgetPage(), initSoundEffectWidget(), initSpectrumSettingWidget(), interiorLrcBackgroundChanged(), interiorLrcFrontgroundChanged(), interiorLrcTransChanged(), lcrColorValue(), lrcColorByDefault(), lrcTransparentValue(), MusicSettingWidget(), resetDesktopParameter(), resetInteriorParameter(), rippleLowPowerEnableBoxClicked(), rippleSpectrumColorChanged(), rippleSpectrumEnableClicked(), rippleSpectrumTransChanged(), saveParameterSettings(), selectFunctionTableIndex(), setNetworkProxyByType(), setNetworkProxyControl(), setScrollWidgetPageIndex(), showDesktopLrcDemo(), showInteriorLrcDemo(), testNetworkConnectionStateChanged(), and ~MusicSettingWidget().