элементы запривачены ?
Lets consider the TextEdit QML component. If you wanted to create an item that extended the existing functionality of TextEdit you would have to do so from QML. The TextEdit QML component is implemented in C++, but that class is not public API, so you can’t use that class in your custom C++ item via aggregation nor composition.
QML это абстракция над C++, со всеми из этого вытекающими последствиями, это в большей степени хорошо и в меньшей плохо
Обсуждают сегодня