feat: change buttonsView

* add buttonsView common(complete)
* add buttonsView instructor(notWorking)
* BUGFIX sendSystem meth update files
* BUGFIX updateController meth checkNeedUpdate
This commit is contained in:
semenov
2024-12-11 17:10:34 +03:00
parent 93705b54fe
commit 077208afdd
80 changed files with 145071 additions and 8038 deletions

View File

@@ -14,8 +14,8 @@ int main(int argc, char *argv[])
a.setStyleSheet(file.readAll());
a.setWindowIcon(QIcon(":/resource/Icons/plane.png"));
MainWindow w;
UpdateNotifyWidget *notifyWidget = new UpdateNotifyWidget;
w.bindNotifyWidget(notifyWidget);
w.initialize();
w.show();
return a.exec();
}