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. Parent and child widget fps question
Forum Updated to NodeBB v4.3 + New Features

Parent and child widget fps question

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 352 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.
  • X Offline
    X Offline
    Xumepoc
    wrote on last edited by
    #1

    Hi everyone,
    I have a parent widget which is refreshed at 60 fps (using QTimer calling update() and interval set to 1000/60). If I open a child QDialog derived custom widget which also is refreshed at 60 fps (same method as for the parent) the fps on both the parent and child gets less, around 40-45 fps. What it the relation of drawing between parent and child widget? Can they don't affect each other but still keep the parent-child relation?

    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