Add an about dialog

This commit is contained in:
Spiros
2024-06-06 02:14:39 +03:00
parent 96475f97d7
commit 9538405ff9
7 changed files with 397 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.setWindowIcon(QIcon(":/icons/icon.svg"));
w.show();
return a.exec();
}