[PyKDE] WStyle_Dialog missing in pyqt
Marco Wahl
mw at visenso.de
Mon Aug 1 13:16:59 BST 2005
WStyle_Dialog is defined in Qt 3.3 (http://doc.trolltech.com/3.3/qt.html) but
not with the pyqt-bindings:
vr12 /work/mw_te> python
Python 2.2.2 (#1, Feb 7 2005, 15:23:55)
[GCC 3.3 20030226 (prerelease) (SuSE Linux)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from qt import *
>>> print 'WStyle_Dialog' in dir(Qt)
0
This is obviously a bug.
See also the thread
http://mats.imk.fraunhofer.de/pipermail/pykde/2003-February/004671.html.
Cheers
--
Marco Wahl | email: mw at visenso.de
Visenso GmbH | http://www.visenso.de
Nobelstrasse 15, 70569 Stuttgart | Tel: +49 (0) 711 849700 22
GERMANY | Fax: +49 (0) 711 849700 79
More information about the PyQt
mailing list