mirror of
https://github.com/FAUSheppy/speech-server-client-qt
synced 2025-12-06 00:41:35 +01:00
add window icon
This commit is contained in:
5
defaultres.qrc
Normal file
5
defaultres.qrc
Normal file
@@ -0,0 +1,5 @@
|
||||
<RCC>
|
||||
<qresource prefix="/.">
|
||||
<file>icon.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
1
main.cpp
1
main.cpp
@@ -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();
|
||||
}
|
||||
|
||||
@@ -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
qrc_defaultres.cpp
Normal file
2414
qrc_defaultres.cpp
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user