![]() |
Qt 6.x
The Qt SDK
|
#include "qapplication.h"
#include "qboxlayout.h"
#include "qlist.h"
#include "qsizepolicy.h"
#include "qwidget.h"
#include "qlayout_p.h"
#include "qlayoutengine_p.h"
#include "moc_qboxlayout.cpp"
Go to the source code of this file.
Classes | |
struct | QBoxLayoutItem |
class | QBoxLayoutPrivate |
Functions | |
static bool | horz (QBoxLayout::Direction dir) |
|
inlinestatic |
Definition at line 98 of file qboxlayout.cpp.
References dir, QBoxLayout::LeftToRight, and QBoxLayout::RightToLeft.
Referenced by QBoxLayout::addStrut(), QBoxLayoutPrivate::calcHfw(), QBoxLayoutPrivate::effectiveMargins(), QBoxLayout::insertSpacing(), QBoxLayout::insertStretch(), QBoxLayout::setDirection(), QBoxLayout::setGeometry(), and QBoxLayoutPrivate::setupGeom().