mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Set application icon
This commit is contained in:
@@ -51,6 +51,8 @@ ConsoleWindow::ConsoleWindow(QWidget *parent) : QMainWindow(parent)
|
||||
|
||||
// Set window title
|
||||
setWindowTitle(tr("Message Log Output - Mapmap"));
|
||||
// Set window icon
|
||||
setWindowIcon(QIcon(":/mapmap-logo"));
|
||||
// Set main widget
|
||||
setCentralWidget(_console);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user