Re: [PyQt] QSettings with different Python versions

2013-04-10 Thread Tobias Rzepka
Phil Thompson schrieb am 09.04.2013 15:45: On Fri, 05 Apr 2013 16:20:58 +0200, Tobias Rzepka tobias.rze...@gmail.com wrote: Hello Phil, I have encountered some odd behavior in the QSettings if I use the same ini with Python 2 and Python 3. I was able to track the problem down to a entry which

[PyQt] QSql Timeout for Slow Connections

2013-04-10 Thread Ryan Hanson
I am working on a program that needs to write data back to a remote database. The location that needs this program has a high latency internet connection that is spotty at best. The problem I am having is that when the internet connection is down it takes two minutes or so for QSqlDatabase.open()

Re: [PyQt] Problems with new-style signal/slot syntax

2013-04-10 Thread Baz Walter
On 09/04/13 22:19, Phil Thompson wrote: On Tue, 09 Apr 2013 21:06:44 +0100, Baz Walter baz...@ftml.net wrote: After a bit of trial and error, it seems that signatures with plain or const arguments work okay, but the ones with pointer arguments don't. That is, unless the full C++ signature is