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. QDialog not closing properly
Qt 6.11 is out! See what's new in the release blog

QDialog not closing properly

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 2.8k 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.
  • G Offline
    G Offline
    goocreations
    wrote on last edited by
    #1

    I have a dialog popup for the user to select some options, if the user clicks OK, the accept signal is caught.
    When the signal is caught, a new thread is created to handle some computations, the program then continuous to run through a progress bar.
    The problem is that a gray area is left behind on the screen after the dialog closed (accepted).

    I have attached 2 screenshots showing the problem.
    screen0 - die dialog before OK is clicked
    screen1 - right after OK was clicked

    Can anyone help?

    !http://foxhat.org/images/screen0.jpg(http://foxhat.org/images/screen0.jpg)!
    !http://foxhat.org/images/screen1.jpg(http://foxhat.org/images/screen1.jpg)!

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      goocreations: In my experience things like this are caused by buggy graphics drivers. I see this a lot with the free ati/amd drivers:-/

      1 Reply Last reply
      0
      • G Offline
        G Offline
        goocreations
        wrote on last edited by
        #3

        ok, seems like that might be the problem. Tested it on a different PC and now it works. thank you very much

        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