#3797 closed enhancement (fixed)
Shorter names on OMEdit tabs
Reported by: | anonymous | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | OMEdit | Version: | v1.9.4-v1.9.x |
Keywords: | Cc: |
Description
When opening tabs OMEdit shows the full name of a library's model in the tab header. For instance
Library.branch1.subbranch2.subsubbranch.myModel
This is not optimal, especially when several tabs are open.
Much better would be to display only the final part of the name, and allowing the user to have a look at the full name as a tooltip, i.e. when hovering the tab header. In that case the displayed name would be simply:
myModel
while the full name
Library.branch1.subbranch2.subsubbranch.myModel
will be available as a tooltip.
Note:
See TracTickets
for help on using tickets.
Done in 872a3a5/OMEdit.
We are using QMdiArea for tabs. The tooltip for tab is not supported by QMdiArea so I have added the full name to the header of the tab window before file location label.