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

Allow user to resize widget vertically.

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

    I have a widget that I do not want to have a title bar or border. That's OK, but I would like to give the user opportunity to pull the edge down to expand the box.

    I have looked at and tried a lot of the setWindowFlags options, but nothing fits the bill.

    Will I be better implementing this myself?

    Thankyou, Carl

    1 Reply Last reply
    0
    • raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      [quote author="carlinski" date="1385636469"]
      Will I be better implementing this myself?
      [/quote]
      yes you would have to do this yourself if you dismiss the window frame.
      With the window frame you can simply set the min and max width to the same size.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

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

        Yes, thanks. Just wanted to make sure I wasn't missing something.

        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