[PyQt] Newbie - Form and Mysql

2012-02-06 Thread nibbio6000
Hi, I'm very new with python and pyqt. I would like to understand the steps to do to build a easy form that list the result of a query from a database mysql using pyqt. I learn how to connect python to mysql and how run querybut i've never find how to put the record in a list of a mask to

[PyQt] Drawing recursive arrows

2012-02-06 Thread Jeffrey Spies
I'm working on open source software that is basically a graphviz GUI, where nodes (circles, squares, diamonds; QGraphicsItems) are connected via arrows. I have that working. However, I'd like an arrow that points to a single node like in the attached image. Has anyone (1) created these recursive

Re: [PyQt] Help understanding a backtrace

2012-02-06 Thread Kovid Goyal
On Mon, Jan 30, 2012 at 12:22:35PM +, Phil Thompson wrote: Try the current tip of the 4.13-maint branch without any additional changes... I'm happy to report I have seen no more crashes. I'd appreciate a 4.13.2 release, so I have to deal with fewer calibre randomnly crashing bug reports.