2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 17:47:42 +00:00

Work on System Check tab of hecl-gui; add HECL icon

This commit is contained in:
Jack Andersen
2017-12-25 11:53:37 -10:00
parent 15ccb5e928
commit cc63d4852f
30 changed files with 1283 additions and 121 deletions

View File

@@ -15,6 +15,7 @@ MainWindow::MainWindow(QWidget *parent) :
m_ui->setupUi(this);
m_ui->heclTabs->setCurrentIndex(0);
m_ui->splitter->setSizes({0,-1});
m_ui->aboutIcon->setPixmap(QApplication::windowIcon().pixmap(256, 256));
initSlots();
}