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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -