This commit is contained in:
2023-02-10 12:51:39 +03:00
parent 175cbe7064
commit 6ddb3488e5
5 changed files with 524 additions and 472 deletions

View File

@@ -28,6 +28,8 @@
ViewEditor::ViewEditor(QWidget * parent): QWidget(parent) {
ui = new Ui::ViewEditor();
ui->setupUi(this);
ui->scrollArea->viewport()->setAutoFillBackground(false);
ui->scrollAreaWidgetContents->setAutoFillBackground(false);
view = nullptr;
active = true;
ui->checkCameraLight->setCheckState(Qt::PartiallyChecked);