[PyQt] Re: Build PyQt with sql Driver plugins

2007-09-27 Thread paulino1
Citando Linos <[EMAIL PROTECTED]>: Paulino escribió: Linos escreveu: [EMAIL PROTECTED] escribió: Citando Linos <[EMAIL PROTECTED]>: [EMAIL PROTECTED] escribió: Citando Linos <[EMAIL PROTECTED]>: Paulino escribió: *>Linos* info at linos.es

[PyQt] Re: Build PyQt with sql Driver plugins

2007-09-26 Thread paulino1
Citando Linos <[EMAIL PROTECTED]>: [EMAIL PROTECTED] escribió: Citando Linos <[EMAIL PROTECTED]>: Paulino escribió: *>Linos* info at linos.es

[PyQt] Re: Build PyQt with sql Driver plugins

2007-09-26 Thread paulino1
Citando Linos <[EMAIL PROTECTED]>: Paulino escribió: *>Linos* info at linos.es />Tue Sep 25 22:21:33 BST 2007/ ---

RE: [PyQt] Build PyQt with sql Driver plugins

2007-09-25 Thread paulino1
I suggest you wait for a few days for the release of PyQt 4.3.1. The GPL Windows installer will include ODBC support. Phil Well, I reinstalled the previous versions of Qt (4.2.2) and PyQt (4.1.1) (binary installers) and now don't have any sql driver available!? Paulino. __

Re: [PyQt] Build PyQt with sql Driver plugins

2007-09-25 Thread paulino1
[PyQt] Build PyQt with sql Driver plugins Phil Thompson phil at riverbankcomputing.co.uk Tue Sep 25 15:23:53 BST 2007 On Tuesday 25 September 2007, paulino1 at sapo.pt wrote: In the Pyqt4 docs i find the option

[PyQt] Build PyQt with sql Driver plugins

2007-09-25 Thread paulino1
In the Pyqt4 docs i find the option -t PLUGIN for the configure command. By "PLUGIN" I shall write the dll filename (qtsqlodbc4.dll) or the driver name QODBC, or the full path to the dll? I tried -t qtsqlodbc4 and don't have the driver availlable. Thank's Paulino

[PyQt] Browsing QTableWidget items

2007-08-24 Thread paulino1
Hi! I would like that the Enter/Return key pressed have the same behaviour as the TAB key in a QTableWidget, so that for the user it is equal to press "ENTER" or "TAB". How can i do that? I have a dialog with 2 QTableWidgets in a master / detail relation. I want the focus to switch from

[PyKDE] Signals and Slots not working

2006-12-29 Thread paulino1
These connections statements are not working QObject.connect( spinbox, SIGNAL('valueChanged()'), slider, SLOT('setValue()')) QObject.connect( slider, SIGNAL('valueChanged()'), spinbox, SLOT('setValue()')) I'm reading "C++ Gui Programming with Qt4" and trying out the exemples given there in pyth