[PyKDE] Accessing qscintilla widget from Qt designer
Andre Gosselin
gosselina at dfo-mpo.gc.ca
Wed Oct 13 01:22:50 BST 2004
Hi,
I am a bit new to Qt/PyQt, and this maybe is a stupid question. So
please bear with me.
I am working on Linux (MDK 9.2), with Qt 3.1.2 installed.
I downloaded the Mandrake qscintilla-1.4-2 src rpm, and followed all
instructions given inside the README file to compile QScintilla and the
Qt Designer plugin, eg:
cd qt
qmake qscintilla.pro
make
cp qextscintilla*.h $QTDIR/include
cp qscintilla*.qm $QTDIR/translations
ldconfig
cd ../designer
qmake designer
make
Directory /usr/lib/qt3/lib holds library /qt3/lib/libqscintilla.so.5.0.0
(and symbolic links libqscintilla.so, etc). Directory
/usr/lib/qt3/plugins/designer holds library libqscintillaplugin.so .
Now, when I start Qt Designer, I do not see any scintilla widget. What
am I doing wrong?
Any help appreciated.
More information about the PyQt
mailing list