Bu kodun mantığı nedir?

    self.ui.lineEdit.setText(self.ui.tableWidget.item(self.ui.tableWidget.currentRow(), 0).text())

Merhabalar, bu kodun anlamı nedir?

tableWidget’in belirli bir item’inin text’ini, setText() ile lineEdit’e atıyor.

1 Beğeni