Re: [PyQt] Fwd: Re: c++ app integrate PyQt

2013-10-01 Thread John Fabiani
On 10/01/2013 02:46 AM, David Boddie wrote: On Tue Oct 1 03:05:55 BST 2013, John Fabiani wrote: Sorry if I mis-led you somewhere. The C++ app has been around for many years and is NOT going to be rewritten anytime soon. I want to integrate a python solution that will allow me to create new

Re: [PyQt] Fwd: Re: c++ app integrate PyQt

2013-10-01 Thread John Fabiani
On 10/01/2013 08:00 AM, David Boddie wrote: On Tue Oct 1 15:16:58 BST 2013, John Fabiani wrote: If you would forward an example to me it would very helpful. I'll try to dig something out. I sent a broken example to the mailing list a few days ago, but I'm sure I could put something else

Re: [PyQt] Fwd: Re: c++ app integrate PyQt

2013-10-01 Thread John Fabiani
On 10/01/2013 09:04 AM, David Boddie wrote: On Tue Oct 1 16:08:23 BST 2013, John Fabiani wrote: On 10/01/2013 08:00 AM, David Boddie wrote: [...] You don't have to wrap the entire API or rewrite the whole application. You just need to identify which classes need to be exposed to Python

Re: [PyQt] Fwd: Re: c++ app integrate PyQt

2013-10-01 Thread John Fabiani
On 10/01/2013 11:52 AM, Matt Newell wrote: That sounds encouraging. But it lacks a little detail - like how does one embed python (PyQt) into a C++ app. The sip I sort of understand and it is doable. I only need a few C++ classes and that makes sense. But I don't have a clue how or where to

[PyQt] c++ app integrate PyQt

2013-09-30 Thread John Fabiani
Hi, I have an existing Qt C++ app (Qt5.1.1). Is it possible to integrate PyQt into the project. I'd like the PyQt to have access to some of the C++ functions, C++ classes, but I want to write frames,windows, all the controls in PyQt including accessing the database. Most important I want

[PyQt] Fwd: Re: c++ app integrate PyQt

2013-09-30 Thread John Fabiani
Original Message Subject:Re: [PyQt] c++ app integrate PyQt Date: Mon, 30 Sep 2013 17:51:28 -0700 From: John Fabiani jo...@jfcomputer.com To: Matt Newell newe...@blur.com On 09/30/2013 05:24 PM, Matt Newell wrote: On Monday, September 30, 2013 04:51:24 PM

Re: [PyQt] Fwd: Re: c++ app integrate PyQt

2013-09-30 Thread John Fabiani
On 09/30/2013 06:36 PM, Glenn Ramsey wrote: On 01/10/13 14:22, John Fabiani wrote: On 09/30/2013 06:11 PM, John Fabiani wrote: Original Message Subject: Re: [PyQt] c++ app integrate PyQt Date: Mon, 30 Sep 2013 17:51:28 -0700 From: John Fabiani jo

[PyQt] how many users

2013-04-19 Thread John Fabiani
Hi folks, I realize questions like how many downloads and how many users of 'pyqt are often asked and never answered to anyone's satisfaction. But I need to justify the use of pyqt and the question comes up in discussion. So can someone point me with a link or other material to help me

[PyQt] key capture

2011-01-25 Thread John Fabiani
Hi, newbie question - is it possible to capture the 'F4' using SIGNAL for a QLineEdit. If so how? Also where can I find a list of the available signals (events)? Johnf ___ PyQt mailing listPyQt@riverbankcomputing.com

Re: [PyQt] key capture

2011-01-25 Thread John Fabiani
On Tuesday, January 25, 2011 07:19:17 am Phil Thompson wrote: On Tue, 25 Jan 2011 07:12:30 -0800, John Fabiani jo...@jfcomputer.com wrote: Hi, newbie question - is it possible to capture the 'F4' using SIGNAL for a QLineEdit. If so how? Also where can I find a list of the available

Re: [PyQt] key capture

2011-01-25 Thread John Fabiani
On Tuesday, January 25, 2011 07:50:39 am Phil Thompson wrote: On Tue, 25 Jan 2011 07:43:05 -0800, John Fabiani jo...@jfcomputer.com wrote: On Tuesday, January 25, 2011 07:19:17 am Phil Thompson wrote: On Tue, 25 Jan 2011 07:12:30 -0800, John Fabiani jo...@jfcomputer.com wrote: Hi

Re: [PyQt] Is there a Dabo like framework

