___
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
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=
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
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
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
() ]
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
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
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
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
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
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
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.
>
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
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
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
15 matches
Mail list logo