TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
musiccloudsharedsongwidget.cpp
Go to the documentation of this file.
2 #include "musicwidgetheaders.h"
3 #include "musicrightareawidget.h"
6 
8  : QWidget(parent)
9 {
10  QVBoxLayout *layout = new QVBoxLayout(this);
11  layout->setSpacing(0);
12  layout->setContentsMargins(0, 0, 0, 0);
13 
16 
17  layout->addWidget(m_toolBoxWidget);
18  setLayout(layout);
19 }
20 
22 {
23  delete m_toolBoxWidget;
24  delete m_managerWidget;
25 }
26 
28 {
31 }
static MusicRightAreaWidget * instance()
The class of the cloud manager widget.
MusicCloudSharedSongWidget(QWidget *parent=nullptr)
MusicCloudManagerWidget * m_managerWidget
MusicCloudToolBoxWidget * m_toolBoxWidget
The class of the cloud tool box widget.
void functionClicked(int index, QWidget *widget=nullptr)