Hi, I'd like to extend the TextEdit item in QML. The C++ code is in qdeclarativetextedit.cpp but the problem is that I can't find any public headers - only private ones. Originally I thought I'll create a sub-class, but it would also be ok to do it differently. Does anyone have an idea? Thanks! Conny