Hello

I use glwidget class to draw my mainwindow ui form. (mainwindow class is parent of glwidget class).
Now i need to have a listbox in almost center of my form.
I don't want to use QListBos gui component, because whole my form is drawn by glwidget class.
Now i want to draw listbox in glwidget class, but it's hard for me to draw.
Does any body now how i can find any class about drawing listbox (or pushbutton or slider ...) in opengl and glwidget class?