如何调整pyqt控件位置的position

如何调整pyqt控件位置的position

position

plot.resize(500,1000) #对plot窗口的大小进行设置
plot.parent().move(position[0], position[1]) #对plot窗口在显示器上的相对位置进行设置.

效果如下图

猜你喜欢

转载自blog.csdn.net/Hodors/article/details/121120026