Add server information to user interface and provide buttons to start and stop server, change port
This commit is contained in:
parent
b8e14ea067
commit
9e44e4ba4f
9 changed files with 341 additions and 114 deletions
2
main.cpp
2
main.cpp
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue