[Tutor] pyqt4 set horizontal header item - solved
eryksun
eryksun at gmail.com
Mon Apr 1 11:47:36 CEST 2013
On Sun, Mar 31, 2013 at 8:13 PM, Phil <phil_lor at bigpond.com> wrote:
>
> I have the answer (provided by a member of another list) and I was correct,
> it was something basic.
>
> from PyQt4 import QtGui
> QtGui.QTable etc
Sorry, I assumed you were familiar with the package layout.
http://pyqt.sourceforge.net/Docs/PyQt4/qtablewidgetitem.html
Notice the subtitle that says "[QtGui module]".
http://pyqt.sourceforge.net/Docs/PyQt4/classes.html
http://pyqt.sourceforge.net/Docs/PyQt4/qtgui.html
http://pyqt.sourceforge.net/Docs/PyQt4/qtcore.html
http://pyqt.sourceforge.net/Docs/PyQt4/qt.html
More information about the Tutor
mailing list