Найти
-
Пользователи
Полная версия:
QTableWidget прочитать значение ячейки
Начало
»
GUI
»
QTableWidget прочитать значение ячейки
1
noster
Окт. 24, 2008 13:30:22
Подскажите как можно прочитать значение ячейки в QTableWidget
noster
Окт. 24, 2008 14:34:40
разобрался:
item = QtGui.QTableWidgetItem()
item = self.table.item(0, 0)
print item.text()
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.
Powered by
DjangoBB