Opened 12 years ago
Closed 12 years ago
#1836 closed enhancement (fixed)
OMEdit: navigation buttons in documentation viewer
Reported by: | Henning Kiel | Owned by: | Henning Kiel |
---|---|---|---|
Priority: | high | Milestone: | 1.9.0 |
Component: | OMEdit | Version: | |
Keywords: | Cc: |
Description
- provide navigation buttons in documentation viewer and keyboard short cuts (Alt+left/right ?)
Change History (2)
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
added buttons for navigation. did not add short cuts, because when button is not active something different happens (e.g. if an object is selected it is moved left when you press Alt+Left)
mpBackButton->setShortcut(QKeySequence("Alt+Left"));
mpForwardButton->setShortcut(QKeySequence("Alt+Right"));