PDA

View Full Version : QTextEdit to edit source code



peace_comp
5th November 2010, 10:41
Hi,

I'm trying to developp a personalized IDE, that should allow to write some C/C++ code and compile/execute it. So I wonder if there's a kind of QTextEdit 'template(?!)' for editing source code instead of simple text. especially for keywords ( Something like in Qt Creator to edit source code ).

Thanks ;)

Mdi.

peace_comp
5th November 2010, 14:53
I found what I was looking for : QScintilla

http://www.riverbankcomputing.co.uk/software/qscintilla/intro

:)