Dynamic widgets with Splitter
Unsolved
General and Desktop
-
Hello,
I am using Qt Design Studio and VS2019 and I want to know how a make followed possible:
First of all one parent (main) window.
Inside this parent window I want to place 3 widgets in one row. 1 Scrollview, 2 Tesxfields.
But I want to make the width of the widgets dynamic like in this screenshot:
http://texttest.sourceforge.net/include/documentation/documentation_3_10/images/ttdyn.jpg
(sorry: images doesn't work?!)As you see the bar in the middle. You can move this left or right to make the widgets more wider and the other one more thin.
Question: How could this be realized in Qt Design Studio?
Or how could this be realized in Qt?Chears
-