Add server information to user interface and provide buttons to start and stop server, change port

This commit is contained in:
Adam Honse 2020-05-01 22:38:45 -05:00
parent b8e14ea067
commit 9e44e4ba4f
9 changed files with 341 additions and 114 deletions

View file

@ -52,7 +52,7 @@ int main(int argc, char* argv[])
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QApplication a(argc, argv);
Ui::OpenRGBDialog2 dlg(busses, rgb_controllers, profile_manager);
Ui::OpenRGBDialog2 dlg(busses, rgb_controllers, &profile_manager, &server);
dlg.show();
return a.exec();