Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6587045
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:52:06+00:00 2026-05-25T16:52:06+00:00

When does the update() method needs to be called? Do I have to call

  • 0

When does the update() method needs to be called?

Do I have to call it at all?

All I am doing with my widgets are setGeometry() and raise().

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T16:52:06+00:00Added an answer on May 25, 2026 at 4:52 pm

    setGeometry() and raise() should automatically cause a paintEvent on the corresponding widgets.

    I think most of Qt’s own widgets call update() where appropriate. On custom widgets you call update() whenever something that is visible changes. For example, if you have your own Label class (that does not inherit from QLabel and hence does not use QLabel‘s facilities to change text and/or image), you call update() whenever you change the content, such that the new content will be displayed on screen.

    Beware: You should not use repaint() on widgets if the repainting is not really time critical. repaint() causes a paintEvent to be issued to the widget at the moment it is called, whereas update() just queues a paintEvent to be issued the next time the process reaches the main loop. This allows the paint engine to collect several paintEvents for the same widget and issue just one combined event. Using repaint() can thus really impact performance.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My code does not update the thread field. It is null. Anyone have any
Update: This does work, I was being stupid :( i have the following extension
Does Microsoft force an update down to all of its users of windows-update? Is
I often have call hierarchies in that all methods need the same parameters. If
I have a Silverlight 3 application which needs to call WCF service. The WCF
I have two threads. One invokes the update method of a class that modifies
I have an MFC application where I want a certain method to be called
It looks like Django does not update last_login field in auth_user model when a
My ascx control inside a container update panel does a full page refresh when
I'm trying to write an after update trigger that does a batch update on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.