In the code below lineedit is our already created QLineEdit widget. python text = lineedit.text() if text == '': # if the line edit is empty ...
確定! 回上一頁