Quote Originally Posted by Lemming
But anyway, I would rather use the Qt sources and implement my own color dialog basing on them.
Yes I've done it.
I copied to my work directory the files
qcolordialog.cpp
qcolordialog.h
qdialog_p.h
created a subdirectory named private and copy there the files
qobject_p.h qwidget_p.h

after that I only need to change the qcolordialog.cpp source and everthing seems to be working fine.

I would have thought that it should be possible to change those thinks. The Qt developers didn't seem to agree with me, and complaining about a free thing is nonsense.

Many thanks,