wip
This commit is contained in:
@@ -24,10 +24,10 @@
|
||||
#include "selfdrive/ui/qt/util.h"
|
||||
#include "selfdrive/ui/qt/qt_window.h"
|
||||
|
||||
#include "selfdrive/frogpilot/navigation/ui/navigation_settings.h"
|
||||
#include "selfdrive/frogpilot/ui/control_settings.h"
|
||||
// #include "selfdrive/frogpilot/navigation/ui/navigation_settings.h"
|
||||
// #include "selfdrive/frogpilot/ui/control_settings.h"
|
||||
#include "selfdrive/frogpilot/ui/vehicle_settings.h"
|
||||
#include "selfdrive/frogpilot/ui/visual_settings.h"
|
||||
// #include "selfdrive/frogpilot/ui/visual_settings.h"
|
||||
|
||||
#include "selfdrive/oscarpilot/settings/settings.h"
|
||||
|
||||
@@ -81,11 +81,16 @@ OscarSettingsWindow::OscarSettingsWindow(QWidget *parent) : QFrame(parent) {
|
||||
|
||||
// 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 = {
|
||||
// {tr("Basic"), basic},
|
||||
// {tr("Software"), new SoftwarePanel(this)},
|
||||
// {tr("Advanced"), basic},
|
||||
// {tr("Logging"), basic}, // Log / Upload driver cam, Routes
|
||||
// {tr("System"), basic}, // Debugging
|
||||
{tr("System"), new FrogPilotVehiclesPanel(this)}, // Debugging
|
||||
// {tr("Status"), basic}, // Report on stuff like connectivity, free space, detected features
|
||||
// {tr("Extra"), basic}, // Custom cloud services, QOL automations
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user