2 #include "ui_musicapplication.h"
18 m_stackedWidget(nullptr),
19 m_localSharedSongWidget(nullptr),
20 m_cloudSharedSongWidget(nullptr)
52 ui->previousButton->setCursor(QCursor(Qt::PointingHandCursor));
53 ui->playButton->setCursor(QCursor(Qt::PointingHandCursor));
54 ui->nextButton->setCursor(QCursor(Qt::PointingHandCursor));
55 ui->soundButton->setCursor(QCursor(Qt::PointingHandCursor));
56 ui->bestLoveButton->setCursor(QCursor(Qt::PointingHandCursor));
57 ui->desktopLrcButton->setCursor(QCursor(Qt::PointingHandCursor));
58 ui->playModeButton->setCursor(QCursor(Qt::PointingHandCursor));
59 ui->downloadButton->setCursor(QCursor(Qt::PointingHandCursor));
60 ui->moreFunctionButton->setCursor(QCursor(Qt::PointingHandCursor));
62 ui->windowClose->setToolTip(tr(
"Close"));
63 ui->playButton->setToolTip(tr(
"Play"));
64 ui->previousButton->setToolTip(tr(
"Previous"));
65 ui->nextButton->setToolTip(tr(
"Next"));
66 ui->bestLoveButton->setToolTip(tr(
"Best Love"));
67 ui->downloadButton->setToolTip(tr(
"Download"));
68 ui->moreFunctionButton->setToolTip(tr(
"More"));
69 ui->desktopLrcButton->setToolTip(tr(
"Show Desktop Lrc"));
70 ui->playModeButton->setToolTip(tr(
"Play Mode"));
80 connect(ui->enhancedButton, SIGNAL(enhancedSongChanged(
int)), ui->timeSliderWidget, SLOT(setSliderStyleByType(
int)));
115 m_ui->songsContainer->start(0, 0);
142 m_ui->songsContainer->start(0, 1);
170 m_ui->songsContainer->start(0, 1);
185 m_ui->songsContainer->start(0, 1);
200 m_ui->songsContainer->start(0, 1);
215 if(
m_ui->lrcForInterior->lrcDisplayExpand())
static MusicApplication * instance()
static constexpr const char * BtnUnDownload
QString containsDownloadMedia(bool &contains) const
static constexpr const char * BtnPlay
static constexpr const char * BtnMore
static constexpr const char * BtnDownload
static constexpr const char * BtnDKLrc
static constexpr const char * BtnPrevious
static constexpr const char * BtnLove
static constexpr const char * BtnNext
static constexpr const char * BtnUnLove
#define LEFT_SIDE_WIDTH_MIN