mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
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:
4
main.cpp
4
main.cpp
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user