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. How to place widget on top of embedded QWindows
Forum Updated to NodeBB v4.3 + New Features

How to place widget on top of embedded QWindows

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 79 Views
  • 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.
  • J Offline
    J Offline
    JackJ30
    wrote on 28 Feb 2025, 07:47 last edited by
    #1

    Hi, I've embedded a window into my applicaiton with QtWidget:: createWindowContainer. Is there any way for me to display another widget on top of that window? Thank you

    J 1 Reply Last reply 28 Feb 2025, 07:57
    0
    • J JackJ30
      28 Feb 2025, 07:47

      Hi, I've embedded a window into my applicaiton with QtWidget:: createWindowContainer. Is there any way for me to display another widget on top of that window? Thank you

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 28 Feb 2025, 07:57 last edited by
      #2

      @JackJ30 said in How to place widget on top of embedded QWindows:

      QtWidget:: createWindowContainer

      returns a QWidget*, so you can put other widgets on top of it like with any other widgets (set the widget returned by createWindowContainer as parent).

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      2/2

      28 Feb 2025, 07:57

      • Login

      • Login or register to search.
      2 out of 2
      • First post
        2/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved