Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    QDialog not closing properly

    General and Desktop
    2
    3
    2459
    Loading More Posts
    • 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
      goocreations last edited by

      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 Reply Quote 0
      • T
        tobias.hunger last edited by

        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 Reply Quote 0
        • G
          goocreations last edited by

          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 Reply Quote 0
          • First post
            Last post