mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 03:28:41 -07:00
Move all icon resources to icon folder root
This commit is contained in:
parent
841536c9c5
commit
ab91d546e5
166 changed files with 353 additions and 396 deletions
|
@ -45,7 +45,7 @@ AboutDialog::AboutDialog(QWidget *parent)
|
|||
// Title
|
||||
m_ui->labelName->setText(QString::fromLatin1("<b><h2>qBittorrent " QBT_VERSION " (%1-bit)</h2></b>").arg(QT_POINTER_SIZE * 8));
|
||||
|
||||
m_ui->logo->setPixmap(Utils::Gui::scaledPixmapSvg(":/icons/skin/qbittorrent-tray.svg", this, 32));
|
||||
m_ui->logo->setPixmap(Utils::Gui::scaledPixmapSvg(":/icons/qbittorrent-tray.svg", this, 32));
|
||||
|
||||
// About
|
||||
const QString aboutText = QString(
|
||||
|
@ -65,7 +65,7 @@ AboutDialog::AboutDialog(QWidget *parent)
|
|||
, tr("Bug Tracker:"));
|
||||
m_ui->labelAbout->setText(aboutText);
|
||||
|
||||
m_ui->labelMascot->setPixmap(Utils::Gui::scaledPixmap(":/icons/skin/mascot.png", this));
|
||||
m_ui->labelMascot->setPixmap(Utils::Gui::scaledPixmap(":/icons/mascot.png", this));
|
||||
|
||||
// Thanks
|
||||
QFile thanksfile(":/thanks.html");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue