TTKMusicPlayer
4.1.3.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) |
void | blockOption (bool block) |
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 |
Additional Inherited Members | |
![]() | |
void | setBackgroundPixmap (const QSize &size) |
MusicWidgetRenderer () | |
void | setBackgroundLabel (QLabel *label) |
The class of the setting parameters widget.
Definition at line 88 of file musicsettingwidget.h.
|
strong |
Enumerator | |
---|---|
Interior |
lrc interior type |
Desktop |
lrc desktop type |
Definition at line 93 of file musicsettingwidget.h.
|
strong |
Enumerator | |
---|---|
Test |
proxy test type |
Apply |
proxy apply type |
Definition at line 99 of file musicsettingwidget.h.
Definition at line 105 of file musicsettingwidget.h.
|
explicit |
Object constructor.
Definition at line 77 of file musicsettingwidget.cpp.
References clearFunctionTableSelection(), close(), initScrollWidgetPage(), m_ui, TTK::UI::PushButtonStyle04, saveParameterSettings(), MusicWidgetRenderer::setBackgroundLabel(), setScrollWidgetPageIndex(), and TTK::UI::ToolButtonStyle04.
MusicSettingWidget::~MusicSettingWidget | ( | ) |
|
slot |
Change to desktop lrc widget.
Definition at line 426 of file musicsettingwidget.cpp.
References selectFunctionTableIndex(), and setScrollWidgetPageIndex().
|
slot |
Change to download widget.
Definition at line 438 of file musicsettingwidget.cpp.
References selectFunctionTableIndex(), and setScrollWidgetPageIndex().
Referenced by MusicRightAreaWidget::changeDownloadCustumWidget().
|
slot |
Change to interior lrc widget.
Definition at line 432 of file musicsettingwidget.cpp.
References selectFunctionTableIndex(), and setScrollWidgetPageIndex().
|
privateslot |
Check current network connection available.
Definition at line 555 of file musicsettingwidget.cpp.
References TTKGenerateSingleWidget.
Referenced by initNetworkWidget().
|
privateslot |
Clear all function tables selection.
Definition at line 318 of file musicsettingwidget.cpp.
References m_ui.
Referenced by MusicSettingWidget(), and selectFunctionTableIndex().
|
slot |
Override close function.
Definition at line 313 of file musicsettingwidget.cpp.
Referenced by MusicSettingWidget(), and saveParameterSettings().
|
privateslot |
Default desktop lrc color change by index.
Definition at line 496 of file musicsettingwidget.cpp.
References Desktop, and lrcColorByDefault().
Referenced by initDesktopLrcWidget().
|
privateslot |
Default lrc color change by index.
Definition at line 454 of file musicsettingwidget.cpp.
References Interior, and lrcColorByDefault().
Referenced by initInteriorLrcWidget().
|
privateslot |
Desktop lrc background change.
Definition at line 491 of file musicsettingwidget.cpp.
References Desktop, lcrColorValue(), and m_ui.
Referenced by initDesktopLrcWidget().
|
privateslot |
Desktop lrc foreground change.
Definition at line 486 of file musicsettingwidget.cpp.
References Desktop, lcrColorValue(), and m_ui.
Referenced by initDesktopLrcWidget().
|
privateslot |
Desktop lrc transparent changed by value.
Definition at line 501 of file musicsettingwidget.cpp.
References Desktop, lrcTransparentValue(), and m_ui.
Referenced by initDesktopLrcWidget().
|
privateslot |
Set clean download cache.
Definition at line 342 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 381 of file musicsettingwidget.cpp.
References TTK::File::getExistingDirectory(), and m_ui.
Referenced by initDownloadWidget().
|
privateslot |
Set download file name rules.
Definition at line 361 of file musicsettingwidget.cpp.
References m_ui, and MusicRulesAnalysis::rule().
Referenced by initDownloadWidget().
|
privateslot |
Set enable or disable download cache.
Definition at line 370 of file musicsettingwidget.cpp.
References m_ui.
Referenced by initDownloadWidget().
|
privateslot |
Set enable or disable download speed limit.
Definition at line 375 of file musicsettingwidget.cpp.
References m_ui.
Referenced by initDownloadWidget().
|
privateslot |
Music fade in and out changed.
Definition at line 566 of file musicsettingwidget.cpp.
References m_ui.
Referenced by initSoundEffectWidget().
|
privateslot |
File association changed.
Definition at line 325 of file musicsettingwidget.cpp.
References MusicAbstractMoveDialog::exec().
Referenced by initNormalSettingWidget().
|
privateslot |
Set global hotkey box changed.
Definition at line 330 of file musicsettingwidget.cpp.
References m_ui.
Referenced by initialize(), and initNormalSettingWidget().
|
private |
Init audio setting stack widget.
Definition at line 1063 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 953 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 817 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(), TTK::UI::SpinBoxStyle01, and TTK_SLOT.
Referenced by initScrollWidgetPage().
void MusicSettingWidget::initialize | ( | ) |
Init controller parameter to widget.
Definition at line 138 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_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 992 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 1090 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 769 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 918 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 722 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 1026 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 894 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 449 of file musicsettingwidget.cpp.
References Interior, lcrColorValue(), and m_ui.
Referenced by initInteriorLrcWidget().
|
privateslot |
Interior lrc foreground change.
Definition at line 444 of file musicsettingwidget.cpp.
References Interior, lcrColorValue(), and m_ui.
Referenced by initInteriorLrcWidget().
|
privateslot |
Interior lrc transparent changed by value.
Definition at line 459 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 1134 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 1152 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 1175 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 421 of file musicsettingwidget.cpp.
References MusicAbstractMoveDialog::exec().
Referenced by initOtherSettingWidget().
|
signal |
Parameters setting changed.
Referenced by saveParameterSettings().
|
privateslot |
Reset desktop parameter.
Definition at line 519 of file musicsettingwidget.cpp.
References m_ui.
Referenced by initDesktopLrcWidget().
|
privateslot |
Reset interior parameter.
Definition at line 477 of file musicsettingwidget.cpp.
References m_ui.
Referenced by initInteriorLrcWidget().
|
privateslot |
Ripple low power mode enable changed.
Definition at line 415 of file musicsettingwidget.cpp.
References m_ui, and rippleSpectrumEnableClicked().
Referenced by initialize(), and initSpectrumSettingWidget().
|
privateslot |
Ripple spectrum color changed.
Definition at line 395 of file musicsettingwidget.cpp.
References m_ui.
Referenced by initSpectrumSettingWidget().
|
privateslot |
Ripple spectrum enable changed.
Definition at line 409 of file musicsettingwidget.cpp.
References m_ui.
Referenced by initialize(), initSpectrumSettingWidget(), and rippleLowPowerEnableBoxClicked().
|
privateslot |
Ripple spectrum transparent changed by value.
Definition at line 404 of file musicsettingwidget.cpp.
References m_ui.
Referenced by initSpectrumSettingWidget().
|
privateslot |
Version update check changed.
Definition at line 390 of file musicsettingwidget.cpp.
References MusicSourceUpdateWidget::exec().
Referenced by initSpectrumSettingWidget().
|
privateslot |
Save the parameter setting results.
Definition at line 572 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_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 705 of file musicsettingwidget.cpp.
References SCROLL_ITEM_HEIGHT, and selectFunctionTableIndex().
Referenced by initScrollWidgetPage().
Select function table index.
Definition at line 1122 of file musicsettingwidget.cpp.
References clearFunctionTableSelection(), and m_ui.
Referenced by changeDesktopLrcWidget(), changeDownloadWidget(), changeInteriorLrcWidget(), initScrollWidgetPage(), and scrollWidgetValueChanged().
|
private |
Set network proxy by type.
Definition at line 1193 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 528 of file musicsettingwidget.cpp.
References m_ui.
Referenced by initNetworkWidget().
|
privateslot |
Set scroll widget page index.
Definition at line 700 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 507 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 465 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 548 of file musicsettingwidget.cpp.
References MusicNetworkOperator::startToRequest(), and testNetworkConnectionStateChanged().
Referenced by initNetworkWidget().
|
privateslot |
Test current network connection available changed.
Definition at line 560 of file musicsettingwidget.cpp.
References m_ui.
Referenced by testNetworkConnection().
|
privateslot |
Test current proxy available.
Definition at line 538 of file musicsettingwidget.cpp.
References setNetworkProxyByType(), and Test.
Referenced by initNetworkWidget().
|
privateslot |
Test current proxy available changed.
Definition at line 543 of file musicsettingwidget.cpp.
References MusicToastLabel::popup().
Referenced by setNetworkProxyByType().
|
private |
Definition at line 377 of file musicsettingwidget.h.
Referenced by clearFunctionTableSelection(), desktopBackgroundChanged(), desktopFrontgroundChanged(), desktopLrcTransChanged(), downloadDirChanged(), downloadFileNameRuleChanged(), downloadGroupCached(), downloadGroupSpeedLimit(), fadeInAndOutClicked(), globalHotkeyBoxChanged(), 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().