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:
@@ -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;
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user