mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
Icons for Settingsdialog
This commit is contained in:
parent
dfaa6b1d95
commit
926f1560a6
3 changed files with 43 additions and 2 deletions
|
|
@ -66,8 +66,16 @@ int main(int argc, char *argv[])
|
|||
translator.load(lang);
|
||||
app.installTranslator(&translator);
|
||||
|
||||
|
||||
|
||||
MainWindow ui(&translator);
|
||||
qDebug("main(): MainWindow constructor finished");
|
||||
|
||||
//set Icon
|
||||
QIcon icon("resources/icon.svg");
|
||||
ui.setWindowIcon(icon);
|
||||
//
|
||||
|
||||
ui.show();
|
||||
qDebug("main(): ui.show() finished");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue