[Interest] [qt-iOS] I can't deploy a folder into app bundle since qt5.3.1

2014-08-22 Thread Liang Jian
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

[Interest] Design for a C++ Custom QML-Text-Editor-Component? (ala "Code Bubbles")

2014-08-22 Thread charleyb123 .
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