import sys from PyQt5.QtWidgets import QApplication, QWidget, QLineEdit def onChangeText(): Text = fieldEdit.text() print(Text) app ...
確定! 回上一頁