[PyKDE] about qttable.QTable
katagiri
katagiri at teikokupr.co.jp
Sat Nov 23 05:17:00 GMT 2002
Hi,
I want to use insertRows() method of the class QTable,
but I got AttributeError as below.
$ python
Python 2.2.2 (#2, Oct 21 2002, 12:06:05)
[GCC 2.95.3 20010315 (release)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from qt import *
>>> import qttable
>>> a=QApplication([])
>>> qttable.QTable.insertRows
Traceback (most recent call last):
File "<stdin>", line 1, in ?
AttributeError: insertRows
>>>
Thanks for any help.
--
Eiji Katagiri
More information about the PyQt
mailing list