src/gui/widgets/qtoolbarlayout_p.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
   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;