Just about every Qt program will have something like this, usually near the bottom its main() function: QApplication app(argc, argv); [...] app.exec();. Note ...
確定! 回上一頁