Navigation

    Qt Forum

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

    • UNSOLVED Placing a number of points generated with C++ on QML map
      QML and Qt Quick • listmodel mapitemview • • koahnig  

      1
      0
      Votes
      1
      Posts
      116
      Views

      No one has replied

    • UNSOLVED MapObjectView/MapPolylineObject - what kind of beast?
      QML and Qt Quick • qml map mapitemview mapobjectview • • morte  

      2
      0
      Votes
      2
      Posts
      303
      Views

      I know I'm too late, but...I was also interested in this problem and found the following in the qt source code: The difference between a GeoMapObject and a MapItem is twofold. First, GeoMapObject are always backed by a plugin-specific implementation and do not come with a default implementation. If a plugin does not support a specific GeoMapObject type, adding such a GeoMapObject will have no effect. Second, GeoMapObject are not QQuickItems, thus being a much more lightweight way to add content to a map. GeoMapObject support is plugin-dependent, and is documented per plugin.
    • UNSOLVED Display different routes for different start/end points using Qt Locations
      QML and Qt Quick • qml map qtlocation mapitemview • • follunnass  

      1
      0
      Votes
      1
      Posts
      320
      Views

      No one has replied

    • SOLVED Qt 5.6 MapItemView issue
      QML and Qt Quick • qt5.6 model delegate mapitemview • • ginkgoguy  

      3
      0
      Votes
      3
      Posts
      1412
      Views

      Thanks for your efforts. As you said it works in a project I have a second look at my code. I'm not writing a Quick-App but a QWidget-App and use the map inside a QQuickWidget. I have read about another approach to embed qml content in a QWidget-App using QQuickView inside a QObject-Container. This approach works as expected. I don't know why it doesn't work with a QQuickWidget but my problem is solved. Best Regards
    • MapItemView is not updating upon model dataChanged signals
      QML and Qt Quick • qml qabstractitemmo location mapitemview datachanged • • Charby  

      2
      0
      Votes
      2
      Posts
      1698
      Views

      Has any one experienced the same problem ? Any idea of a possible workaround ? Thanks for your help.