luca72 schrieb:
> Hello
> 
> I make this code:
> row = self.tableWidget.rowCount()
>         for a in range(row):
>             self.tableWidget.item(row, 0).setFlags(Qt.IsSelectable)
> 
> i have this erroror :
> 
> global name Qt is not definied

import Qt might help. And reading the python tutorial.

Diez
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to