Re: [PyQt] Beginner troubles with QlineEdit & SQLite3

2013-06-10 Thread Ryan Hanson
I will reply to you on stackoverflow On Mon, Jun 10, 2013 at 1:21 PM, Josh Flinner wrote: > Unfortunately There isn't anything listed under the section for that. I > still cannot get that with the right code to update that row. this is my > post on StackOverflow and it is just the base code I

Re: [PyQt] Beginner troubles with QlineEdit & SQLite3

2013-06-10 Thread Josh Flinner
Unfortunately There isn't anything listed under the section for that. I still cannot get that with the right code to update that row. this is my post on StackOverflow and it is just the base code I have started with. http://stackoverflow.com/questions/16974379/use-qlineedit-to-udpate-sqlite-databa

[PyQt] Dll created with SIP comes up with not a valid Win32 application

2013-06-10 Thread Arun Viswanathan
Versions: QT Version: 5.0.2 (32 Bit) Python: 2.6.6 Win32 SIP: 4.13.3 Computer is running Windows 2007 64 bit. Also tried the same on computer running Win XP 32. Followed the example shown for pyqt and SIP as explained in http://pyqt.sourceforge.net/Docs/sip4/using.html#a-simple-c-example. Used m

Re: [PyQt] Beginner troubles with QlineEdit & SQLite3

2013-06-10 Thread Ryan Hanson
Look at the documentation for qlineedit.text() that should be what you need. On Jun 10, 2013 11:09 AM, "Josh Flinner" wrote: > I am able to write to the database but I cannot get the text from my > lineEdit. My edit Strategy is on manual submit and then I call the > submitAll. > > > On Mon, Jun 1

Re: [PyQt] Beginner troubles with QlineEdit & SQLite3

2013-06-10 Thread Josh Flinner
I am able to write to the database but I cannot get the text from my lineEdit. My edit Strategy is on manual submit and then I call the submitAll. On Mon, Jun 10, 2013 at 10:55 AM, Ryan Hanson wrote: > Are you having trouble getting the text from your lineEdit or are you > having trouble submit

Re: [PyQt] Beginner troubles with QlineEdit & SQLite3

2013-06-10 Thread Ryan Hanson
Are you having trouble getting the text from your lineEdit or are you having trouble submitting that text to your database? For the latter you might try looking at setEditStrategy from here http://pyqt.sourceforge.net/Docs/PyQt4/qsqltablemodel.html On Mon, Jun 10, 2013 at 9:04 AM, Josh Flinner

[PyQt] Beginner troubles with QlineEdit & SQLite3

2013-06-10 Thread Josh Flinner
I am new to both python and PyQt so forgive my ignorance if it is an obvious solution. I have been trying to link a couple of line edits to update a new row in a SQLite database when a push button is clicked. I can create the new row but cannot submit the data from the line edits to the row. I am a

Re: [PyQt] imageformat plugins under Mac OS X - where are they???

2013-06-10 Thread Timothy W. Grove
Found them at /opt/local/share/qt4/plugins/imageformat, but including them within the directory structure of my application (as I did with Windows) is causing my distribution package to crash :-( . Time to join the cx_Freeze list... Tim On 09/06/2013 09:39, Timothy W. Grove wrote: Hi Folks,

Re: [PyQt] PyQt / SIP from an embedded Python interpreter

2013-06-10 Thread Johan Thelin
Hi, On 8 June 2013 11:00, Phil Thompson wrote: > On Fri, 7 Jun 2013 23:44:17 +0200, Johan Thelin > wrote: >> Hi, >> >> I've been experimenting with using PyQt and SIP from a Python >> interpreter embedded into a larger C++ application. I do this on Linux >> (Kubuntu 13.04), Qt 5 and PyQt/SIP fro

Re: [PyQt] Update on PyQt5 Status

2013-06-10 Thread Phil Thompson
On Mon, 10 Jun 2013 09:22:12 +0100, Brendan Donegan wrote: > On 09/06/13 08:24, Phil Thompson wrote: >> The current PyQt5 snapshot now has a stable API - what is currently >> implemented is what will be in v5.0. > > Out of curiousity will this include the QtQml module? No. That will be in 5.0.1

Re: [PyQt] Update on PyQt5 Status

2013-06-10 Thread Brendan Donegan
On 09/06/13 08:24, Phil Thompson wrote: > The current PyQt5 snapshot now has a stable API - what is currently > implemented is what will be in v5.0. Out of curiousity will this include the QtQml module? > > You will need a current SIP snapshot - which means you will have to > re-build PyQt4. >