[Tutor] pyqt4 set horizontal header item - extra info
Alan Gauld
alan.gauld at btinternet.com
Sun Mar 31 10:23:56 CEST 2013
On 31/03/13 08:30, Phil wrote:
> self.tableWidget.setHorizontalHeaderItem (1, QTableWidgetItem *item)
>
> I have done this many years ago in C++ but I don't quite see how to get
> a QTableWidgetItem in Python.
Presumably by instantiating a TableWidgetItem class?
But you will likely get better help on Qt topics by asking on a Qt
specific forum rather than a Python beginners list like this.
There are a few Qt users here but most are not.
--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
More information about the Tutor
mailing list