database widgets
Daniel Dittmar
daniel at dittmar.net
Sat Oct 25 15:47:19 EDT 2003
Ken Godee wrote:
> With PyQt you do not use any "Python database drivers", the PyQt
> database widgets are "data aware widgets", you simply load the correct
> Qt/PyQt database driver for your database, write your python code
> calling any of the PyQt data aware widgets. Really pretty cool, simple
> and works good.
What I meant: when this guy asks in a Python newsgroup about data aware
widgets, chances are that he wants his program to do more with the
database than just use the widgets. And the database interface of Qt was
rather limited last time I looked and it may not support a certain database.
Daniel
More information about the Python-list
mailing list