Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qml c++ engine
    Log in to post

    • UNSOLVED QML Application exit errors
      QML and Qt Quick • qml c++ engine qml application qml app exit • • Vasilevs  

      2
      0
      Votes
      2
      Posts
      115
      Views

      hi @Vasilevs said in QML Application exit errors: I created utility class in QML for more convenient dynamical object creation. const component = Qt.createComponent(path, Component.PreferSynchronous, parent); switch (component.status) { try to connect a function to your component's statusChanged signal instead of checking the status just after the creation, see here https://doc.qt.io/qt-5/qtqml-javascript-dynamicobjectcreation.html @Vasilevs said in QML Application exit errors: This looks like parent destroyed, but created item - not. you can verify it with the debugger
    • UNSOLVED Looking for Qt/ QML GUI developers to work on **FREELANCE** contracts **ONSITE** around Europe
      Jobs • qt5 gui embedded qml c++ engine freelance • • Eoin  

      4
      0
      Votes
      4
      Posts
      986
      Views

      @Eoin what about work visa, will you take care of it.?
    • UNSOLVED Qml vs c++ for overall UX?
      Mobile and Embedded • c++ performance qml c++ engine • • JulienD  

      6
      0
      Votes
      6
      Posts
      1778
      Views

      @J.Hilk Thank you for your input! I will give it a try and come back on this forum if stuck ;) Cheers,
    • SOLVED Runtime translation / i18n - QML C++ engine
      QML and Qt Quick • translation i18n qml c++ engine nested languagechange • • Marco Pellin  

      2
      0
      Votes
      2
      Posts
      1464
      Views

      In the end everything was fine with the example above. I just had to update and release my translation files, because in the meantime I changed the name of a .qml file, and the filename is directly linked into the .ts files created by linguist and used by Qt. I feel a bit ashamed but yes, it was really trivial and kinda stupid :)
    • UNSOLVED Unable to create a debugger engine of the "QML C++ engine".
      Installation and Deployment • qml c++ engine • • alex_malyu  

      4
      0
      Votes
      4
      Posts
      1250
      Views

      That's a good question, I don't know how it currently handles multiple users on Windows. I always had the use case of being one user/admin on the Windows machine I use to develop. Qt Creator should likely create settings per users.