#19 closed defect (fixed)
I broke the scrollbar too
Reported by: | diane | Owned by: | diane |
---|---|---|---|
Priority: | major | Milestone: | Bionic Mussa |
Component: | Qt Gui | Version: | |
Keywords: | Cc: |
Description
The new draw code also broke the scroll bar.
And is there a chance to combine PathScene and PathWidget into a single class? (Can an QGLWidget, set its own layout?)
Change History (2)
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
Version: | 2.0 |
---|
Note:
See TracTickets
for help on using tickets.
Calls to setLayout from within the QGLWidget derived class' constructor makes the application not show up, so it looks like I'm stuck with the PathWidget for my layout needs.