Public Functions
QLSplitter(QWidget* parent = nullptr) | |
QLSplitter(Qt::Orientation orientation, QWidget* parent = nullptr) |
Detailed Description
A QLSplitter is a QSplitter and a QLThemeable that gives the user a way to resize child widgets by click-dragging a control between them.
Member Function Documentation
QLSplitter(QWidget* parent = nullptr)
Constructs a splitter.
QLSplitter(Qt::Orientation orientation, QWidget* parent = nullptr)
Constructs a splitter with the provided orientation.