Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Is the QML realtime preview away?

    QML and Qt Quick
    2
    2
    1530
    Loading More Posts
    • 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.
    • K
      kuschky last edited by

      Hello,

      after upgrading to QtCreator 2.8.1 32bit and Qt 5.1.1 on Linux Mint 32bit I'm missing the QML realtime preview. This made it possible to change QML code in the QtCreator while debugging the application and the application was updated without a restart.

      I can't find an option to activate this feature. Does somebody know how to do that? Or is the feature away?

      Thanks

      1 Reply Last reply Reply Quote 0
      • M
        messi last edited by

        Do you mean something like this:
        http://www.youtube.com/watch?v=ymy94i11Noo

        or this
        http://qt-project.org/videos/watch/livecoding-video-effects-with-qt5

        It is not part of the qtcreator.

        Its a C++ program which checks and reloads certain qml files in a certain duration.

        You can test your qml files with qmlscene.

        Or you implement live coding into you app.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post