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. Gui updates on Windows stop if window minimize button is held down
Forum Updated to NodeBB v4.3 + New Features

Gui updates on Windows stop if window minimize button is held down

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 791 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.
  • C Offline
    C Offline
    Choose Username
    wrote on last edited by
    #1

    Hello. I'm wondering if this is a known quirk, I couldn't find it in google. On windows (I'm on win7 x64, but I also tried win XP in virtualbox, same results there) if you press and hold witih the mouse any of the three buttons in the window upper right corner (minimize, restore or close) interface updates stop and won't resume until you release it. Also happens with other programs that use Qt (I tried qBittorrent and Transmission-Qt).

    1 Reply Last reply
    0
    • Z Offline
      Z Offline
      zeljko
      wrote on last edited by
      #2

      I'm not sure that Qt has anything to do with title bar buttons.Under X11 they're controlled by WM , so supose that under mswin same thing happens.Don't know how exactly mswin works but if Qt controls such thing then it happens when you click and hold any widget.

      1 Reply Last reply
      0
      • C Offline
        C Offline
        Choose Username
        wrote on last edited by
        #3

        [quote author="zeljko" date="1396249202"]Don't know how exactly mswin works but if Qt controls such thing then it happens when you click and hold any widget.[/quote]
        If you mean "any widget", then it is not true, for example I can put a QButton, inherited from QWidget, onto my window, hold it and gui still updates. If you mean widget as in window, then merely clicking and holding a window by its title bar also doesn't break updates.

        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