#2993 closed enhancement (fixed)
OMEdit: Tile windows horizontally (top-to-bottom) and not vertically
Reported by: | Jan Kokert | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | normal | Milestone: | 1.9.2 |
Component: | OMEdit | Version: | trunk |
Keywords: | tile plot windows vertically | Cc: |
Description (last modified by )
In r23414 the plot subwindow behaviour was fixed and I like the "Tile Windows" option. But there is still improvement possible:
The windows are arranged from left to right, resulting (with two plots) in a full screen value axis and a half-screen time axis. Some people might prefer a full screen time axis.
So I recommend to change the default behaviour or even better, provide two menu items: "Tile Windows Vertically" and "Tile Windows Horizontally"
Change History (8)
comment:1 by , 10 years ago
Description: | modified (diff) |
---|
comment:2 by , 10 years ago
comment:3 by , 10 years ago
How do you interpret vertical tiling? From left to right or from top to bottom?
comment:4 by , 10 years ago
comment:5 by , 10 years ago
Summary: | OMEdit: Tile windows vertically (top-to-bottom) and not horizontally → OMEdit: Tile windows horizontally (top-to-bottom) and not vertically |
---|
comment:7 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
You really want this? QMdiArea only have tileSubWindows().
But its easy to add our own implementation. I will do it.