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/widgets/qdockarealayout_p.h

    r651 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)
     
    8484// a widgetItem if this is a node of the tree (QDockAreaLayoutItem::widgetItem)
    8585//
    86 // A path indetifies uniquely one object in this tree, the first number beeing the side and all the following
     86// A path indetifies uniquely one object in this tree, the first number being the side and all the following
    8787// indexes into the QDockAreaLayoutInfo::item_list.
    8888
     
    129129public:
    130130    QDockAreaLayoutInfo();
    131     QDockAreaLayoutInfo(int _sep, QInternal::DockPosition _dockPos, Qt::Orientation _o,
     131    QDockAreaLayoutInfo(const int *_sep, QInternal::DockPosition _dockPos, Qt::Orientation _o,
    132132                        int tbhape, QMainWindow *window);
    133133
     
    190190    QMainWindowLayout *mainWindowLayout() const;
    191191
    192     int sep;
     192    const int *sep;
    193193    mutable QVector<QWidget*> separatorWidgets;
    194194    QInternal::DockPosition dockPos;
     
    209209    bool tabbed;
    210210    QTabBar *tabBar;
    211     QSize tabBarMin, tabBarHint;
    212211    int tabBarShape;
    213     bool tabBarVisible;
    214 
    215     void updateTabBar() const;
     212
     213    bool updateTabBar() const;
    216214    void setTabBarShape(int shape);
    217215    QSize tabBarMinimumSize() const;
     
    301299    QSet<QWidget*> usedSeparatorWidgets() const;
    302300#endif //QT_NO_TABBAR
     301    void styleChangedEvent();
    303302};
    304303
Note: See TracChangeset for help on using the changeset viewer.