Skip to content
  • Resize widgets in a splitter

    Unsolved General and Desktop adjust splitter
    6
    0 Votes
    6 Posts
    2k 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