[Qt-interest] two-dimensional splitter?

Steven Doerfler sgd-qt at lugaru.com
Mon Feb 15 18:43:23 CET 2010


Mitchell L Model wrote:
> Does anyone know a way (or code I could download) to create a two- 
> dimensional splitter? 
Perhaps you could create a vertical splitter, put a pair of horizontal
splitters on each side, then write a little code so when one of the
horizontal splitters moves, the other one moves to the same position. 
Make sure resizing is opaque so you get splitterMoved signals as the
user drags the bar, not just at the end of the drag.

Steven




More information about the Qt-interest-old mailing list