1, 如果RadioButton和Close Button分别用两个VBox进行packing
box1.show() VBox
box2.show() VBox
button.show() RadioButton
button.show() RadioButton
button.show() RadioButton
separator.show() HSeparator
box2.show() VBox
button.show() CLOSE
self.window.show()
2, 如果RadioButton和Close Button用同一个VBox进行packing
box1.show()
box2.show()
button.show()
button.show()
button.show()
separator.show()
button.show()
self.window.show()
159

被折叠的 条评论
为什么被折叠?



