TechDraw: ActiveView rework (#22107)

* TechDraw: Rework ActiveView

* Update src/Mod/TechDraw/Gui/TaskActiveView.cpp

Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com>

---------

Co-authored-by: Ryan Kembrey <ryan.kembrey@student.uts>
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com>
This commit is contained in:
Ryan K
2025-07-01 02:04:12 +10:00
committed by GitHub
parent faa56d4e3f
commit dd5cb6aa61
3 changed files with 153 additions and 168 deletions

View File

@@ -74,17 +74,17 @@ protected:
private Q_SLOTS:
void onCropChanged();
void updatePreview();
private:
std::unique_ptr<Ui_TaskActiveView> ui;
TechDraw::DrawPage* m_pageFeat;
TechDraw::DrawViewImage* m_imageFeat;
TechDraw::DrawViewImage* m_previewImageFeat;
QPushButton* m_btnOK;
QPushButton* m_btnCancel;
};