RE: [PyQt] PyQt and DB API.

2008-05-17 Thread objectref
pyqt@riverbankcomputing.com Subject: Re: [PyQt] PyQt and DB API. On 17.05.08 23:47:49, objectref wrote: Please don't hijack other people's threads. > As I have the opinion that "standard" is a good thing, do you think that I > better use some other module that is DB-API complia

[PyQt] PyQt and DB API.

2008-05-17 Thread objectref
Hi, I am reading Mark Summerfield's book ("Rapid GUI programming with Python and Qt"). So, in chapter 15 (Databases), he states that "Python also has its own completely different database API, called DB-API but it isn't needed with PyQt." I think I need a direction on this: I always thought that

RE: [PyQt] Updating the windows installer for Qt 4.4

2008-05-13 Thread objectref
I think this would be the ideal solution, indeed! > What I might consider doing is producing an alternative installer for Qt, ie. >a Qt-Lite that only includes the bits that PyQt requires. ___ PyQt mailing listPyQt@riverbankcomputing.com http://w

RE: [PyQt] Updating the windows installer for Qt 4.4

2008-05-13 Thread objectref
Ok Phil, I understand. I just see that is too difficult now to tell a user to download a...90MB file. Anyway, we can't have them all, can we ? :) Anthony -Original Message- From: Phil Thompson [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 13, 2008 11:24 AM To: objectref;

RE: [PyQt] Updating the windows installer for Qt 4.4

2008-05-13 Thread objectref
Hi Phil, First we will install Qt/MinGW and then your installer ? And we have to do this for every machine we want our code to run, correct ? Ps: Just of curiosity: Why is that change ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Phil Thompson Sen

Re: [PyQt] Custom Model for HDF5 QTreeView?

2008-04-23 Thread objectref
Hey, thanks for the help. And sorry about not changed the subject to something relative to my post (not enought sleep times these days...), i just noticed that :-(  ps: Mark, you have a great book out there, i finished it last night! Mark Summerfield wrote: On 2008-04-22, objectref

Re: [PyQt] Custom Model for HDF5 QTreeView?

2008-04-22 Thread objectref
Hi, i am in a process of saying goodbye to Windows (Vista) and switching totally to Ubuntu. Is the following order of installing the software correct ?? 1. Python 2. SIP 3. Qt 4. PyQt 5. Eric Thanks for any help! ___ PyQt mailing listPyQt@river

Re: [PyQt] QT Designer for Custom Widgets.

2008-04-18 Thread objectref
Hey David, thanks for the reply! I know this stuff about "promotion" in code, i just wanted to figure out how i can do it in Designer. Glad to know that next version of it will allow for this stuff! Thanks again! David Boddie wrote: On Wed, 16 Apr 2008 13:10:01 +0300, objec

RE: [PyQt] QT Designer for Custom Widgets.

2008-04-16 Thread objectref
008 4:13 PM To: pyqt@riverbankcomputing.com Subject: Re: [PyQt] QT Designer for Custom Widgets. objectref wrote: >Hi, > >I am reading Mark Summerfields' "Rapid Gui Programming with Python and Qt". >Until the chapter I am now, I saw that we can build a new custom widget

[PyQt] QT Designer for Custom Widgets.

2008-04-16 Thread objectref
Hi, I am reading Mark Summerfields' "Rapid Gui Programming with Python and Qt". Until the chapter I am now, I saw that we can build a new custom widget by subclassing an existing one and adding our own stuff. All this by code. Can I achieve the same thing by using solely the Qt Designer ?? I mean