QLineEdit() def editingFinished(): # The text() returns a QString, which is unicode-aware print type(ed.text()) # This returns a QByteArray, ...
確定! 回上一頁