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. Selection rectangle not shown or partially shown

Selection rectangle not shown or partially shown

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 296 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.
  • PerdrixP Offline
    PerdrixP Offline
    Perdrix
    wrote on last edited by
    #1

    I have a "SelectRect" widget that is a child of an image display widget. It has the same dimensions as the image display and does:

    setAttribute(Qt::WA_TransparentForMouseEvents);
    setAttribute(Qt::WA_NoSystemBackground);
    setAttribute(Qt::WA_WState_ExplicitShowHide);
    

    I recently had a problem when in 3840x2160 resolution on my laptop where none of the stuff drawn by SelectRect::paintEvent() was shown on the display.

    On my system I found that installing an earlier level of the video driver for the nVidia Quadro RTX5000 solved the problem.

    However I just had a report of this stuff being only partially visible on another user's system

    8d47af5b-f307-47a5-b175-582d77a0862f-image.png

    He's using Intel Iris XE embedded video.

    Is there any chance that this could be partially a Qt (6.4) issue (I don't think so but ...)?

    Thanks
    David

    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