logo: modified the logo so it looks better when used as mainicon for the gui program

This commit is contained in:
Daniel Marjamäki 2009-05-25 18:07:24 +02:00
parent 1173854c6f
commit d21f309d61
3 changed files with 110 additions and 25 deletions

View File

@ -24,7 +24,7 @@
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
app.setWindowIcon(QIcon("../logo.svg"));
app.setWindowIcon(QIcon("../logo.png"));
MainWindow window;
window.show();

BIN
logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

133
logo.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 111 KiB