Merge pull request #207 from fryshorts/icon

Add obs icon and set it as window icon.
This commit is contained in:
Jim 2014-07-31 17:33:47 -07:00
commit 1b95fafb52
3 changed files with 5 additions and 0 deletions

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>

BIN
obs/forms/images/obs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

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>