Mercurial > hg > easaier-soundaccess
comparison widgets/FlowLayout.h @ 166:0442224a9553
correct bug in minimumSize when we have only one row or one column
author | lbajardsilogic |
---|---|
date | Fri, 16 Nov 2007 13:17:55 +0000 |
parents | 1416cdbe79b6 |
children |
comparison
equal
deleted
inserted
replaced
165:1416cdbe79b6 | 166:0442224a9553 |
---|---|
43 int count() const; | 43 int count() const; |
44 QLayoutItem *itemAt(int index) const; | 44 QLayoutItem *itemAt(int index) const; |
45 QSize minimumSize() const; | 45 QSize minimumSize() const; |
46 void setGeometry(const QRect &rect); | 46 void setGeometry(const QRect &rect); |
47 QSize sizeHint() const; | 47 QSize sizeHint() const; |
48 QLayoutItem *takeAt(int index); | 48 QLayoutItem *takeAt(int index); |
49 | 49 |
50 private: | 50 private: |
51 int doLayout(const QRect &rect, bool testOnly) const; | 51 int doLayout(const QRect &rect, bool testOnly) const; |
52 | 52 |
53 QList<QLayoutItem *> m_itemList; | 53 QList<QLayoutItem *> m_itemList; |