29 #ifndef CONTROLLERPAGE_H
30 #define CONTROLLERPAGE_H
55 Ui::ControllerPage *ui;
56 bool anyControllerConnected();
57 void setupDeviceList();
63 void devicesChanged(QLinkedList<Core::DevListItem> devices);
64 void connectionStatusChanged();
65 void connectDisconnect();
68 #endif // CONTROLLERPAGE_H
The SetupWizard class is the main interface to the setup wizard. It provides selects the sequence of ...
ControllerPage(SetupWizard *wizard, QWidget *parent=nullptr)