Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Qt Academy Launch in California!

    Unsolved PositionSource is updated every second despite the updateInterval on iOS with Qt 5.9

    Mobile and Embedded
    1
    1
    289
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      philippeb8 last edited by

      If I use the following code on an iOS with Qt 5.9 then I will see "clock tick" being printed every second on the console:

      PositionSource
      {
          active: true
          updateInterval: 60000 // 1 minute
      
          onPositionChanged:
          {
              console.log("clock tick");
          }
      }
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post