
qt
文章平均质量分 77
wcgmaillist
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
c++ GUI programming with QT4
Qt is a comprehensive(综合) c++ framework for devleoping cross-platform GUI applications using a "write once,compile anywhere" approach. Qt lets programmers use a single source tree for applicai原创 2010-04-22 02:19:00 · 697 阅读 · 0 评论 -
QApplication向widget 传递的事件循序
widget: bool event(QEvent *e) { qDebug()type(); } state :(1) begining: type name func 203 QEve原创 2010-04-22 12:24:00 · 722 阅读 · 0 评论