mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-26 04:33:06 +01:00
Add window favicon
This commit is contained in:
parent
78d2e608ef
commit
3d71c7083f
BIN
assets/icons/favicon.ico
Normal file
BIN
assets/icons/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
1
main.cpp
1
main.cpp
@ -24,6 +24,7 @@ int main(int argc, char* argv[])
|
|||||||
QCoreApplication::setOrganizationDomain("aimber.net");
|
QCoreApplication::setOrganizationDomain("aimber.net");
|
||||||
QCoreApplication::setApplicationName("ScreenPlay");
|
QCoreApplication::setApplicationName("ScreenPlay");
|
||||||
QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||||
|
app.setWindowIcon(QIcon(":/assets/icons/favicon.ico"));
|
||||||
|
|
||||||
InstalledListModel ilm;
|
InstalledListModel ilm;
|
||||||
|
|
||||||
|
1
qml.qrc
1
qml.qrc
@ -31,5 +31,6 @@
|
|||||||
<file>assets/icons/icon_monitor.svg</file>
|
<file>assets/icons/icon_monitor.svg</file>
|
||||||
<file>assets/icons/icon_download.svg</file>
|
<file>assets/icons/icon_download.svg</file>
|
||||||
<file>qml/Components/ScreenPlayItemImage.qml</file>
|
<file>qml/Components/ScreenPlayItemImage.qml</file>
|
||||||
|
<file>assets/icons/favicon.ico</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
Loading…
Reference in New Issue
Block a user