now with a swanky svg icon replacing a 128px png
This commit is contained in:
parent
9f605230e5
commit
3a4da50bbb
4 changed files with 17 additions and 3 deletions
|
|
@ -32,8 +32,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
QGuiApplication app(argc, argv);
|
||||
|
||||
// FIXME this icon is low-resolution and appears a little fuzzy.
|
||||
app.setWindowIcon(QIcon(":/res/icon128.png"));
|
||||
app.setWindowIcon(QIcon(":/res/moonlight.svg"));
|
||||
|
||||
// Register our C++ types for QML
|
||||
qmlRegisterType<ComputerModel>("ComputerModel", 1, 0, "ComputerModel");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue