09 2023 档案

摘要:Qt程序框架的运行机制Qt程序框架 程序入口 当我们新建一个Qt Widget工程的时候,会自动生成四个文件: main.cpp widget.h widget.cpp widget.ui 其中main.cpp是整个程序的入口,文件中只有一个简单的main()函数。 #include "widget.h" #includ 阅读全文
posted @ 2023-09-20 17:10 Zhixuan 阅读(268) 评论(0) 推荐(0)