会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Leptus
新随笔
管理
2015年4月10日
第一讲 一个简单的Qt程序分析
摘要: 本文概要:通过一个简单的Qt程序来介绍Qt程序编写的基本框架与一些Qt程序中常见的概念#include #include int main(int argc, char *argv[]){ QApplication app(argc, argv); QPushButton *button...
阅读全文
posted @ 2015-04-10 23:21 Leptus
阅读(504)
评论(0)
推荐(0)
编辑