Navigation

    Qt Forum

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

    • UNSOLVED Declare multiple png's on a path
      General and Desktop • qt5 map location • • suslucoder  

      4
      0
      Votes
      4
      Posts
      22
      Views

      @suslucoder said in Declare multiple png's on a path: Doesnt it contains 3 png? No You should check the code to see what it does with that string. %1, %2... are used to format string, see https://doc.qt.io/qt-5/qstring.html#arg
    • UNSOLVED How: QT Positioning - showCurrentLocation Button??
      General and Desktop • location qtpositioning esri geolocation • • zeethree50  

      2
      0
      Votes
      2
      Posts
      177
      Views

      @zeethree50 you may want to take a look at this weather example regarding how they use the device's GPS to know current position...
    • SOLVED How to use android location manager for extensions?
      Mobile and Embedded • android location • • koahnig  

      3
      0
      Votes
      3
      Posts
      289
      Views

      @raven-worx OK, thanks. That seems to work.
    • UNSOLVED detecting status ("on"/"off") of location services
      Mobile and Embedded • android location qtpositioning • • morte  

      4
      0
      Votes
      4
      Posts
      587
      Views

      @morte said in detecting status ("on"/"off") of location services: This is brobably Qt bug I'd call it working as designed, although the design could differ from your expectations :-) Seriuosly, I guess you can post a feature request to ask for the error status to be cleared once positioning data resumes. For the time being, I guess you need to stop checking for error status once you resume receiving data, or you could even emit a signal of your own once you know data is back again.
    • UNSOLVED QT Location Map interaction/slots
      General and Desktop • map slots location • • Citizenfish  

      1
      0
      Votes
      1
      Posts
      160
      Views

      No one has replied

    • SOLVED How to configure qt with bluetooth and location modules?
      General and Desktop • linux bluetooth configure location build qt • • Aras  

      16
      0
      Votes
      16
      Posts
      6566
      Views

      You're welcome ! I'm pretty sure not all these packages are necessary but at least you have it working now :)
    • UNSOLVED Is it possible to prevent online fall backs fro Qt Location?
      QML and Qt Quick • qml map location osm • • dirtshell  

      1
      0
      Votes
      1
      Posts
      387
      Views

      No one has replied

    • UNSOLVED How to add custom tile server in qt location?
      QML and Qt Quick • qml qtlocation location osm • • Vitek  

      1
      0
      Votes
      1
      Posts
      468
      Views

      No one has replied

    • UNSOLVED Turn on GPS when App starts
      Mobile and Embedded • debug location gps • • SoulEater45  

      1
      0
      Votes
      1
      Posts
      430
      Views

      No one has replied

    • SOLVED PositionSource onPositionChanged SIGNAL slow
      Mobile and Embedded • location gps coordinate positionsource • • ekkescorner  

      7
      0
      Votes
      7
      Posts
      1706
      Views

      Thanks a lot :)
    • UNSOLVED Disable/Overwrite minimumZoomLevel of map
      QML and Qt Quick • qml map zoom location • • ginkgoguy  

      1
      0
      Votes
      1
      Posts
      398
      Views

      No one has replied

    • SOLVED Get positionSource with GPS receiver and serial port com
      General and Desktop • serial port location gps positioning positionsource • • Lulu31  

      13
      1
      Votes
      13
      Posts
      5935
      Views

      I am also trying to write a minimal qml app that uses the built in GPS to retrieve current position. I am not sure if I can use Qt positioning or if I should just parse the raw output of the GPS myself, like the OP did here, and extract the position manually. It seems very dirty to do it that way, I thought there would be a nice API in QML that I could use. Anyone can point to a simple example?
    • UNSOLVED Problem with Map and MapPolygon
      QML and Qt Quick • qml quick map location mappolygon • • Miime  

      6
      0
      Votes
      6
      Posts
      1843
      Views

      @Wieland Thank you for testing :) I've done a bugreport: https://bugreports.qt.io/browse/QTBUG-53046
    • UNSOLVED Slot not called on specific location of connect() call
      General and Desktop • location position connect slot place • • qtacc32  

      5
      0
      Votes
      5
      Posts
      1402
      Views

      @qtacc32 If you're still struggling with this if possible try sharing a real piece of the code. It might be something trivial that doesn't show up in the example (which looks fine). Or at least a MWE that reproduces the problem, since I could not run your example, since it's not complete. Kind regards.
    • UNSOLVED Excluding areas from routing
      General and Desktop • qml qt5.5 location addexcludedarea • • Red181  

      1
      0
      Votes
      1
      Posts
      435
      Views

      No one has replied

    • Map and location based application
      General and Desktop • c++ qt5.5 location osm • • dalishi  

      1
      0
      Votes
      1
      Posts
      460
      Views

      No one has replied

    • MapItemView is not updating upon model dataChanged signals
      QML and Qt Quick • qml qabstractitemmo location mapitemview datachanged • • Charby  

      2
      0
      Votes
      2
      Posts
      1486
      Views

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