My only problem is that I construct the UI via QtDesigner. Is there a way to
"overwrite" the table added via Designer without being a PyQt4 expert?
:D
Simone
- Messaggio originale -
Da: Mark Summerfield <[EMAIL PROTECTED]>
A: pyqt@riverbankcomputing.com
Cc: Simone
I'm trying to create a custom QSqlRelationalDelegate.
In the database, the date field is in text form '-MM-dd'. I have to show
that string in a QSqlTable in the form 'dd-MM-'.
I think to overwrite the paint method of the QSqlRelationalDelegate, but the
result is not what I'm expeting:
I'm a newbie in programming and in pyqt. I want to ask
you if there is a documentation/book that explains
every function and the usage of the function on pyqt.
All the documentation I find explain the function for
c++ application and not for python.
Particurarly, I search documentation regarding th