hello.
I have implemented a simple 3d engine and i use it into a qt opengl Gui.
In this engine i have a camera , and i wish connect the up/left scrollbars to my camera.
How i can show the scrollbars around my qtopenglwidget that inherits from qtwidget?
Then, if is possible show scrollbars , how i can read a value from these?

thanks.