3.3
This commit is contained in:
parent
ac35692272
commit
bc4098b015
5 changed files with 4 additions and 1 deletions
BIN
Video-Datenbank-16.png
Normal file
BIN
Video-Datenbank-16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
Video-Datenbank-256.png
Normal file
BIN
Video-Datenbank-256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
BIN
Video-Datenbank-32.png
Normal file
BIN
Video-Datenbank-32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
|
@ -18,7 +18,7 @@ HEADERS += \
|
||||||
FORMS += \
|
FORMS += \
|
||||||
mainwindow.ui
|
mainwindow.ui
|
||||||
|
|
||||||
RC_ICONS = Video-Datenbank.ico
|
win32: RC_ICONS = Video-Datenbank.ico
|
||||||
|
|
||||||
RESOURCES += \
|
RESOURCES += \
|
||||||
Video-Datenbank.qrc
|
Video-Datenbank.qrc
|
||||||
|
|
3
main.cpp
3
main.cpp
|
@ -4,6 +4,9 @@
|
||||||
|
|
||||||
int main(int argc, char *argv[]){
|
int main(int argc, char *argv[]){
|
||||||
QApplication a(argc, argv);
|
QApplication a(argc, argv);
|
||||||
|
#ifdef __linux__
|
||||||
|
a.setWindowIcon(QIcon("/usr/local/share/icons/Video-Datenbank/Video-Datenbank-32.png"));
|
||||||
|
#endif
|
||||||
MainWindow w;
|
MainWindow w;
|
||||||
w.show();
|
w.show();
|
||||||
return a.exec();
|
return a.exec();
|
||||||
|
|
Loading…
Add table
Reference in a new issue