48 #ifndef MIRA_FLOWLAYOUT_H 49 #define MIRA_FLOWLAYOUT_H 53 #include <QHBoxLayout> 54 #include <QVBoxLayout> 55 #include <QWidgetItem> 81 void addItem(QLayoutItem *item,
int stretch);
88 Qt::Orientations expandingDirections()
const;
89 bool hasHeightForWidth()
const;
90 int heightForWidth(
int)
const;
92 QLayoutItem *itemAt(
int index)
const;
93 QSize minimumSize()
const;
94 void setGeometry(
const QRect &rect);
95 QSize sizeHint()
const;
96 QLayoutItem *takeAt(
int index);
103 QList<std::pair<QLayoutItem*,int>> mItemList;
104 QVBoxLayout* mVLayout;
105 QList<QHBoxLayout*> mHLayouts;
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
void addItem(QLayoutItem *item)
Definition: FlowLayout.h:84
Layout, where the items are first laid out horizontally and then vertically when each line in the lay...
Definition: FlowLayout.h:69