QT5+VS2015環境搭建

#include <QtWidgets/QApplication> #include <QtWidgets/QLabel> int main(int argc, char *argv[]) { QApplication a(argc, argv); QLabel label("Hello,World\n"); label.show(); return a.exec(); } 在這裏插入代碼片
相關文章
相關標籤/搜索