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. Frameless widget
Qt 6.11 is out! See what's new in the release blog

Frameless widget

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 973 Views 3 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.
  • S Offline
    S Offline
    satyanarayana143
    wrote on last edited by
    #1

    Hi friends,

    I have created frameless widget with mousemove event i am able to move widget but i want resize frameless widget . hoiw can i resize frameless widget .

    1 Reply Last reply
    0
    • Kent-DorfmanK Offline
      Kent-DorfmanK Offline
      Kent-Dorfman
      wrote on last edited by
      #2

      QWidget.resize() does not work? Frameless is just a flag to NOT add the windowing system decorations, so I believe it should resize just fine.

      The dystopian literature that served as a warning in my youth has become an instruction manual in my elder years.

      1 Reply Last reply
      1
      • mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi
        If window has no frame you cannot resize it with mouse.
        It can however be reprogrammed but thats not trivial.
        However, others have done it before.
        https://github.com/dfct/TrueFramelessWindow

        1 Reply Last reply
        1

        • Login

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