Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Unsolved Calling QGraphicsLinearLayout.setMinimumWidth() breaks further geometry computation

    Qt for Python
    1
    2
    60
    Loading More Posts
    • 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.
    • Niagarer
      Niagarer last edited by Niagarer

      Hi,
      in my program, I use QGraphicsLinearLayout.setMinimumWidth() to ensure that its width does not fall below a certain value. However, if I add new stuff to this layout afterward, the layout does not horizontally resize anymore, it stays narrow. It never does on its own, but calling

      self.layout.invalidate()
      self.layout.activate()
      

      did the trick so far. (although according to the documentation, it should not be necessary to call both, but whatever)
      How can I force the layout to recompute its minimum width?
      Thanks for answers!

      1 Reply Last reply Reply Quote 0
      • Niagarer
        Niagarer last edited by Niagarer

        self.layouts_parent_widget.adjustSize()
        

        seems to do the trick in this case... I am a little confused, though, because it doesn't in a slightly different situation and I couldn't find out what differs yet, but regarding the issue described above, this seems to work

        1 Reply Last reply Reply Quote 0
        • First post
          Last post