wip
This commit is contained in:
@@ -7,7 +7,7 @@ OscarPilotBasicPanel::OscarPilotBasicPanel(OscarSettingsWindow *parent) : FrogPi
|
|||||||
// {"HelloWorld", "Hello World", "Hi!", "../frogpilot/assets/wheel_images/frog.png"},
|
// {"HelloWorld", "Hello World", "Hi!", "../frogpilot/assets/wheel_images/frog.png"},
|
||||||
{
|
{
|
||||||
"OpenpilotEnabledToggle","Enable OpenPilot",
|
"OpenpilotEnabledToggle","Enable OpenPilot",
|
||||||
"Use the openpilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off."),
|
"Use the openpilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.",
|
||||||
"../assets/offroad/icon_openpilot.png",
|
"../assets/offroad/icon_openpilot.png",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ void OscarSettingsWindow::setCurrentPanel(int index, const QString ¶m) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
OscarSettingsWindow::OscarSettingsWindow(QWidget *parent) : QFrame(parent) {
|
OscarSettingsWindow::OscarSettingsWindow(QWidget *parent) : QFrame(parent) {
|
||||||
// goo
|
|
||||||
// setup two main layouts
|
// setup two main layouts
|
||||||
sidebar_widget = new QWidget;
|
sidebar_widget = new QWidget;
|
||||||
QVBoxLayout *sidebar_layout = new QVBoxLayout(sidebar_widget);
|
QVBoxLayout *sidebar_layout = new QVBoxLayout(sidebar_widget);
|
||||||
|
|||||||
Reference in New Issue
Block a user