[go: up one dir, main page]

Menu

Tree [r1300] / Q3 / trunk /
 History

HTTPS access


File Date Author Commit
 pyqtmods 2006-09-21 kort [r385] Update readme
 sipmods 2006-09-18 kort [r298] Track the sipmods separately
 README.txt 2006-09-21 kort [r385] Update readme

Read Me

Files for modding PyQt to include some Qt3Support classes.

Files:

- sipmods/sip-4.4.5.diff
    Diff to apply to sip-4.4.5 for Qt3Support 
- pyqtmods/PyQt-4.0.1.diff 
    Diff to apply to PyQt-4.0.1 for Qt3Support
- pyqtmods/sip/Qt3Support/ directory
    Place this directory in the sip/ directory of PyQt-4.0.1

Build sip and PyQt as normal.
You should have PyQt4.Qt3Support namespace in your PyQt python module.

Notes: This is very preliminary and experimental. Not all Qt3Support classes
have been implemented.
Runs of pyuic4 with this patch will always include the PyQt4.Qt3Support
import. Future? versions will detect if there are any Qt3Support widgets and
include the import as required.