TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
musiclrccommentswidget.cpp
Go to the documentation of this file.
4 
6  : MusicCommentsWidget(parent)
7 {
8  connect(G_BACKGROUND_PTR, SIGNAL(artistChanged()), SLOT(close()));
9 }
10 
12 {
14 
15  m_networkRequest = G_DOWNLOAD_QUERY_PTR->makeSongCommentRequest(this);
17 }
18 
19 void MusicLrcCommentsWidget::wheelEvent(QWheelEvent *event)
20 {
21  Q_UNUSED(event);
22 }
The class of the song comment widget.
The class of the search result data item.
void createCommentItem(const MusicResultDataItem &item)
virtual void initialize(bool isPain)
#define G_BACKGROUND_PTR
MusicLrcCommentsWidget(QWidget *parent=nullptr)
MusicCommentsRequest * m_networkRequest
#define G_DOWNLOAD_QUERY_PTR
virtual void initialize(bool isPain) overridefinal
virtual void wheelEvent(QWheelEvent *event) overridefinal