I am trying to make a simple RGB value setter with some Spin Boxes and Vertical Scrolls... but i want it to be more interactive than just that. I want there to be a color box... or something that's actual color value (R,G,B) will change with the changes from the vertical scrolls... how can i do this? Again I am very very new at this stuff so please, any help is greatly appreciated. Basically, Im looking for something to set the color of a form or whatever that can call a "getValue" or something similar from the spin box or scroll

thanks again.

also, to take this one step further... is there a way, in QT designer, to create a window or widget, and, while in the designer, look at the actual code that is being created and edit it?