How to get title in PyQt5?
三叔
三叔 2017-06-13 09:24:46
0
1
979
mainWindow.setWindowTitle(hello"")

You can set the title, but how to get it?

getWindowTitle Didn’t find this thing?

Python 3.6.1

三叔
三叔

reply all(1)
扔个三星炸死你


Please adopt it, and I will also teach you how to read the properties and methods. First, check the documentation, I don’t understand Baidu. Second, a=QtWidgets.QMainWindow(), then dir(a)

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template