#include #include int main(int argc, char *argv[]) { QApplication a(argc, argv); QColorDialog d; d.show(); return a.exec(); }