PDA

View Full Version : Help needed to add custom slot to QGLWidget



doughng
17th December 2011, 08:44
I'm new to programming/Qt. I need help in adding my custom slot on a QGLwidget. Can anyone help pls

stampede
17th December 2011, 09:53
Just create a subclass and add the slot there.

I'm new to programming/Q
Do you mean that you are new to programming with Qt, or new to both programming and Qt ?
If its the second option, then I suggest you to get familiar with C++ first (until you get really comfortable with the language), otherwise you'll be copy-pasting the code without any idea of how it works.