Re: [PyQt] tableItem as a list

2007-05-02 Thread Hans-Peter Jansen
Am Mittwoch, 2. Mai 2007 02:30 schrieb Behnam Kamrani: Hi, I'm writing this message desperately. Using qt (3.3.4), I have a table in a widget, and since it needed to Enabled/Disabled table cells, I used tableItems for it. To make it structural in my thinking, I used a list like

[PyQt] QTableView/QSqlTableModel

2007-05-02 Thread James Thompson
Hello, I'm making my first attempt at utilizing the QtSql module and have a few questions I'm having trouble finding info on in the docs. Is it possible to shuffle the order of the displayed columns around. The table that I'm pulling from has columns in order a, b, c, d, e. I need to

[PyQt] Re: Handling forms in KHTMLPart

2007-05-02 Thread Nicholas Kaye-Smith
On Saturday 14 April 2007 14:21:24 Nicholas Kaye-Smith wrote: Hi, I'd like to be able to get web forms working in my PyKDE3 application. Currently I have subclassed khtmlpart to support hyperlinks, but I can't find anything in the PyKDE documentation which could allow me to do the same for