Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Multiple sensor data in same page
Forum Updated to NodeBB v4.3 + New Features

Multiple sensor data in same page

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 124 Views
  • 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.
  • M Offline
    M Offline
    Mete_43
    wrote on last edited by
    #1

    Hello everyone!

    I am developing and Qt/ qml application which runs on a limited resource device. App displays instant data of multiple sensors. Every sensor sends data periodically with different frequencies. Their frequency is much frequency than device can refresh Frame. Currently I am registering every sensors data to qml side as q_property and reassign their value every time one of the sensor sends data which is more frequent that frame can be refreshed. What I want to do is assign properties onlu before refreshing Frame. What is the best way in this situation? I researched about before rendering function of qquickwindow, but couldnt handle it.

    Thanks in advance!

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved