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. QGLWidget stacking behavior different under Ubuntu than Windows
Qt 6.11 is out! See what's new in the release blog

QGLWidget stacking behavior different under Ubuntu than Windows

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 732 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.
  • P Offline
    P Offline
    pmaynard
    wrote on last edited by
    #1

    When I pop up a dialog (say a brightness / contrast dialog), on Windows it shows up over (topmost) the image being displayed. In Ubuntu, it stays hidden underneath the image. If I move the image window (or minimize it), the dialog is there and I can grab it and move it around. I would guess this is due to the policy of calling paint() whether it is needed or not (idle painting) which must be different in Unix. How can I make my dialogs "topmost" in Unix? I've tried "setVisible(true);" and this didn't help.

    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