fix(ui): add tooltip fallback for truncated tree item names (#193) #239
Reference in New Issue
Block a user
Delete Branch "fix/tree-tooltip-fallback"
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?
Set tooltips on tree widget items so hovering reveals the full name when text is truncated by column width.
Covers all code paths:
createNewItem()— initial item creation (columns 0, 1, 2)slotChangeObject()— Label and Label2 property updatesslotNewDocument()— document item creationslotRelabelDocument()— document renameCloses #193