[PyKDE] Eric 3.3 : Keyboard handling under Windows XP

2004-03-01 Thread Andrew Smart
Hi, I use Eric 3.3 under Windows XP (PyQt 3.10; Qt 3.2.3). I have trouble using the [], {} and \ keys (as well as other special keys) in the editor window of eric. In the Python shell the keyboards works fine. I tried to circumvent the problem with macros, but it is not possible to connect

AW: [PyKDE] PyQt 3.10 and Qt 3.3.0

2004-02-18 Thread Andrew Smart
[EMAIL PROTECTED] wrote: On Wednesday 18 February 2004 08:45, Andrew Smart wrote: Hi, I tried to build PyQt 3.10 with Qt 3.3.0 (both commercial, on windows). Failed (some stuff in the TableWidget...). Before I dig down: the PyQt site states it supports Qt up to 3.2.3. Is 3.3.0

[PyKDE] QWidgetFactory.create installEventFilter

2003-08-22 Thread Andrew Smart
Hi, I'm using pyqt 3.7 with Qt 3.1.2. I try to create dynamically a Dialog out of a ui file and install an eventHandler afterwards. class EventMgr(QObject): def __init__(self): pass def eventFilter(self, object, event): if (event.type() == QEvent.Close):

RE: [PyKDE] QWidgetFactory.create installEventFilter

2003-08-22 Thread Andrew Smart
Phil Thompson wrote: On Friday 22 August 2003 10:22 am, Andrew Smart wrote: Hi, I'm using pyqt 3.7 with Qt 3.1.2. I try to create dynamically a Dialog out of a ui file and install an eventHandler afterwards. class EventMgr(QObject): def __init__(self): pass def

[PyKDE] Build-Bug in PyQt 3.6/3.7 and Qt 3.1.2 commercial

2003-07-06 Thread Andrew Smart
Hi folks, I have trouble building sip 3.6/3.7, PyQt 3.6/3.7 together with Qt 3.1.2 under Windows. All versions are commercial, the bug applies to 3.6 as well as 3.7. The build.py seeks for the qt libraries with the pattern qt, qt-mt and so on. On my installation I have a qtmt312.lib instead

AW: [PyKDE] Mixing Qt-App and PyQt

2003-07-06 Thread Andrew Smart
[EMAIL PROTECTED] wrote: On Thursday 03 July 2003 11:44 am, Andrew Smart wrote: Hi folks, ... Are there some examples around how to pass C++ - Qt-Objects to the PyQt lib? sipMapCppToSelf() should do what you want... Python_QWindow = sipMapCppToSelf(C++_QWindow,sipClass_QWindow