Qt: More icon overhaul and cleanup

This commit is contained in:
kamfretoz
2023-10-15 23:27:07 +07:00
parent ef377fbd12
commit 22e9f008f6
306 changed files with 1137 additions and 1078 deletions

View File

@@ -10,7 +10,7 @@
CoverDownloadDialog::CoverDownloadDialog(QWidget* parent /*= nullptr*/) : QDialog(parent)
{
m_ui.setupUi(this);
m_ui.coverIcon->setPixmap(QIcon::fromTheme("image-fill").pixmap(32));
m_ui.coverIcon->setPixmap(QIcon::fromTheme("artboard-2-line").pixmap(32));
updateEnabled();
connect(m_ui.start, &QPushButton::clicked, this, &CoverDownloadDialog::onStartClicked);