PartDesign: Add preview TaskBox to all feature task dialogs

This commit is contained in:
Kacper Donat
2025-07-06 16:31:42 +02:00
parent 6caceacb95
commit 802af4c464
27 changed files with 242 additions and 41 deletions

View File

@@ -985,6 +985,7 @@ TaskDlgPrimitiveParameters::TaskDlgPrimitiveParameters(ViewProviderPrimitive* Pr
Content.push_back(primitive);
parameter = new PartGui::TaskAttacher(PrimitiveView, nullptr, QString(), tr("Attachment"));
Content.push_back(parameter);
Content.push_back(preview);
}
TaskDlgPrimitiveParameters::~TaskDlgPrimitiveParameters() = default;