lib/util/splitter.h File Reference
#include <qvaluelist.h>
#include <qframe.h>
#include <qptrlist.h>
Go to the source code of this file.
Classes | |
class | Splitter |
A special splitter that lacks many of the features of QSplitter, but has some other features we need: One can replace one widget by another, add widgets at an arbitrary position in the chain, and the user can resize the widgets by moving a SplitterBar (which is much easier to grab than a QSplitterHandle) around. More... | |
class | SplitterBar |
If a SplitterBar is a child of a widget which in turn is embedded in a Splitter, it can be used for resizing the embedded widget. More... | |
class | SplitterHandle |
The handle which separates children in a horizontal Splitter. More... |