Merge pull request #207 from fryshorts/icon
Add obs icon and set it as window icon.
This commit is contained in:
commit
1b95fafb52
@ -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
BIN
obs/forms/images/obs.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user