TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
musicplaylistquerytablewidget.cpp
Go to the documentation of this file.
2 
5 {
6 
7 }
8 
10 {
11  removeItems();
12 }
13 
15 {
17 }
18 
20 {
21  if(object->metaObject()->indexOfSlot("queryAllFinished()") != -1)
22  {
23  connect(m_networkRequest, SIGNAL(downLoadDataChanged(QString)), object, SLOT(queryAllFinished()));
24  }
25 }
virtual void setQueryInput(MusicAbstractQueryRequest *query)
The class of the query item table widget.
virtual void removeItems() overridefinal
virtual void setQueryInput(MusicAbstractQueryRequest *query) overridefinal
MusicPlaylistQueryTableWidget(QWidget *parent=nullptr)
The class of the abstract query download data from net.
MusicAbstractQueryRequest * m_networkRequest