PDA

View Full Version : something like colordialog, but with brush



Noxxik
22nd February 2009, 19:22
Hi I would like to set brush of my items with some dialog (something like QColorDialog) but I would like to set brush style and colors of this style.
Has it been already written in C++ QT in open source in some application or I have to write myself?
thanks for answers

wysota
22nd February 2009, 19:57
I'm afraid there is nothing like this "premade" in Qt or any supporting 3rd party libraries I know. QBrush has many capabilities (colours, pixmaps, rasters, gradients, etc.) so such a dialog would be very complex and probably hard to operate on if it were to do everything QBrush allows us to do.

Noxxik
22nd February 2009, 20:22
thank you. I think it :( So I try to find it in google and than I have to write myself :) or if someone have some link to free "brush style" dialog, please post it