feat(ui): move editing context breadcrumb to viewport overlay (#232) #236
Reference in New Issue
Block a user
Delete Branch "feat/breadcrumb-viewport-overlay"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #232
Converts
BreadcrumbToolBarfrom a full-widthQToolBarrow in the MainWindow toolbar area to a compactQFrameoverlay at the top-left corner of each 3D viewport.Changes
BreadcrumbToolBar.h/.cpp — base class
QToolBar→QFrameQHBoxLayoutinstead of toolbar actions for segment managementrgba(30, 30, 46, 200)) with rounded cornersMainWindow.cpp — removed breadcrumb setup
BreadcrumbToolBarmember,addToolBar(),insertToolBarBreak(), and signal connectionView3DInventor.h/.cpp — per-view breadcrumb overlay
BreadcrumbToolBaras child of the GL viewer widgetEditingContextResolver::contextChanged