Re: [PyQt] SIP v4.7.1 and PyQt v4.3.1 Released

2007-09-29 Thread Paulino
___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt At first, I found an error about MSVCP71.dll missing, wich i copied from another box. The QODBC and QODBC3 drivers are available! Paulino

[PyQt] Re: Build PyQt with sql Driver plugins

2007-09-26 Thread Paulino
Linos escreveu: [EMAIL PROTECTED] escribió: Citando Linos <[EMAIL PROTECTED]>: [EMAIL PROTECTED] escribió: Citando Linos <[EMAIL PROTECTED]>: Paulino escribió: *>Linos* info at linos.es <mailto:pyqt%40riverbankcomputing.com?Subject=

[PyQt] Build PyQt with sql Driver plugins

2007-09-25 Thread Paulino
and sip and PyQt, and instaled qt from binary, but didn't got QODBC available. What options did you gave the PyQt's configure.py? Paulino ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] ODBC QSqlQuery]

2007-09-24 Thread Paulino
The commerical sites I found using google are www.easysoft.com and www.openlinksw.com. (...)" Paulino Date: Sun, 23 Sep 2007 13:23:24 +0200 From: Linos <[EMAIL PROTECTED]> Subject: [Fwd: [PyQt] ODBC QSqlQuery] To: pyqt@riverbankcomputing.com Message-ID: <[EMAIL PROTECTED]> C

[PyQt] subclass QTableView's delegate

2007-09-15 Thread Paulino
ed as datetime's, but I'm only interested in date's. Thank You Paulino ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] how to get text from QTextEdit document

2007-04-25 Thread Paulino
() ] for i in range( 1, doc.blockCount() ): block = block.next() lines.append( block.text() ) where : self.texto = QtGui.QTextEdit(self.widget) Paulino ___ PyQt mailing listPyQt@riverbankcomputing.com http

[PyKDE] How to stay always on top of other apps

2007-02-17 Thread Paulino
How can I make a PyQt app stay always on top of any orher app? In wxPython there is a "wx.STAY_ON_TOP" style for frames floating behavior. I'm 'translating' an app I had writen in wxpython to PyQt4 and I miss this funciona

[PyKDE] QTableWidget Signals

2007-02-12 Thread Paulino
QTableWidgetItem ... Can you show me an example of how to connect a QTableWidget itemClicked() signal to something? I can manage the QTableWidget cells signals like cellActivated(int, int) or cellChanged(int, int) these are working fine. Thanks, Paulino

[PyKDE] QTableWidget.clearContents diferent behavior in win and Linux

2007-02-07 Thread Paulino
button is not working... would have to hit the table to see the result. Any clue? Thanks Paulino ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

[PyKDE] QTableWidget cellClicked(int, int) SIGNAL not working

2007-02-07 Thread Paulino
well it works with the cellPressed signal instead of cellClicked... Paulino Message: 3 Date: Wed, 07 Feb 2007 01:33:55 + From: Paulino <[EMAIL PROTECTED]> Subject: [PyKDE] QTableWidget cellClicked(int, int) SIGNAL not working To: pykde@mats.imk.fraunhofer.de Message-ID: <[EMAIL

[PyKDE] QTableWidget cellClicked(int, int) SIGNAL not working

2007-02-06 Thread Paulino
I can't get the QTableWidget Signall "cellClicked()" neither "currentCellChanged()" working. this is the connection not working QObject.connect( self.tabMaster, SIGNAL("cellClicked(int, int)"), self.mostraMovDetalhe ) but this connection works proporly: (signal emited from a QPushButton, the

[PyKDE] Re: QTableView vs QTableWidget (Andreas Pakulat)

2007-02-06 Thread Paulino
lt;[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii On 01.02.07 01:20:40, Paulino wrote: > It's an invoicing app that I'm working on. The main dialog, will send data to > several tables: invoices, invoices lines, products, customers. >

[PyKDE] QTableView vs QTableWidget

2007-01-31 Thread Paulino
QSqlQueryModel with writing flags and QtableView or QtableWidget? What are the pro's and con's of each? In the first one I don't see yet how I can handle the multiple inserts and updates. QValidators don't seem to work with cells of both widgets, I have to implement t

Re: [PyKDE] VendorID installation

2006-05-17 Thread Paulino
Ulrich Berning escreveu: Jose Paulino Carvalho Ascencao schrieb: I have a error while installing VendorID: When running 'setup.py install' it says that "The .NET framework needs to be installed before building extensions for Python" I first had the same message wh

[PyKDE] VendorID installation

2006-05-16 Thread Jose Paulino Carvalho Ascencao
I have a error while installing VendorID: When running 'setup.py install' it says that "The .NET framework needs to be installed before building extensions for Python" I first had the same message when running the build command, but then I used the '-c mingw32' option and had no errors. What