Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Show popup outside window in qml
Forum Updated to NodeBB v4.3 + New Features

Show popup outside window in qml

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
popup qml
2 Posts 2 Posters 1.4k 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.
  • N Offline
    N Offline
    niks_entire
    wrote on last edited by
    #1

    I am new to Qml and have been using Popup to display a dropdown menu. But when the dimensions of the popup become more than the parent window, the popup gets clipped inside the window. Is there a way to show Popup out of parent window region or should I chose another Ui element to avhieve this?

    B 1 Reply Last reply
    0
    • N niks_entire

      I am new to Qml and have been using Popup to display a dropdown menu. But when the dimensions of the popup become more than the parent window, the popup gets clipped inside the window. Is there a way to show Popup out of parent window region or should I chose another Ui element to avhieve this?

      B Offline
      B Offline
      Bob64
      wrote on last edited by
      #2

      @niks_entire I asked something similar recently. Basically this is how popups, dialogs etc. work in QML. If you want a separate window, then you basically have to use the Window component and implement it yourself. This is what I did recently when I needed a dialog that was separate from the main window. For a popup menu, I wonder whether you could use PopupMenu inside your separate Window (i.e fill theWindow with the popup) to benefit from at least some of the built-in functionality.

      1 Reply Last reply
      3

      • Login

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