What are you asking for exactly?
Where to download QtCreator?
Cheers,
_
What are you asking for exactly?
Where to download QtCreator?
Cheers,
_
AFAIK, there is no Designer template for a color dialog. There is a ready-to-use color dialog offered by the QColorDialog class. See QColorDialog documentation, especially QColorDialog::getColor() static function. Calling getColor() creates a color dialog and returns a chosen color (or an invalid color if the dialog has been canceled; test using color.isValid() ). Simply call the function - you do not need any additional working.
BTW, you need to be a programmer, at least a bit, if you want to see how does Qt work. Look at contemporary C++.
Bookmarks