[PyQt] Newbie with a circular problem calling problem

2009-02-03 Thread Knapp
app = QtGui.QApplication(sys.argv) myapp = StartQT4() myapp.show() sys.exit(app.exec_()) -- Douglas E Knapp Amazon Gift Cards; let them choose!! http://www.amazon.com/gp/product/B001078FFE?ie=UTF8&tag=seattlebujinkand&linkCode=as2&camp=1789&creat

Re: [PyQt] set qlineedit red, easy?? SOLVED

2009-02-05 Thread Knapp
On Thu, Feb 5, 2009 at 12:50 PM, Frédéric wrote: > > Le 5/2/2009, "Knapp" a écrit: > >>I have a qlineedit that I want to turn the background red when the >>input is bad but I can't seem to find how to do this. I would think it >>would be easy but it does

[PyQt] set qlineedit red, easy??

2009-02-05 Thread Knapp
I have a qlineedit that I want to turn the background red when the input is bad but I can't seem to find how to do this. I would think it would be easy but it does not seem to be. unless I missed something. Thanks. -- Douglas E Knapp Amazon Gift Cards; let them choose!! http://www.amazon.c

[PyQt] Getting it ready to ship.

2009-02-06 Thread Knapp
looked around on the net and it seems there are a lot of ways. What is easy and best; execution speed is not very important for this program? Thanks -- Douglas E Knapp Amazon Gift Cards; let them choose!! http://www.amazon.com/gp/product/B001078FFE?ie=UTF8&tag=seattlebujinkand&linkCode=

[PyQt] LGPL license.

2009-02-10 Thread Knapp
I see that the newer QT4.5 has the LGPL license. Does this mean that pyQT will also have this license? Does using this license mean that you can use the lib and write a closed source app without having to pay for a license? -- Douglas E Knapp Why do we live

Re: [PyQt] LGPL license.

2009-02-10 Thread Knapp
On Tue, Feb 10, 2009 at 8:21 PM, Andreas Pakulat wrote: > On 10.02.09 19:56:44, Knapp wrote: >> I see that the newer QT4.5 has the LGPL license. Does this mean that >> pyQT will also have this license? Does using this license mean that >> you can use the lib and write a clos

Re: [PyQt] LGPL license.

2009-02-10 Thread Knapp
per county, if it goes well. So how much does this lawyer that knows all about these licenses and there effects in all those counties cost? Where do you find him? -- Douglas E Knapp Why do we live? ___ PyQt mailing listPyQt@riverbankcom

Re: [PyQt] LGPL license.

2009-02-12 Thread Knapp
On Thu, Feb 12, 2009 at 2:58 PM, Sundance wrote: > On Thu, Feb 12, 2009 at 01:05:34PM +0100, Knapp wrote: > >> Sometimes I think it would be good to have a commercial license that >> says please pay us after 2 years if you have the cash, perhaps with >> interest to make up

[PyQt] How do you transfer pyQT to QT and write it in the right file?

2009-02-16 Thread Knapp
! Sorry about the dumb question. :-( I hope someone here can help me out. Thanks, -- Douglas E Knapp Why do we live? ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] QT torrents page

2009-03-03 Thread Knapp
http://dist.trolltech.com/torrents/ We need more seeders! The Linux 64 bit bin seems to be broken but the others are working. -- Douglas E Knapp Why do we live? ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com

[PyKDE] PyQT 3.9 and QT 3.2.3 and the reparent method

2004-01-13 Thread Rob Knapp
I'm trying to upgrade to 3.9 and QT 3.2.3 but I'm having issues with the reparent method. Below is an interactive session showing the issue. According to the newsgroups this error occurs when the extension returns NULL instead of Py_None. I've verified that I'm using sip 3.9 and not an earlie

Re: [PyKDE] PyQT 3.9 and QT 3.2.3 and the reparent method

2004-01-13 Thread Rob Knapp
problem in eric3 and had to incorporate a workaround that isn't using reparent. Detlev Am Dienstag, 13. Januar 2004 15:20 schrieb Rob Knapp: I'm trying to upgrade to 3.9 and QT 3.2.3 but I'm having issues with the reparent method. Below is an interactive session showing the

Re: [PyKDE] ActiveX

