码迷,mamicode.com
首页 > 其他好文 > 详细

2.Border Layout 自定义一个Layout来完成布局。

时间:2017-06-10 10:41:25      阅读:206      评论:0      收藏:0      [点我收藏+]

标签:ima   目标   als   ttl   添加   官方文档   定义   support   for   

 

目标:

        技术分享

 

1.每一个被添加到布局里的控件都是QLayoutItem,我们根据方位添加。

2.定义一个结构体 ItemWrapper。里面包含QLayoutItem和方位。

 

阅读官方文档:

To make your own layout manager, implement the functions addItem(), sizeHint(), setGeometry(), itemAt() and takeAt(). You should also implement minimumSize() to ensure your layout isn‘t resized to zero size if there is too little space. To support children whose heights depend on their widths, implement hasHeightForWidth() and heightForWidth(). 

 

2.Border Layout 自定义一个Layout来完成布局。

标签:ima   目标   als   ttl   添加   官方文档   定义   support   for   

原文地址:http://www.cnblogs.com/billxyd/p/6976587.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!