9 #define ROOT_PATH APPBACKUP_DIR_FULL + "playlist/"
16 QHeaderView *headerView = horizontalHeader();
17 headerView->resizeSection(0, 372);
18 headerView->resizeSection(1, 45);
20 connect(
this, SIGNAL(cellDoubleClicked(
int,
int)), SLOT(
itemDoubleClicked(
int,
int)));
30 setRowCount(songs.count());
32 QHeaderView *headerView = horizontalHeader();
33 for(
int i = 0; i < songs.count(); ++i)
37 QTableWidgetItem *item =
new QTableWidgetItem;
38 item->setToolTip(v.
name());
44 item =
new QTableWidgetItem(v.
duration());
61 const QString &path =
m_songs->at(currentRow()).path();
67 MusicAbstractSongsListTableWidget::contextMenuEvent(event);
71 menu.addAction(QIcon(
":/contextMenu/btn_play"), tr(
"Play"),
this, SLOT(
playClicked()));
78 menu.addAction(QIcon(
":/contextMenu/btn_local_file"), tr(
"Open File Dir"),
this, SLOT(
openFileDir()))->setEnabled(status);
79 menu.addAction(QIcon(
":/contextMenu/btn_ablum"), tr(
"Ablum"),
this, SLOT(
showAlbumQueryWidget()));
82 menu.exec(QCursor::pos());
92 QVBoxLayout *layout =
new QVBoxLayout(
this);
93 layout->setSpacing(0);
94 layout->setContentsMargins(0, 0, 0, 0);
96 QWidget *mainWidget =
new QWidget(
this);
97 QVBoxLayout *mainLayout =
new QVBoxLayout(mainWidget);
98 mainLayout->setSpacing(0);
99 mainLayout->setContentsMargins(0, 0, 0, 0);
100 mainWidget->setLayout(mainLayout);
101 layout->addWidget(mainWidget);
104 QWidget *topWidget =
new QWidget(mainWidget);
105 topWidget->setFixedHeight(60);
106 QHBoxLayout *topWidgetLayout =
new QHBoxLayout(topWidget);
107 topWidgetLayout->setContentsMargins(15, 10, 20, 10);
109 QLabel *pLabel =
new QLabel(tr(
"Playlist Backup"), topWidget);
110 QFont pLabelFont = pLabel->font();
111 pLabelFont.setPixelSize(20);
112 pLabel->setFont(pLabelFont);
115 QLabel *iLabel =
new QLabel(tr(
"Automatically backup your music"), topWidget);
116 QFont iLabelFont = iLabel->font();
117 iLabelFont.setPixelSize(15);
118 iLabel->setFont(iLabelFont);
121 QPushButton *exportButton =
new QPushButton(topWidget);
122 exportButton->setIcon(QIcon(
":/toolSets/btn_detect_download_normal"));
123 exportButton->setCursor(QCursor(Qt::PointingHandCursor));
125 exportButton->setFixedSize(25, 25);
135 topWidgetLayout->addWidget(pLabel);
136 topWidgetLayout->addWidget(iLabel);
137 topWidgetLayout->addStretch(1);
138 topWidgetLayout->addWidget(exportButton);
141 topWidget->setLayout(topWidgetLayout);
142 mainLayout->addWidget(topWidget);
144 QFrame *frame =
new QFrame(mainWidget);
145 frame->setFixedHeight(1);
146 frame->setFrameShape(QFrame::HLine);
147 frame->setFrameShadow(QFrame::Plain);
149 mainLayout->addWidget(frame);
151 QWidget *functionWidget =
new QWidget(mainWidget);
152 QHBoxLayout *functionWidgetLayout =
new QHBoxLayout(functionWidget);
153 functionWidgetLayout->setContentsMargins(10, 0, 10, 0);
154 functionWidget->setLayout(functionWidgetLayout);
155 mainLayout->addWidget(functionWidget);
157 QWidget *listWidget =
new QWidget(functionWidget);
158 listWidget->setFixedWidth(200);
159 QHBoxLayout *listWidgetLayout =
new QHBoxLayout(listWidget);
160 listWidgetLayout->setContentsMargins(0, 10, 0, 10);
161 listWidget->setLayout(listWidgetLayout);
166 m_listWidget->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
169 QFrame *hFrame =
new QFrame(functionWidget);
170 hFrame->setFixedWidth(1);
171 hFrame->setFrameShape(QFrame::VLine);
172 hFrame->setFrameShadow(QFrame::Plain);
175 QWidget *containerWidget =
new QWidget(functionWidget);
176 QVBoxLayout *containerWidgetLayout =
new QVBoxLayout(containerWidget);
177 containerWidgetLayout->setContentsMargins(10, 10, 10, 10);
178 containerWidget->setLayout(containerWidgetLayout);
180 functionWidgetLayout->addWidget(listWidget);
181 functionWidgetLayout->addWidget(hFrame);
182 functionWidgetLayout->addWidget(containerWidget);
184 QWidget *containerTopWidget =
new QWidget(containerWidget);
185 containerTopWidget->setFixedHeight(30);
188 containerWidgetLayout->addWidget(containerTopWidget);
191 QHBoxLayout *containerTopWidgetLayout =
new QHBoxLayout(containerTopWidget);
192 containerTopWidgetLayout->setContentsMargins(0, 0, 0, 0);
193 containerTopWidget->setLayout(containerTopWidgetLayout);
195 QFrame *blueFrame =
new QFrame(containerTopWidget);
196 blueFrame->setFixedWidth(3);
197 blueFrame->setFrameShape(QFrame::VLine);
198 blueFrame->setFrameShadow(QFrame::Plain);
203 pLabelFont.setPixelSize(16);
206 QPushButton *restoreButton =
new QPushButton(tr(
"Restore"), containerTopWidget);
208 restoreButton->setCursor(QCursor(Qt::PointingHandCursor));
209 restoreButton->setFixedSize(84, 26);
211 containerTopWidgetLayout->addWidget(blueFrame);
213 containerTopWidgetLayout->addStretch(1);
214 containerTopWidgetLayout->addWidget(restoreButton);
217 exportButton->setFocusPolicy(Qt::NoFocus);
218 restoreButton->setFocusPolicy(Qt::NoFocus);
244 headerView->resizeSection(0, 372 + offset);
256 message.
setText(tr(
"Do you want to export the all backup list?"));
272 message.
setText(tr(
"Do you want to restore the original list after the restoration is overwritten?"));
279 if(index < 0 || index >
m_items.count())
294 for(
const QFileInfo &fin : dir.entryInfoList(QDir::Files, QDir::Time | QDir::Reversed))
304 if(index < 0 || index >=
m_timeBox->count())
325 const QString &text = QString(
"%1[%2]").arg(item.m_itemName).arg(item.m_songs.count());
326 QListWidgetItem *it =
new QListWidgetItem(
m_listWidget);
327 it->setToolTip(text);
337 if(index < 0 || index >=
m_items.count())
346 const QString &text = QString(
"%1[%2]").arg(item.
m_itemName).arg(item.
m_songs.count());
354 if(dir.entryList(QDir::Dirs | QDir::NoDotAndDotDot, QDir::Time | QDir::Reversed).isEmpty())
360 m_dateBox->addItems(dir.entryList(QDir::Dirs | QDir::NoDotAndDotDot, QDir::Time | QDir::Reversed));
TTK_MODULE_EXPORT QString getExistingDirectory(QWidget *parent)
#define TTKStaticCast(x, y)
static const QString ListWidgetStyle02
void setText(const QString &text) const
bool fromFile(const QString &name)
The class of the messagebox widget.
#define QtItemSetTextAlignment(p, a)
Item text alignment.
static const QString ColorStyle05
TTK_MODULE_EXPORT bool copyPath(const QString &srcPath, const QString &dstPath, bool overwrite)
virtual bool readBuffer(MusicSongItemList &items) overridefinal
static const QString ScrollBarStyle03
static const QString ColorStyle01
Color.
static const QString ColorStyle02
static const QString PushButtonStyle03
The class of the playlist backup module.
virtual void runBackup() overridefinal
#define TTK_LOG_STREAM(msg)
static const QString ColorStyle08
QString duration() const noexcept
static const QString BackgroundStyle10
QString name() const noexcept
static const QString MenuStyle02
static const QString ColorStyle03
The class of the music song item.
The class of the tkpl config manager.
static const QString BorderStyle02
static constexpr unsigned int Color01
Color QRgb.
The class of the music song info.
static QString format(const QString &time, const QString &format)
TTK_MODULE_EXPORT bool isNetworkUrl(const QString &path)