#include #include int main(int argc, char *argv[]) { QApplication app(argc, argv); QLabel label("Hello Luci4!"); label.show(); return app.exec(); }