Navigation

    Qt Forum

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

    • UNSOLVED Prevent maintenancetool in Qt installer to remove specific package in next updates
      Tools • installer maintenancetool components • • HRZZRH  

      1
      0
      Votes
      1
      Posts
      178
      Views

      No one has replied

    • UNSOLVED Checking documentation around CMake commands for Qt software builds
      General and Desktop • cmake documentation components manual software builds • • elfring  

      4
      0
      Votes
      4
      Posts
      321
      Views

      I am curious on how the clarification will evolve for the topic “Describing build components for CMake support with Qt”.
    • Can't import QML component using QRC
      QML and Qt Quick • qml qrc import qqmlapplication components • • Jason Wright  

      7
      0
      Votes
      7
      Posts
      5833
      Views

      @Jason-Wright said in Can't import QML component using QRC: which then causes a lookup of Navigation.qml (and yeah, I did still have to give it an alias in the .qrc file, for some reason...) Not sure why I had to do this from my reading of the documentation, but it's at least a workable solution. Seems like QML only resolves components only with .qml extension. Your solution wokrs because import "./components" as Components imports the whole folder 'navigation'. Then you use the component Components.Navigation, which then is loaded by the engine as Navigation.qml.
    • UNSOLVED some component imports cannot be created
      QML and Qt Quick • qml app components multi-page • • scrub  

      1
      0
      Votes
      1
      Posts
      1147
      Views

      No one has replied