How to add QSlider to QGLWidget
Hello everybody,
I have inherited from QGLWidget and within i render simple Geometry and do some user interaction with the mouse.
Now i would like to add 2 QSlider which shalll hover over my scene for scaling purposes.
Unfortunately I do not have any Idea where to start with.
Any hints towards a solution are highly appreciated.
Regards
1 Attachment(s)
Re: How to add QSlider to QGLWidget
I Suggest you to compose a master Widget with three children:
- QGLWidget
- HorizontalSlider
- VerticalSlider
The result is
Attachment 6620