Modify the hello.cpp file as follows: #include <QApplication> #include <QLabel>int main(int argc, char *argv[]) { QApplication app(argc, argv); QLabel ...
確定! 回上一頁