Skip to content
Qt 6.11 is out! See what's new in the release blog
  • Resize widgets in a splitter

    Unsolved General and Desktop adjust splitter
    6
    0 Votes
    6 Posts
    3k Views
    N
    I just wanted to locate the splitter so that all the table columns are visible. I tried using QSplitter::setSizes() with the table width but it wasn't updated right after creation. I solved it by overriding the table's resizeEvent() and emitting a signal to the parent widget