equal
deleted
inserted
replaced
110 bool movable() const; |
110 bool movable() const; |
111 void updateMarginAndSpacing(); |
111 void updateMarginAndSpacing(); |
112 bool hasExpandFlag() const; |
112 bool hasExpandFlag() const; |
113 |
113 |
114 public Q_SLOTS: |
114 public Q_SLOTS: |
115 void setExpanded(bool b, bool animated = true); |
115 void setExpanded(bool b); |
116 |
116 |
117 private: |
117 private: |
118 QList<QToolBarItem*> items; |
118 QList<QToolBarItem*> items; |
119 QSize hint, minSize; |
119 QSize hint, minSize; |
120 bool dirty, expanding, empty, expandFlag; |
120 bool dirty, expanding, empty, expandFlag; |