Add obs icon and set it as window icon.

This commit is contained in:
fryshorts
2014-07-31 22:29:33 +02:00
parent 254b50f31f
commit 7ef85a4028
3 changed files with 5 additions and 0 deletions
+4
View File
@@ -26,6 +26,10 @@
<property name="windowTitle">
<string>.MainWindow</string>
</property>
<property name="windowIcon">
<iconset resource="obs.qrc">
<normaloff>:/res/images/obs.png</normaloff>:/res/images/obs.png</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

+1
View File
@@ -7,6 +7,7 @@
<file>images/live.png</file>
<file>images/properties.png</file>
<file>images/up.png</file>
<file>images/obs.png</file>
</qresource>
<qresource prefix="settings">
<file>images/settings/network.png</file>