Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/graphicsview/qgraphicswidget_p.h

    r769 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    8181          polished(0),
    8282          inSetPos(0),
     83          autoFillBackground(0),
    8384          focusPolicy(Qt::NoFocus),
    8485          focusNext(0),
     
    131132    bool hasDecoration() const;
    132133
     134    // Private Properties
     135    qreal width() const;
     136    void setWidth(qreal);
     137    void resetWidth();
     138
     139    qreal height() const;
     140    void setHeight(qreal);
     141    void resetHeight();
    133142    void setGeometryFromSetPos();
    134143
     
    175184    quint32 polished: 1;
    176185    quint32 inSetPos : 1;
     186    quint32 autoFillBackground : 1;
    177187
    178188    // Focus
Note: See TracChangeset for help on using the changeset viewer.