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

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to