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. WM_Destroy warning

WM_Destroy warning

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

    Hi,

    I am using Qt 5.2 and getting the following set of warnings when I shutdown the application after opening the dialog for which no parent is set. Do anyone is having idea how to fix this :

    External WM_DESTROY received for QWidgetWindow(0xae6b688, name = " - QAxHostWidgetWindow") , parent: QWidgetWindow(0xae6d660, name = "m_axWidgetWindow") , transient parent: QObject(0x0)

    External WM_DESTROY received for QWidgetWindow(0xae7eaf0, name = "TextBrowserWindow") , parent: QWidgetWindow(0xae756f0, name = "m_widgetStackWindow") , transient parent: QObject(0x0)

    External WM_DESTROY received for QWidgetWindow(0xae6b688, name = " - QAxHostWidgetWindow") , parent: QWidgetWindow(0xae6d660, name = "m_axWidgetWindow") , transient parent: QObject(0x0)

    External WM_DESTROY received for QWidgetWindow(0xae8c8c8, name = "AXWidgetWindow") , parent: QWidgetWindow(0xae756f0, name = "m_widgetStackWindow") , transient parent: QObject(0x0)

    I know the above is fixed in Qt 5.3 but I need to make fix in Qt 5.2. Any idea ?????

    Maahi

    1 Reply Last reply
    0
    • M Offline
      M Offline
      Mahima
      wrote on last edited by
      #2

      Setting the parent fixes the issue.

      Maahi

      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