Here in this tutorial a custom control named PieChart
has been created by extending <QtQuick/QQuickItem>
But I need to extend QQuickTextEdit
I tried to find it but it seems QQuickTextEdit
class is not available in in Qt framework. So I'm not able to extend it. Where could I find it?
How Can I extend a particular qt quick control (such as TextArea
or TextBlock
) in c++?