[Qt-interest] two-dimensional splitter?
Mitchell L Model
MLMDev at comcast.net
Mon Feb 15 18:02:18 CET 2010
Does anyone know a way (or code I could download) to create a two-
dimensional splitter? I.e.:
|
[widget1] | [widget2]
__________+________
[widget3] | [widget4]
|
where I could move the vertical bar to change the proportion of the
horizontal space allocated to the widgets on the left and widgets on
the right and the horizontal bar to change the proportion of the
vertical space allocated to the widgets on the top and widgets on the
bottom? All I can think of is a regular splitter in one dimension and
a line in the other, and implement splitter functionality activated by
the line being moved.
More information about the Qt-interest-old
mailing list