首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > QT开发 >

请问:QGraphicsAnchorLayout使用的一个有关问题

2012-12-19 
请教:QGraphicsAnchorLayout使用的一个问题我在使用QGraphicsAnchorLayout做布局的时候碰到了一个问题:刚

请教:QGraphicsAnchorLayout使用的一个问题
我在使用QGraphicsAnchorLayout做布局的时候碰到了一个问题:
刚刚进程序的时候布局是好的,然后程序中的一个按钮会重新设置一个布局。
在某些时候,重设会出现如下提示:
QSimplex: No feasible solution! 
然后布局的尺寸计算就出了问题。
请教有人碰到过类似问题没?
[最优解释]
没遇到过,问题描述不清晰。是不是切换画面后,新的页面布局乱了?
[其他解释]
对,切画面也会导致这个问题.
[其他解释]
Known issues
There are some features that QGraphicsAnchorLayout currently does not support. This might change in the future, so avoid using these features if you want to avoid any future regressions in behaviour:
Stretch factors are not respected.
QSizePolicy::ExpandFlag is not respected.
Height for width is not respected.

热点排行