首页 > 其他 > 详细

Qt开发问答

时间:2017-03-05 19:14:20      阅读:103      评论:0      收藏:0      [点我收藏+]

Qt开发问答

1, Difference between Dialog and widget and QMainWindow
http://www.qtcentre.org/threads/3465-Difference-between-Dialog-and-widget-and-QMainWindow

A widget is an object that can be displayed on the screen. For example a window or a button.

A dialog is a top-level widget, that is always displayed in separate window (i.e. you can‘t put it on another widget).

A main window is also a top-level widget, but it has a predefined layout that includes a menu bar, a status bar and place for tool bars and dock areas.

 

Qt开发问答

原文:http://www.cnblogs.com/cutepig/p/6506220.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!