Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Property Binding update rate

Property Binding update rate

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 235 Views 1 Watching
  • 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
    MaxBec
    wrote on last edited by
    #1

    Hey guys,

    I have a Q_PROPERTY which is update with 30Hz. (qDebug is working nicely and is proofing it).
    The qml unfortunately updates only at around 1Hz. How can i speed this up?

    Label {
    		opacity: 0.87
    		font.pixelSize: 14
    		text: qsTr(fact.valueString)
    		Layout.fillWidth: true
    		font.weight: Font.Normal
    }
    

    I tested it with the qml-profiler.

    FlightMonitoringView_qml__src_qml_ACSModules_Views___amigaacontrolstation___master__-_Qt_Creator.png

    J.HilkJ 1 Reply Last reply
    0
    • M MaxBec

      Hey guys,

      I have a Q_PROPERTY which is update with 30Hz. (qDebug is working nicely and is proofing it).
      The qml unfortunately updates only at around 1Hz. How can i speed this up?

      Label {
      		opacity: 0.87
      		font.pixelSize: 14
      		text: qsTr(fact.valueString)
      		Layout.fillWidth: true
      		font.weight: Font.Normal
      }
      

      I tested it with the qml-profiler.

      FlightMonitoringView_qml__src_qml_ACSModules_Views___amigaacontrolstation___master__-_Qt_Creator.png

      J.HilkJ Online
      J.HilkJ Online
      J.Hilk
      Moderators
      wrote on last edited by
      #2

      @MaxBec well,
      what's the refresh rate of your monitor/Display ?


      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


      Q: What's that?
      A: It's blue light.
      Q: What does it do?
      A: It turns blue.

      1 Reply Last reply
      2

      • Login

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