wip
This commit is contained in:
@@ -1416,21 +1416,21 @@ void AnnotatedCameraWidget::paintFrogPilotWidgets(QPainter &p) {
|
||||
drawSLCConfirmation(p);
|
||||
}
|
||||
|
||||
bool enableCompass = compass && !hideBottomIcons;
|
||||
// bool enableCompass = compass && !hideBottomIcons;
|
||||
// compass_img->setVisible(enableCompass);
|
||||
// if (enableCompass) {
|
||||
// compass_img->updateState();
|
||||
// bottom_layout->setAlignment(compass_img, (rightHandDM ? Qt::AlignLeft : Qt::AlignRight));
|
||||
// }
|
||||
|
||||
bool enableDistanceButton = onroadDistanceButton && !hideBottomIcons;
|
||||
// bool enableDistanceButton = onroadDistanceButton && !hideBottomIcons;
|
||||
// distance_btn->setVisible(enableDistanceButton);
|
||||
// if (enableDistanceButton) {
|
||||
// distance_btn->updateState();
|
||||
// bottom_layout->setAlignment(distance_btn, (rightHandDM ? Qt::AlignRight : Qt::AlignLeft));
|
||||
// }
|
||||
|
||||
bool enablePedalIcons = scene.pedals_on_ui && !bigMapOpen;
|
||||
// bool enablePedalIcons = scene.pedals_on_ui && !bigMapOpen;
|
||||
// pedal_icons->setVisible(enablePedalIcons);
|
||||
// if (enablePedalIcons) {
|
||||
// pedal_icons->updateState();
|
||||
|
||||
@@ -50,13 +50,13 @@ protected:
|
||||
private:
|
||||
UIScene &scene;
|
||||
|
||||
int bearingDeg;
|
||||
int circleOffset;
|
||||
int compassSize;
|
||||
int degreeLabelOffset;
|
||||
int innerCompass;
|
||||
int x;
|
||||
int y;
|
||||
// int bearingDeg;
|
||||
// int circleOffset;
|
||||
// int compassSize;
|
||||
// int degreeLabelOffset;
|
||||
// int innerCompass;
|
||||
// int x;
|
||||
// int y;
|
||||
|
||||
QPixmap compassInnerImg;
|
||||
QPixmap staticElements;
|
||||
@@ -80,7 +80,7 @@ private:
|
||||
|
||||
bool trafficModeActive;
|
||||
|
||||
int personality;
|
||||
// int personality;
|
||||
|
||||
QElapsedTimer transitionTimer;
|
||||
|
||||
@@ -233,7 +233,7 @@ private:
|
||||
bool showSLCOffset;
|
||||
bool slcOverridden;
|
||||
bool speedLimitController;
|
||||
bool trafficModeActive;
|
||||
// bool trafficModeActive;
|
||||
bool turnSignalLeft;
|
||||
bool turnSignalRight;
|
||||
bool useViennaSLCSign;
|
||||
|
||||
Reference in New Issue
Block a user