qt4 setFlags

luca72 lucaberto at libero.it
Thu Jun 14 12:41:18 EDT 2007


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

Regards

Luca




More information about the Python-list mailing list