2014-01-17 73 views

回答

2

widget.stackUnder(another_widget) #relative postition 

widget.lower() # send to the bottom 
widget.raise_() # send to the top 

查看文檔,你可以定義縮進每個插件並調用其排序縮進raise_功能。

for label in labels: 
    label.raise_() 
0

所有小部件都有相應的方法。在QWidget的

1

你應該用加薪,如: labelname.raise_()