src/gui/graphicsview/qgraphicswidget_p.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
child 7 f7bc934e204c
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    96     // Margins
    96     // Margins
    97     enum {Left, Top, Right, Bottom};
    97     enum {Left, Top, Right, Bottom};
    98     mutable qreal *margins;
    98     mutable qreal *margins;
    99     void ensureMargins() const;
    99     void ensureMargins() const;
   100 
   100 
   101     void fixFocusChainBeforeReparenting(QGraphicsWidget *newParent, QGraphicsScene *newScene = 0);
   101     void fixFocusChainBeforeReparenting(QGraphicsWidget *newParent, QGraphicsScene *oldScene, QGraphicsScene *newScene = 0);
   102     void setLayout_helper(QGraphicsLayout *l);
   102     void setLayout_helper(QGraphicsLayout *l);
   103 
   103 
   104     // Layouts
   104     // Layouts
   105     QGraphicsLayout *layout;
   105     QGraphicsLayout *layout;
   106     void setLayoutDirection_helper(Qt::LayoutDirection direction);
   106     void setLayoutDirection_helper(Qt::LayoutDirection direction);