how to implement rearrange widgets when resizeing windows
Unsolved
General and Desktop
-
wrote on 23 Oct 2015, 09:17 last edited by choiinkuk
when resizing explorer, the file's thumbnail are rearranged. like this images.
i want to place child qwidgets instead of the thumbnail.
and the child qwidgets should be rearranged on windows.
i think it is possible to implement rearrange widgtes on qtablewidet. but i think it is too hard.
which control is best choice to implement rearrage widgets?
-
Hi
Have a look at the flow layout example.
It should do what you want. -
wrote on 27 Oct 2015, 03:22 last edited by
hi
It is very simple to implement.
If you are using QListWidget ..
1/3