Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qtqml
    Log in to post

    • UNSOLVED Execute qml->build execute file from Another qml gui
      QML and Qt Quick • qtqml qml qprocess qmlbuild • • Joshika_Namani  

      3
      0
      Votes
      3
      Posts
      87
      Views

      No, After adding below line. process.waitForFinished(-1). but nothing happening. no error , no output. And, my doubt is that process environment is correct or not.
    • UNSOLVED :-1: error: Project ERROR: Unknown module(s) in QT: qml
      General and Desktop • qtqml missing files • • Leway Previs 0  

      12
      0
      Votes
      12
      Posts
      488
      Views

      @jsulm That crossed my mind also, so I did a full uninstall, then reinstalled from the Qt installer. Didn't change.
    • SOLVED Building Qt5.14.2 from source. Missing QtQML module.
      Installation and Deployment • source code modules qtqml qt5.14.2 • • Oshio  

      5
      0
      Votes
      5
      Posts
      241
      Views

      Found it! Thanks!
    • SOLVED Changing design for Qt SQL class
      General and Desktop • qt5 qtsql qtqml database driver • • maydin  

      6
      0
      Votes
      6
      Posts
      1385
      Views

      Hi, If you want to use remote database systems like PostgreSQL or MySQL, you'll have to do some work first because neither of these provide native Android build of their package. For PostgreSQL, there's a wiki article here. For MySQL, there's a wiki article here. As @jsulm already noted, it's usually a bad idea to design an application which access a database directly through an open network so take care to secure the connections appropriately using encryption.
    • UNSOLVED problem connecting Qt Quick Rangeslider with my c++ code
      QML and Qt Quick • qtquick qtqml qtquickcontrol • • Swapnil_Shelke  

      1
      0
      Votes
      1
      Posts
      577
      Views

      No one has replied

    • SOLVED java.lang.UnsatisfiedLinkError: dlopen failed: could not load library "libQt5Qml.so"
      Mobile and Embedded • android qtnetwork ndk qtqml • • Sanders  

      2
      0
      Votes
      2
      Posts
      3838
      Views

      @Sanders I finally resolved my issue. The problem was due to the Qt libraries. Indeed I was using the 5.6 version and to fix it I downgraded to the 5.5 version
    • SOLVED QtQml qmlRegisterType via .qml file problems
      QML and Qt Quick • qml qt5 qtqml qmlregistertype • • aa13q  

      3
      0
      Votes
      3
      Posts
      1582
      Views

      Sorry, everything is ok now. It's not about the typo in the forum, but in my project. Tried to build minimal working example -- working without any problems.
    • Invisible buttons are still functioning
      QML and Qt Quick • qtquick states qtqml visibility differentviews • • vishnu  

      13
      0
      Votes
      13
      Posts
      8426
      Views

      @vishnu I have a right-arrow button on my footer where i am pushing a qml file upon clicking. when it is loaded how to disable this button on the footer? enabled = false on click How can make a check before pushing If that is alread in the stack i don't the push it? 2 ways. var myItem = stackView.push( { item: Qt.resolvedUrl("DetailedView.qml"), destroyOnPop:false } ); //check myItem and store it somewhere if(myItem) { } var myItem = stackView.push( { item: Qt.resolvedUrl("DetailedView.qml"), destroyOnPop:false } ); var comp=stackView.get(myItem.Stack.index); //need the item to get its index and not just Stack.index
    • Calculator app using QML Declarative State Machine
      Announcements • qml qtquick qtqml state machine unit tests dsm • • PatrickOBrien  

      1
      0
      Votes
      1
      Posts
      858
      Views

      No one has replied

    • DelegateModel - Unknown component. (M300)
      QML and Qt Quick • qtqml delegatemodel • • Jan-Willem  

      3
      0
      Votes
      3
      Posts
      3380
      Views

      Hi @Jan-Willem, Well it seems to be like a known bug. See QTCREATORBUG-13509.