我使用 LibreOffice 和 PyQt 开发小型应用程序。
在 Libreoffice 中 .setPosSize 无效
`With oForm.CurrentController.Frame
.ContainerWindow.isMaximized = False
.ContainerWindow.setPosSize(150,150,200,600,15)
End With
在 PyQt 中 setGeometry 不起作用
wMain =QWidget()
self.setCentralWidget(wMain)
self.setGeometry(120,150,1000,400)
有人能帮助我吗?
非常感谢
Ubuntu 23.10 LibreOffice 6.7.2.1