1 #ifndef MUSICSETTINGWIDGET_H
2 #define MUSICSETTINGWIDGET_H
66 void addCellItems(
int index,
const MusicFunctionItemList &items);
72 void currentIndexChanged(
int index);
138 void parameterSettingChanged();
149 void changeDesktopLrcWidget();
153 void changeInteriorLrcWidget();
157 void changeDownloadWidget();
163 void clearFunctionTableSelection();
167 void fileAssociationChanged();
171 void globalHotkeyBoxChanged(
bool state);
176 void downloadCacheClean();
180 void downloadFileNameRuleChanged(QAction *action);
184 void serverPluginChanged();
188 void downloadGroupCached(
int index);
192 void downloadGroupSpeedLimit(
int index);
196 void downloadDirChanged(
int index);
201 void rippleVersionUpdateChanged();
205 void rippleSpectrumColorChanged();
209 void rippleSpectrumTransChanged(
int value);
213 void rippleSpectrumEnableClicked(
bool state);
217 void rippleLowPowerEnableBoxClicked(
bool state);
221 void otherPluginManagerChanged();
226 void interiorLrcFrontgroundChanged();
230 void interiorLrcBackgroundChanged();
234 void defaultLrcColorChanged(
int value);
238 void interiorLrcTransChanged(
int value);
242 void showInteriorLrcDemo();
246 void resetInteriorParameter();
251 void desktopFrontgroundChanged();
255 void desktopBackgroundChanged();
259 void defaultDesktopLrcColorChanged(
int value);
263 void desktopLrcTransChanged(
int value);
267 void showDesktopLrcDemo();
271 void resetDesktopParameter();
276 void setNetworkProxyControl(
int enable);
280 void testNetworkProxy();
284 void testProxyStateChanged(
bool state);
288 void testNetworkConnection();
292 void checkNetworkConnection();
296 void testNetworkConnectionStateChanged(
const QString &
name);
301 void fadeInAndOutClicked(
bool state);
306 void saveParameterSettings();
312 void setScrollWidgetPageIndex(
int index);
316 void scrollWidgetValueChanged(
int value);
322 void initScrollWidgetPage();
326 void initNormalSettingWidget();
330 void initDownloadWidget();
334 void initSpectrumSettingWidget();
338 void initOtherSettingWidget();
342 void initDesktopLrcWidget();
346 void initInteriorLrcWidget();
350 void initSoundEffectWidget();
354 void initAudioSettingWidget();
358 void initNetworkWidget();
364 void selectFunctionTableIndex(
int row,
int column);
368 void lcrColorValue(Lrc
key,
const QString &type, QLabel *obj);
372 void lrcColorByDefault(Lrc
key,
int index);
376 void lrcTransparentValue(Lrc
key,
int value)
const;
380 bool setNetworkProxyByType(Proxy type);
388 #endif // MUSICSETTINGWIDGET_H
#define TTK_MODULE_EXPORT
The class of the global hotKey lineEdit.
MusicFunctionItem(const QString &icon, const QString &name) noexcept
The class of the function tool item.
static constexpr wchar_t key[]
#define TTK_DECLARE_MODULE(Class)
The class of the moving dialog base.