Hello everyone, I am writing a mobile app under iOS, I can deploy a
file to app bundle using qtcreator but I can't deploy a folder into app
bundle since qt 5.3.1.
If I put some thing like the following into my *.pro file:
deployment.files =
QMAKE_BUNDLE_DATA += deployment
Bui
I'd like to implement in C++ a "rich-text-editor" component for QML. Think
"code-bubbles" for editing (where many of these text-editor-components will
exist side-by-side on a QML canvas).
I'd like it in C++, as I expect it to become somewhat "rich" for internal
behavior, such as to support advanc