48 #ifndef MIRA_FLOWLAYOUT_H 49 #define MIRA_FLOWLAYOUT_H 53 #include <QHBoxLayout> 54 #include <QVBoxLayout> 55 #include <QWidgetItem> 79 void addItem(QLayoutItem *item,
int stretch);
90 QLayoutItem *
itemAt(
int index)
const;
94 QLayoutItem *
takeAt(
int index);
101 QList<std::pair<QLayoutItem*,int>> mItemList;
102 QVBoxLayout* mVLayout;
103 QList<QHBoxLayout*> mHLayouts;
QLayoutItem * itemAt(int index) const
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
int heightForWidth(int) const
bool hasHeightForWidth() const
QLayoutItem * takeAt(int index)
Qt::Orientations expandingDirections() const
QSize minimumSize() const
FlowLayout(QWidget *parent=NULL)
void addItem(QLayoutItem *item)
Definition: FlowLayout.h:82
void addItem(QLayoutItem *item, int stretch)
Adds layout item with additional stretch factor (default=0).
void setGeometry(const QRect &rect)
Layout, where the items are first laid out horizontally and then vertically when each line in the lay...
Definition: FlowLayout.h:67