2004-12-08 Thread Robert Knapp
On Wednesday 08 December 2004 8:14 am, Hihn, Jason wrote: > Does anyone know what it would take to get a QDialog to display in a > browser via PyQt? I'm hoping there's a simple example somewhere. My solution (can't post code because of NDA) was to wrap it in a C++ object that used the ActiveQT l

Re: [PyKDE] PyQT module size

2005-02-18 Thread Rob Knapp
t; the message or any information contained in the message. If you have received > the message in error, > please advise the sender and delete the message. Thank you. > > ___ > PyKDE mailing listPyKDE@mats.imk.fraunhofer.de > http://mats.

Re: [PyKDE] Windows systray application

2005-06-28 Thread Rob Knapp
e help. > > all information highly appreciated. > > thanks. > > .b > > ___ > PyKDE mailing listPyKDE@mats.imk.fraunhofer.de > http://mats.imk.fraunhofer.de/mailman/listinfo/pykde -- --- Rob "Myddrin" Knapp [EMAIL PROTECTED] http://www.myddr

[PyQt] Need Help Wrapping WebKit

2007-07-14 Thread Rob Knapp
Hey everyone, I've been away from the PyQt world for too long. Last time I used it was back in the 3.3 days. But recently, I've found myself playing with a personal project on Linux (and trying to get it run on Mac/Windows as well...), and I decided to go back and see what PyQT4 was all abou

Re: [PyQt] Need Help Wrapping WebKit

2007-07-16 Thread Rob Knapp
> On Sat, 14 Jul 2007 07:15:29 -0400, Rob Knapp wrote: > > > But, now I've hit my first snag. I'm trying to wrap WebKitQt up for use in > > the project, and following the example at riverbankcompting.com/Docs, > > (which looks like it was written for qt3, sinc

Re: [PyQt] Need Help Wrapping WebKit

2007-07-16 Thread Rob Knapp
> On Sat, 14 Jul 2007 07:15:29 -0400, Rob Knapp wrote: > > > But, now I've hit my first snag. I'm trying to wrap WebKitQt up for use in > > the project, and following the example at riverbankcompting.com/Docs, > > (which looks like it was written for qt3, sinc

Re: [PyQt] About keyPressEvent

2007-08-23 Thread Rob Knapp
;ve been moving code around and missed a line or two. --- Rob Knapp Lead Developer www.bizling.com ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyKDE] Using SIP to wrap python objects

2003-06-12 Thread Rob Knapp
I've found myself in a position where I need to present a python object to a C++ object, and it needs to look like a C++ object. The target application knows nothing of python. Would it be possible to create an object using SIP that I can inherit from and use the SIP api to convert into a CppP

Re: [PyKDE] Using SIP to wrap python objects

2003-06-12 Thread Rob Knapp
On Thursday 12 June 2003 09:05 pm, Frederick Polgardy Jr wrote: > Why not write what's called (in "Patterns" speak) an Adaptor class: one > which provides its own interface, and keeps track of the Python objects it > needs to use internally. What kind of interface is the target application > expe

Re: [PyKDE] Using SIP to wrap python objects

2003-06-13 Thread Rob Knapp
On Friday 13 June 2003 04:21 am, Phil Thompson wrote: > On Friday 13 June 2003 12:31 am, Rob Knapp wrote: > > I've found myself in a position where I need to present a python object > > to a C++ object, and it needs to look like a C++ object. The target > > applicati

Re: [PyKDE] Using SIP to wrap python objects

2003-06-13 Thread Rob Knapp
[snip] > > So, if I inherit a C++ object from QWidget and write a sip binding, then > > I'm set. That's what I thought, but what I was hoping for was some way > > to automatically generate this "in between" object. > > It can't be automatically generated if you are adding functionality (the > new

Re: [PyKDE] Using SIP to wrap python objects

2003-07-03 Thread Rob Knapp
On Thu June 12 2003 09:05 pm, Frederick Polgardy Jr wrote: > On Thursday 12 June 2003 18:31, Rob Knapp wrote: > > I've found myself in a position where I need to present a python object > > to a C++ object, and it needs to look like a C++ object. The target > > applicati

[PyKDE] Connecting PYSIGNALS to C++ slots

2003-07-06 Thread Rob Knapp
I am writting a C++ wrapper for some python QT objects. As a result, I need to recieve the PYSIGNALS from the python object and retransmit them so my container binary can connect to them. [This is a double post (kind of), I posted the same question on thursday (7/3/2003), but I've tried a bunch

Re: [PyKDE] Connecting PYSIGNALS to C++ slots

2003-07-06 Thread Rob Knapp
On Sun July 6 2003 11:42 am, Phil Thompson wrote: > What's a "python QT object"? > > Phil Ooops, some internal team jargon slipped in there I guess. It's a designation we use for an instance of a class that was written in python that inherits from a QT object. [Helps us keep straight the piece

[PyKDE] More 3.7 compile issues

2003-07-09 Thread Rob Knapp
I'm currently compiling on a win32 platform and the build process reported that sipBadLengthForSlice was an unknown identifier. The line number provided was line 130 in spi/qstringlist.sip. For the time being I've hacked the .sip file to simply return NULL in those circumstances since my immedi

Re: [PyKDE] More 3.7 compile issues

2003-07-09 Thread Rob Knapp
2003 4:29 pm, Rob Knapp wrote: > > I'm currently compiling on a win32 platform and the build process > > reported that sipBadLengthForSlice was an unknown identifier. The line > > number provided was line 130 in spi/qstringlist.sip. > > Make sure you are using SI

[PyKDE] QT 3.2?

2003-07-23 Thread Rob Knapp
Is anyone running PyQT 3.7 with the newly released QT 3.2? There are some enhancments that would be very nice to have... ___ PyKDE mailing list[EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde