发博文
北京微言科技

http://blog.chinaunix.net/space.php?uid=11472000

嵌入式技术交流群:32369257 欢迎加入!   
个人资料
  • 博客访问:397630
  • 博文数量:394
  • 博客积分:10035
  • 博客等级:上将
  • 关注人气: 1
  • 注册时间:2007-12-08 17:40:47
订阅我的博客
  • 订阅
  • 订阅到鲜果
  • 订阅到抓虾
  • 订阅到Google
字体大小: 博文
What's "setupUi" meaning? (2008-04-07 21:05)
分类: QT GUI


Today,when I analyzed the ui_displaydialog.h which was created automatically by qmake,I
found something important:
qmake read from .ui file then it created a new file based on .ui.It usually declare a
new class likes Ui_XXXX.In this class,it usually declare a public function class called "setupUi".Its functions is to create all the components and layout them.
We can check out the file "ui_displaydialog.h"

博客推荐文章
亲,您还没有登录,请[登录][注册]后再进行评论