cherry-pick #32: MDI pre-document tab for Silo new item (70118201b0)

This commit is contained in:
forbes
2026-02-13 14:09:44 -06:00
parent 30cc226bf6
commit 54f8006e24
12 changed files with 321 additions and 81 deletions

View File

@@ -106,8 +106,11 @@ class AssemblyWorkbench(Workbench):
"Assembly_CreateJointGearBelt",
]
self.appendToolbar(QT_TRANSLATE_NOOP("Workbench", "Assembly"), cmdList)
self.appendToolbar(QT_TRANSLATE_NOOP("Workbench", "Assembly Joints"), cmdListJoints)
# Unavailable — EditingContextResolver controls visibility
self.appendToolbar(QT_TRANSLATE_NOOP("Workbench", "Assembly"), cmdList, "Unavailable")
self.appendToolbar(
QT_TRANSLATE_NOOP("Workbench", "Assembly Joints"), cmdListJoints, "Unavailable"
)
self.appendMenu(
[QT_TRANSLATE_NOOP("Workbench", "&Assembly")],