// // Created by zjc on 24-11-12. // #include "ui.h" #include #include int main(int argc, char *argv[]) { QApplication app(argc, argv); QPushButton button("Hello, Qt!"); button.show(); return app.exec(); }