我在使用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.