Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. painting issues
    Log in to post

    • UNSOLVED How to update entire window on change in QProxyStyle?
      General and Desktop • qwidget qpushbutton qproxystyle painting issues • • CJha  

      16
      0
      Votes
      16
      Posts
      184
      Views

      @Christian-Ehrlicher Hi Seems to call it from QPushButton::sizeHint() but I failed to find way to trigger it without altering text. I guess for full disclosure the source is needed and single step :9 I use wobog for it.
    • SOLVED Rendering in Vertical Layout fails to occur
      General and Desktop • layout issues painting issues • • Chrisp1313  

      8
      0
      Votes
      8
      Posts
      168
      Views

      Someone on StackOverflow gave me the key that I needed. I was not setting a minimumSize for the TimeLines and as a result it was not being given enough space in the verticalLayout. Thanks for all the help!