mirror of
https://gitlab.com/comunic/comunicmessages
synced 2024-12-04 11:14:09 +00:00
Added window icon
This commit is contained in:
parent
4da286c23e
commit
23fb569e5e
BIN
src/res/forum.png
Normal file
BIN
src/res/forum.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 685 B |
@ -4,5 +4,6 @@
|
||||
<file>baseline_access_time_black_48dp.png</file>
|
||||
<file>baseline_person_black_48dp.png</file>
|
||||
<file>baseline_insert_photo_black_48dp.png</file>
|
||||
<file>forum.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -13,6 +13,10 @@
|
||||
<property name="windowTitle">
|
||||
<string>ComunicMessages</string>
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="../res/ressources.qrc">
|
||||
<normaloff>:/forum.png</normaloff>:/forum.png</iconset>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralwidget">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<item>
|
||||
@ -79,6 +83,8 @@
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources/>
|
||||
<resources>
|
||||
<include location="../res/ressources.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
Loading…
Reference in New Issue
Block a user