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 st

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 Pytho

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 some

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-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 To: Matt

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

2013-09-30 Thread John Fabiani
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 To: Matt Newell On 09/30/2013 05:24 PM, Matt Newell wrote: > On Monday, September 30, 2013

[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 To: Matt Newell On 09/30/2013 05:24 PM, Matt Newell wrote: On Monday, September 30, 2013 04:51:24 PM John Fabiani wrote: Hi, I have an

[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 on

[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 ju

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 > > wrote: > > On Tuesday, January 25, 2011 07:19:17 am Phil Thompson wrote: > >> On Tue, 25 Jan 2011 07:12:30 -0800, John Fabiani > >> > >>

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 > > wrote: > > Hi, > > newbie question - is it possible to capture the 'F4' using SIGNAL for a > > QLineEdit. If so how? Also where can I fin

[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 http://www.riverbankcomputing

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 > > > > wrote: > > > Hi, > > > I have wanted to use QT for some time now. H

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 > > wrote: > > Hi, > > I have wanted to use QT for some time now. However, I'd like to also > > continue > > using something like Dabo (uses wx

[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 t

[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

[PyKDE] Calling from C++

2005-01-25 Thread John Fabiani
Hi, 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 of the Python code. TIA John ___ PyKDE mailing listPyKDE@mats.imk.frau

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 tur

Re: [PyKDE] auto-Complete questions

2004-10-12 Thread John Fabiani
On Tuesday 12 October 2004 00:14, you wrote: > Hi, > Autocompletion can be done from an API file which contains > all Python functions. While this file depends on your > personal configuration of Python, you may use the > "gen_python_api.py" script to scan all your modules. You'll > then have to lo

Re: [PyKDE] auto-Complete questions

2004-10-11 Thread John Fabiani
On Monday 11 October 2004 01:29, Hans-Peter Jansen wrote: > On Monday 11 October 2004 08:08, John Fabiani wrote: > > On Sunday 10 October 2004 22:54, John Fabiani wrote: > > > Hi, > > > > > > I come from the windows world where I have a thing call

Re: [PyKDE] auto-Complete questions

2004-10-10 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 wha

[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 what

Re: [PyKDE] OneFinger - new pyKDE app

2004-09-18 Thread John Fabiani
On Friday 17 September 2004 22:06, Maurizio Colucci wrote: > Hello there, > > here is a new tool that can improve your productivity a lot. Give it a try. > > http://onefinger.sf.net > > Now, if only kicker applet support were ready, I'd make it an applet :-) > > > Mau > > __

[PyKDE] Eric3 and wxpython

2004-09-14 Thread John Fabiani
Hi, I would like to include the wxpython/wx in the auto-complete and calltips. When I added wx/wxPthon to the gen_python_api.py I get the some of the auto-complete but the calltips does almost nothing. Can someone tell me how to get the calltips to work. I'm a newbie to python and wxPython and

[PyKDE] A little off topic - but PyQT

2004-07-18 Thread John Fabiani
Hi, How can I create a QWorkSpace in QT designer? I have been following a few tutorials but they all create SDI type apps than start with a main window and only the main window. I'd like to create a MDI type app within the QT Designer then convert it to PyQT. Thanks in advance. John

[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 sta

[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] http://mats.imk

[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] 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 anythin

[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 etc...fro

[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