[PyKDE] ANNOUNCE: PyQt v2.4 (Python Bindings for Qt)
Phil Thompson
phil at river-bank.demon.co.uk
Sun Apr 22 18:01:04 BST 2001
PyQt v2.4 (the Python bindings for the Qt cross-platform GUI toolkit)
are available for download at http://www.thekompany.com/projects/pykde/.
Changes include...
- Added support for Qt v2.3.0 and Python v2.1.
- Added the Qt v2.3.0 QApplication.type() class method.
- Added the Qt v2.3.0 QFontDatabase.isFixedPitch() class method.
- Added the Qt v2.3.0 QToolBar.styleChange() class method.
- Added the Qt v2.3.0 QScrollView.AutoOneFit enum value.
- Added the Qt v2.3.0 QInterlaceStyle class.
- Added the missing QFileDialog.getExistingDirectory() class method and
the QFileDialog.DirectoryOnly enum value.
- Added the missing QLineEdit.setReadOnly(), QLineEdit.readOnly() class
methods.
- Added the missing QMotifStyle.comboButtonFocusRect(),
QMotifStyle.comboButtonRect(), QMotifStyle.drawComboButton() class
methods.
- Added the missing QPalette.Inactive enum value.
- Added the missing final argument to the QMultiLineEdit.insertAt()
class method.
- Added the QCustomEvent class.
- A signal emitted to a Python slot that has been garbage collected no
longer causes a segmentation fault (requires Python v2.1).
Phil
More information about the PyQt
mailing list