Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-92601

native window with qt::popup style parent window no work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.12.9
    • Widgets: Main Window
    • None
    • Windows

      native window with qt::popup style parent window no work,

       

      in the controllerwindow.cpp, the two line code

      HWND hwnd = CreateWindowEx(WS_EX_NOACTIVATE, L"BUTTON", L"xx", HWND hwnd = CreateWindowEx(WS_EX_NOACTIVATE, L"BUTTON", L"xx", BS_PUSHBUTTON | WS_CHILD, 0, 0, 100, 100, (HWND)previewWindow->winId(), NULL, NULL, NULL); ShowWindow(hwnd, SW_SHOWNOACTIVATE);

      don;t work well, the button didn't have message process

      see the demo,

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            magiclhd magiclhd
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes