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. Title bar buttons doesn't work on Win7.
Qt 6.11 is out! See what's new in the release blog

Title bar buttons doesn't work on Win7.

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 282 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
    PiotrPr
    wrote on last edited by
    #1

    Hello.

    I have a strange problem with my Qt app. It's a simple QtWidgets app. I need it to be fixed size so in the constructor of the QMainWindow class I put this:

    setFixedSize(700, 487);
    

    It works as expected, but I tested it on some other pc and I found that on Win7 system the title bar buttons (minimize, close) doestn't work, like they were blocked. On Win10 works normally. Have anyone had this problem before?

    Thanks.

    1 Reply Last reply
    0
    • hskoglundH Offline
      hskoglundH Offline
      hskoglund
      wrote on last edited by hskoglund
      #2

      Hi, if you're using Qt 5.13.1 it could be this bug

      1 Reply Last reply
      3
      • P Offline
        P Offline
        PiotrPr
        wrote on last edited by
        #3

        Thanks, it describes exactly my issue, I updated Qt to 5.14.2 but the buttons still don't work.

        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