Set icon directly in .ui file

This commit is contained in:
Chocobo1
2016-01-11 00:04:12 +08:00
parent b2527a0ad6
commit c5f5292d9e
2 changed files with 6 additions and 3 deletions

View File

@@ -18,7 +18,11 @@
<item>
<layout class="QHBoxLayout" name="titleHBoxLayout">
<item>
<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>
<item>
<widget class="QLabel" name="lb_name">