add window icon

This commit is contained in:
Yannik Schmidt
2021-11-07 13:19:35 +01:00
parent 79602900e6
commit 8f821d5d74
6 changed files with 2425 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
<RCC>
<qresource prefix="/.">
<file>icon.png</file>
</qresource>
</RCC>
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

-1
View File
@@ -10,6 +10,5 @@ int main(int argc, char *argv[])
a.setApplicationName("Speech-To-Text");
a.setOrganizationName("Potaris IT | Yannik Schmidt");
a.setOrganizationDomain("potaris.de");
return a.exec();
}
+3
View File
@@ -13,6 +13,9 @@
<property name="windowTitle">
<string>MainWindow</string>
</property>
<property name="windowIcon">
<iconset theme="icon.png"/>
</property>
<property name="styleSheet">
<string notr="true">QToolTip
{
+2414
View File
File diff suppressed because it is too large Load Diff
+3
View File
@@ -64,3 +64,6 @@ FORMS += \
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
RESOURCES += \
defaultres.qrc