Hello,
Even if Cancel button the dialog is pressed, the color on the dialog is selected. How can I prevent this case?
Thanks...
Hello,
Even if Cancel button the dialog is pressed, the color on the dialog is selected. How can I prevent this case?
Thanks...
You probably catch the wrong signal.
If you use : void QColorDialog::currentColorChanged ( const QColor & color )
reconnect to:
void QColorDialog::colorSelected ( const QColor & color )
Bookmarks