wip
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 28 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 28 KiB |
@@ -475,8 +475,8 @@ AnnotatedCameraWidget::AnnotatedCameraWidget(VisionStreamType type, QWidget* par
|
|||||||
// Neokii screen recorder
|
// Neokii screen recorder
|
||||||
QHBoxLayout *top_right_layout = new QHBoxLayout();
|
QHBoxLayout *top_right_layout = new QHBoxLayout();
|
||||||
top_right_layout->setSpacing(0);
|
top_right_layout->setSpacing(0);
|
||||||
recorder_btn = new ScreenRecorder(this);
|
// recorder_btn = new ScreenRecorder(this);
|
||||||
top_right_layout->addWidget(recorder_btn);
|
// top_right_layout->addWidget(recorder_btn);
|
||||||
|
|
||||||
experimental_btn = new ExperimentalButton(this);
|
experimental_btn = new ExperimentalButton(this);
|
||||||
top_right_layout->addWidget(experimental_btn);
|
top_right_layout->addWidget(experimental_btn);
|
||||||
@@ -1134,14 +1134,14 @@ void AnnotatedCameraWidget::initializeFrogPilotWidgets() {
|
|||||||
|
|
||||||
bottom_layout = new QHBoxLayout();
|
bottom_layout = new QHBoxLayout();
|
||||||
|
|
||||||
personality_btn = new PersonalityButton(this);
|
// personality_btn = new PersonalityButton(this);
|
||||||
bottom_layout->addWidget(personality_btn);
|
// bottom_layout->addWidget(personality_btn);
|
||||||
|
|
||||||
QSpacerItem *spacer = new QSpacerItem(0, 0, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
QSpacerItem *spacer = new QSpacerItem(0, 0, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
||||||
bottom_layout->addItem(spacer);
|
bottom_layout->addItem(spacer);
|
||||||
|
|
||||||
compass_img = new Compass(this);
|
// compass_img = new Compass(this);
|
||||||
bottom_layout->addWidget(compass_img);
|
// bottom_layout->addWidget(compass_img);
|
||||||
|
|
||||||
map_settings_btn_bottom = new MapSettingsButton(this);
|
map_settings_btn_bottom = new MapSettingsButton(this);
|
||||||
bottom_layout->addWidget(map_settings_btn_bottom);
|
bottom_layout->addWidget(map_settings_btn_bottom);
|
||||||
|
|||||||
Reference in New Issue
Block a user