Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QML Creator for Android
Forum Updated to NodeBB v4.3 + New Features

QML Creator for Android

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 706 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    wearyinside
    wrote on last edited by
    #1

    I'd like to introduce QML Creator, my latest side project. I wrote this program for Android in just 2 weeks, in after-work hours. It is a Qt Quick 2.1 app based on "ApplicationWindow":http://qt-project.org/doc/qt-5.1/qtquickcontrols/qml-qtquick-controls1-applicationwindow.html with a few C++ fragments injected. This program is intended to help develop QML components right on your mobile device.

    Really, this app is not designed to be used for serious development. Rather, it is a fan project for Qt lovers like myself. I often found the need, in the absence of a desktop computer, to show QML's advantages to programers who haven't yet had a chance to appreciate declarative programming. Or, alternatively, if you want to develop QML components and just don't have a desktop around, now you can do it anywhere you like on your mobile device.

    I've had an idea to write this app for quite a while, and I figured it shouldn't take me a long time - the minimal realization is just a "Qt.createQmlObject":qt-project.org/wiki/QML-Dynamic-Objects call. You probably realized by now it doesn't compile any .apk. But the fact that it simply creates and executes components that you're going to write later, doesn't minimize it's merits! For those of you who are being especially skeptical, I developed several effective demos which can be opened from the Examples menu. Animation, Web Integeration, Controls, Canvas, Shaders - it's all unlimited. I used "LocalStorage":http://qt-project.org/doc/qt-5.1/qtquick/qmlmodule-qtquick-localstorage2-qtquick-localstorage-2.html to enable saving the projects (every component is a project), and you can use "pastebin":http://pastebin.com/ to import the ready projects and use them on a desktop.

    !http://habr.habrastorage.org/post_images/3c3/8a0/0bc/3c38a00bc8e8370ad6b506553430790b.png(screenshot)!
    !http://habr.habrastorage.org/post_images/901/d32/541/901d3254169d58f4d8f28cc9de3418ba.png(screenshot)!
    !http://habr.habrastorage.org/post_images/8a7/02d/e5b/8a702de5b8b68aa1c8bfb2440effcd23.png(screenshot)!

    The first release includes 7 examples and all the functionality of Qt Quick 2.1. In the near future, I'm going to finish the code highlighting (it's not really working right now, sorry) and also build in some editor skins. Naturally, I'll give you some more examples. And upgrade to 5.2:)

    C++ fragments include syntax highlighting ("QSyntaxHighlighter":http://qt-project.org/doc/qt-5.1/qtgui/qsyntaxhighlighter.html) and error handling (ErrorHandler module which reroutes &QQmlApplicationEngine::warnings signals to QML.)

    I tested my app exclusively on Nexus 4 (CyanogenMod 10.1.3) since I didn't have any other Android devices handy. Theoretically, it should work on any OS starting at 2.3.3 (API v10), but I'm not really sure. Try it, it could just be true.

    https://play.google.com/store/apps/details?id=com.wearyinside.qmlcreator

    Please don't hesitate to let me know your feedback, hope you enjoy working with it!

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved