pyqt pyside 归中窗口
pyqt pyside 归中窗口
def centerWidgetToAnother(widget, another): geo = widget.geometry() geo.moveCenter(another.geometry().center()) widget.setGeometry(geo)
未经博主允许,禁止直接转载本博客任何内容(可以在文章中添加链接,禁止原文照搬),如需直接原文转载对应文章,请在该文章中留言联系博主,谢谢!!
def centerWidgetToAnother(widget, another): geo = widget.geometry() geo.moveCenter(another.geometry().center()) widget.setGeometry(geo)