forked from qt-creator/qt-creator
Utils: Add minimal Flow layout support to layout builder
It will be used in the CppCheck option page.
The de-facto copy of utils/flowlayout.{cpp,h} is intentional
to keep the layout builder usable stand-alone.
Change-Id: Ibda3ece2aeb3cbb1badaf6083b52ebb63b6524ac
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -98,6 +98,12 @@ public:
|
||||
Row(std::initializer_list<LayoutItem> items);
|
||||
};
|
||||
|
||||
class QTCREATOR_UTILS_EXPORT Flow : public LayoutItem
|
||||
{
|
||||
public:
|
||||
Flow(std::initializer_list<LayoutItem> items);
|
||||
};
|
||||
|
||||
class QTCREATOR_UTILS_EXPORT Grid : public LayoutItem
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user