Spring (gb.qt4)
此类实现了一个不可见的控件,该控件根据其容器的排列属性推动对象。
换句话说,它是一个设置了
Expand 属性的
Panel 。
Inherited properties
Inherited methods
Inherited events
例子
在
HBox 容器内水平创建两个按钮,并在它们之间放置一个弹簧,这两个按钮将被推到表单的两侧。
将弹簧放在它们的左侧,两个按钮将被推到窗体的右侧。
Without a spring |
Button1 |
Button2 |
With a spring in the center |
Button1 |
Spring |
Button2 |
With a spring to the left |
Spring |
Button1 |
Button2 |
With a spring to the right |
Button1 |
Button2 |
Spring |