wip
This commit is contained in:
@@ -81,10 +81,6 @@ OscarSettingsWindow::OscarSettingsWindow(QWidget *parent) : QFrame(parent) {
|
|||||||
|
|
||||||
// QObject::connect(device, &DevicePanel::showDriverView, this, &SettingsWindow::showDriverView);
|
// QObject::connect(device, &DevicePanel::showDriverView, this, &SettingsWindow::showDriverView);
|
||||||
|
|
||||||
DevicePanel *device = new DevicePanel(this);
|
|
||||||
QObject::connect(device, &DevicePanel::reviewTrainingGuide, this, &SettingsWindow::reviewTrainingGuide);
|
|
||||||
QObject::connect(device, &DevicePanel::showDriverView, this, &SettingsWindow::showDriverView);
|
|
||||||
|
|
||||||
QList<QPair<QString, QWidget *>> panels = {
|
QList<QPair<QString, QWidget *>> panels = {
|
||||||
// {tr("Basic"), basic},
|
// {tr("Basic"), basic},
|
||||||
// {tr("Software"), new SoftwarePanel(this)},
|
// {tr("Software"), new SoftwarePanel(this)},
|
||||||
|
|||||||
Reference in New Issue
Block a user