@ -18,7 +18,11 @@
<item>
<layout class="QHBoxLayout" name="titleHBoxLayout">
<widget class="QLabel" name="logo"/>
<widget class="QLabel" name="logo">
<property name="pixmap">
<pixmap resource="../icons.qrc">:/icons/skin/qbittorrent32.png</pixmap>
</property>
</widget>
</item>
<widget class="QLabel" name="lb_name">
@ -47,8 +47,7 @@ public:
setupUi(this);
setAttribute(Qt::WA_DeleteOnClose);
// Title & icon
logo->setPixmap(QPixmap(":/icons/skin/qbittorrent32.png"));
// Title
lb_name->setText("<b><h2>qBittorrent " VERSION "</h2></b>");
// About