Re: [PyQt] Possible bug with new signal-slot connection

2012-05-18 Thread Detlev Offenbach
Am Donnerstag, 17. Mai 2012, 22:27:32 schrieb Hans-Peter Jansen: On Wednesday 16 May 2012, 22:21:05 Phil Thompson wrote: So the rule is that if you make a connection old style then you must disconnect old style as well and the same for new style. You also need to be aware that pyuic4 uses

Re: [PyQt] How do you compile 64bit PyQt on Windows w/o Visual Studio.

2012-05-18 Thread Phil Thompson
On Thu, 17 May 2012 17:46:21 -0700, Brian Knudson bri...@pipelinefx.com wrote: I'm trying to compile 64bit PyQt on Windows 7. (I am a commercial customer, so I have to build PyQt, AFAIK). I've downloaded MinGW had good success getting SIP compiled, but I couldn't compile PyQt. I deduce that

Re: [PyQt] Time auto update to my widget

2012-05-18 Thread David Boddie
On Thu, 17 May 2012 17:43:08 +0530, Ganesh Kumar wrote: I am new to pyqt, I have create one small application, my application starts time , will updates continuously, like analog clock How to do this, please guide me guys, Take a look at the widgets/analogclock example in the PyQt archive.

[PyQt] Wrap C++ classes using SIP

2012-05-18 Thread Jayesh Chaudhary
Folks, I am a newbie to SIP. I am trying to wrap couple of classes and it was going good till I hit this problem. So here is my use case: Lets say I have two classes Foo and Bar. I already have Bar wrapped (not via SIP though) and now I am trying to wrap Foo using SIP. My Foo looks like this:

Re: [PyQt] How do you compile 64bit PyQt on Windows w/o Visual Studio.

2012-05-18 Thread Brian Knudson
On May 18, 2012, at 2:17 AM, Phil Thompson wrote: On Thu, 17 May 2012 17:46:21 -0700, Brian Knudson bri...@pipelinefx.com wrote: I'm trying to compile 64bit PyQt on Windows 7. (I am a commercial customer, so I have to build PyQt, AFAIK). I've downloaded MinGW had good success getting SIP

[PyQt] From/Import, proper namespace,etc

2012-05-18 Thread JPolk
I think I figured this out once, lol...but can't seem to recall... Consider you have two python files,...a and b...where you launch a and import b. But inside b is a PyQt call back to a control defined in a. I keep getting a not defined error... So,... ===

[PyQt] (no subject)

2012-05-18 Thread Wes Goodenough
Hello. I'm learning PyQt for use with Designer for database applications. I've been reading all the resources and tutorials, and I have a good amount of experience with GUI and Database programming in MS ACCESS. I have finally decided to put in the effort to lear python and QT but i'm stuck