feat(MainWindow): 修改应用Icon
This commit is contained in:
parent
121119ab6b
commit
25df5b0e54
|
|
@ -1,5 +1,6 @@
|
|||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file>images/appIcon.png</file>
|
||||
<file>images/icon_error.png</file>
|
||||
<file>images/icon_arrow_down.png</file>
|
||||
<file>images/icon_arrow_right.png</file>
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
|
|
@ -11,7 +11,11 @@
|
|||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>MainWindow</string>
|
||||
<string>PowerMaster</string>
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="../resource/PowerMaster.qrc">
|
||||
<normaloff>:/images/appIcon.png</normaloff>:/images/appIcon.png</iconset>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralwidget">
|
||||
<layout class="QHBoxLayout" name="centralLayout">
|
||||
|
|
|
|||
Loading…
Reference in New Issue