views:

631

answers:

2

Is there a color picker dialog for Qt like the following?

Also it needs to have a OnColorChanged signal which is called when ever the selected color changes. I want to give a live preview when they are changing the colors, that is why.

http://i49.tinypic.com/vpu7hv.jpg

Using google I could only find this one that was a triangle in side of a circle and personally I think it looks ugly.

+4  A: 

QColorDialog does exactly what you want.

(It is easy to find when you Ctrl-F through the list of Qt classes for "color")

Stefan Monov
Weird, saw something called QColorDialog and it was just that ugly triangle one. Thanks
A: 

Yeah man, I've been looking and looking too ... But I did find ... Check the documentation of the class: QColorDialog

I hope I have helped you!

Hugs.

Sincerely, Lucas Pereira Caixeta

Lpcnew