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. QWidget reappears after closing it
Forum Updated to NodeBB v4.3 + New Features

QWidget reappears after closing it

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

    There is an issue with closing QWidget with Qt::ApplicationModal modality in Qt 5.2, Mac OS 10.10.
    Here are the details: the widget is opened, then after some time it is closed via close() method, then another widget is opened and when there is user interaction with the second widget, the first one (ApplicationModal) reappears. This happens only when the main window of the application is closed and the application is running in background. I even tried to delete the widget, but it doesn't help, the widget blinks during user interaction with the second one.
    How can the issue be resolved?
    Thanks in advance.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Can you provide a minimal sample code that reproduces that behavior ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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