PDA

View Full Version : Please help ASAP::QColorDialog



LiCodeX
28th September 2007, 09:02
This forum has been useful to me for solving my problems.

now this time its related to QColorDialog.
I'm working on and application, which is targeted for PDAs and small handhelds, for which I require a QColorDialog box for letting user to choose the color from the color well.
Now, with the existing QColorDialog class, I get those things which I really don't require over there. such as the hue, saturation etc spinbox ( b'coz user is not gonna change it) and the color palette select frame beside the color well rects. The only thing I want from it is, the gridlayout with the color well rects :confused:

can anyone help me in this regard?
any help will be appreciable.

Thanks

wysota
29th September 2007, 09:20
In that case I wouldn't use a color dialog at all.

LiCodeX
2nd October 2007, 12:16
oh well I think you're right then

I did think of some other way too, but thought to discuss it here if anybody knew how to tweak the QColorDialog class itself.

Thanks