2010-08-26 Thread John Fabiani
On Thursday, August 26, 2010 01:11:17 am Phil Thompson wrote: On Wed, 25 Aug 2010 19:24:16 -0700, John Fabiani jo...@jfcomputer.com wrote: Hi, I have wanted to use QT for some time now. However, I'd like to also continue using something like Dabo (uses wxPython for thegui but any

Re: [PyQt] Is there a Dabo like framework

2010-08-26 Thread John Fabiani
On Thursday, August 26, 2010 07:20:24 am John Fabiani wrote: On Thursday, August 26, 2010 01:11:17 am Phil Thompson wrote: On Wed, 25 Aug 2010 19:24:16 -0700, John Fabiani jo...@jfcomputer.com wrote: Hi, I have wanted to use QT for some time now. However, I'd like to also

[PyQt] Is there a Dabo like framework

2010-08-25 Thread John Fabiani
Hi, I have wanted to use QT for some time now. However, I'd like to also continue using something like Dabo (uses wxPython for thegui but any database). So before I start something big like porting pyQT to Dabo. I thought I'd check and see if there were something using pyQT similar

[PyKDE] Does PyKDE support the data classes of QT?

2005-01-31 Thread John Fabiani
Hi, I was wondering if the PyKDE/PyQT has support for the data classes builtin to the QT lib's i.e. QSqlCursor, QSqlDatabase etc.. Thanks John ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] Calling from C++

2005-01-25 Thread John Fabiani
On Tuesday 25 January 2005 11:06, Jim Bublitz wrote: On Tuesday 25 January 2005 10:10, John Fabiani wrote: Can someone provide a link or demo code calling Python KDE from C++. I'm wondering if I can write a program in Python and have the C++ code control the opening and closing

Re: [PyKDE] auto-Complete questions

2004-10-13 Thread John Fabiani
On Wednesday 13 October 2004 06:35, you wrote: By default, 'wx' and 'wxPython' seem to be excluded from scanned module list. You should have a look at the 'gen_python_api.py' header and edit manually the excludedirlist. Hope it helps. ++ Jul. It does help and thank you. But as it turns out

Re: [PyKDE] auto-Complete questions

2004-10-11 Thread John Fabiani
On Sunday 10 October 2004 22:54, John Fabiani wrote: Hi, I come from the windows world where I have a thing called Intellisense (Visual FoxPro). Intellisense some how is aware of all available functions (even user defined functions). I was wondering if that's what auto-complete is suppose

[PyKDE] auto-Complete questions

2004-10-10 Thread John Fabiani
Hi, I come from the windows world where I have a thing called Intellisense (Visual FoxPro). Intellisense some how is aware of all available functions (even user defined functions). I was wondering if that's what auto-complete is suppose to do? It appears that my version only knows about

[PyKDE] QT makes icon from text

2004-05-28 Thread John Fabiani
Hi, Newbie ? I'm finding more example code that has a list I.e. fileopen=[lots of text] that is used to create icons for menu's or toolbars. Can someone tell me how the list were created - is there some tool? My guess it's some sort of binary form that turns on pixels. Also is this the

[PyKDE] which sql QT or Python

2004-05-27 Thread John Fabiani
Hi, Newbie question. I just read an article on the use of QT SQL commands. Are the SQL commands part of the PyQt package and if they are which is better Python. or QT SQL commands? TIA John ___ PyKDE mailing list[EMAIL PROTECTED]

[PyKDE] Next newbie issue

2004-05-26 Thread John Fabiani
Hi, After installing my windows version I realized that my SUSE 9.0 might be missing lots of other stuff. I checked sourceforge and discovered a RPM for SUSE 9.0. It contains a PyKDE rpm and a much of other stuff. Checking my software install software from SUSE (YaST) it can't find anything

[PyKDE] Another dumb question Fr a newbie

2004-05-26 Thread John Fabiani
Hi, I decided to install PyQt on my windows box from Riverbank. It's a good thing because it came with Examples. The bad thing it did not come with everything. After some thought I realized that I needed the dll from Trolltech. Someone needs to place a readme file for newbies (somewhere

[PyKDE] Hoping this would be the correct forum for pyqt

2004-05-25 Thread John Fabiani
Just wondering - did I join the correct forum? I'm looking for the PYQT list/forum - is this it? John ___ PyKDE mailing list[EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

[PyKDE] Newbie MDI question

2004-05-25 Thread John Fabiani
Hi, I'm a newbie (not only with PyQT but also Python). But I do have experience with M$ windows Visual FoxPro. So in the VFP world we use a MDI format for our programs. I'd like to continue this practice. So the question: When I create a QMainWindow (my main window) I add my menu's