Re: [PyQt] help: beforeUpdate QSqlRecord bus error

2010-08-23 Thread Scott Frankel
On Aug 23, 2010, at 2:18 PM, Baz Walter wrote: On 23/08/10 16:11, Scott Frankel wrote: Please excuse the re-post. I'm at a loss as to why executing a QSqlRecord object's count() or isEmpty() method results in a bus error crash. Suggestions would be greatly appreciated. i'm probably not g

[PyQt] Fwd: Re: help: beforeUpdate QSqlRecord bus error

2010-08-23 Thread Jan Haag
I'm sorry, this conversation went off-list by my hitting the wrong button, so I'm re-posting it in the right place. Jan Original Message Subject: Re: [PyQt] help: beforeUpdate QSqlRecord bus error Date: Mon, 23 Aug 2010 13:55:30 -0700 From: Scott Frankel To: Jan Haag On Aug

Re: [PyQt] help: beforeUpdate QSqlRecord bus error

2010-08-23 Thread Baz Walter
On 23/08/10 16:11, Scott Frankel wrote: Please excuse the re-post. I'm at a loss as to why executing a QSqlRecord object's count() or isEmpty() method results in a bus error crash. Suggestions would be greatly appreciated. i'm probably not going to be able to help you myself, but in any case i

[PyQt] QAction, signals, eric4, Windows and Linux...

2010-08-23 Thread fpp
Hi, I'm currently working on a simple app, which I code on a Windows desktop using Designer and eric4, then copy over to a Nokia N900, which uses a specific version of Linux (Maemo5). I spent some time today trying to understand why the menu and toolbar were working fine on the desktop, but not o

Re: [PyQt] Next PyQt, SIP and QScintilla Releases

2010-08-23 Thread Baz Walter
On 23/08/10 19:25, Phil Thompson wrote: Got it - should be fixed in tonight's PyQt/SIP snapshots. your timing is impeccable :) i was just about to hit send and post a test case (although not a very good one). thanks for fixing this so quickly - it was starting to drive me nuts!

Re: [PyQt] Next PyQt, SIP and QScintilla Releases

2010-08-23 Thread Phil Thompson
On Sun, 22 Aug 2010 15:51:12 +0100, Baz Walter wrote: > On 22/08/10 09:56, Phil Thompson wrote: >> Development is finished on the next releases of PyQt, SIP and QScintilla, >> so testing your favorite application against current snapshots would be a >> good idea... > > i'm seeing lots of "Runtime

Re: [PyQt] help: beforeUpdate QSqlRecord bus error

2010-08-23 Thread Scott Frankel
Please excuse the re-post. I'm at a loss as to why executing a QSqlRecord object's count() or isEmpty() method results in a bus error crash. Suggestions would be greatly appreciated. Thanks! Hi all, Can anyone please help shed light on why methods performed on a QSqlRecord object w

Re: [PyQt] Multiple selection using CTRL key

2010-08-23 Thread matteo.bosc...@boscolini.eu
Hi, in my open application,PythonCAD , I use the setdragmode as follows . view.setDragMode(QtGui.QGraphicsView.RubberBandDrag) to activete the rubberbAndDrag, the qt framework did the rest http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qgraphicsview.html#DragMode-enum Regards, Ma

Re: [PyQt] Multiple selection using CTRL key

2010-08-23 Thread Hugo Léveillé
I can still select multiple selections just by dragging the mouse with that mode. No controil key needed. On Mon, 23 Aug 2010 13:34 +0200, "fpp" wrote: > On Mon, Aug 23, 2010 at 12:20 PM, Hugo Leveille > wrote: > > hey there > > Using QT designer, I have set my listWidget to accept multiple s

[PyQt] Multiple selection using CTRL key

2010-08-23 Thread Hugo Leveille
hey there Using QT designer, I have set my listWidget to accept multiple selection. But i have not found a selection method that will allow multiple selection only when control key is pressed ( like in windows for exemple ) What would be the best way to do that? -- Hugo Leveille Digital com

Re: [PyQt] about the sip wrappers

2010-08-23 Thread Phil Thompson
On Mon, 23 Aug 2010 11:30:55 +0800, "燕子" wrote: > Dear sir. > my head file is > myqtlibtest.h: > #ifndef MYQTLIBTEST_H > #define MYQTLIBTEST_H > #include "myqtlibtest_global.h" > //#include > #include > #include > #include "test.h" > class MYQTLIBTEST_EXPORT myqtlibtest > { > public: > m

Re: [PyQt] Next PyQt, SIP and QScintilla Releases

2010-08-23 Thread Phil Thompson
On Sun, 22 Aug 2010 15:51:12 +0100, Baz Walter wrote: > On 22/08/10 09:56, Phil Thompson wrote: >> Development is finished on the next releases of PyQt, SIP and QScintilla, >> so testing your favorite application against current snapshots would be a >> good idea... > > i'm seeing lots of "Runtime