How to using mouse to change size of grid layout cells using Qt? -



How to using mouse to change size of grid layout cells using Qt? -

i utilize grid layout (horizontal , vertical too). fact when resizing window fills entire window contents. extension poorly managed. want alter size of 1 column in grid layout without changing size of window. such in windows explorer. there 2 columns - left list of directories , contents left right. , can press mouse button therebetween , pulling alter mutual sizes of columns in relation each other.

how can in qt?

you need utilize qsplitter rather qgridlayout in specific case (where want 2 widgets shown together). qsplitters draggable.

qt layout mouse grid-layout

Comments

Popular posts from this blog

php - Edges appear in image after resizing -

ios8 - iOS custom keyboard - preserve state between appearances -

Delphi change the assembly code of a running process -