Changeset 846 for trunk/src/gui/widgets/qdockarealayout_p.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/widgets/qdockarealayout_p.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 84 84 // a widgetItem if this is a node of the tree (QDockAreaLayoutItem::widgetItem) 85 85 // 86 // A path indetifies uniquely one object in this tree, the first number be eing the side and all the following86 // A path indetifies uniquely one object in this tree, the first number being the side and all the following 87 87 // indexes into the QDockAreaLayoutInfo::item_list. 88 88 … … 129 129 public: 130 130 QDockAreaLayoutInfo(); 131 QDockAreaLayoutInfo( int_sep, QInternal::DockPosition _dockPos, Qt::Orientation _o,131 QDockAreaLayoutInfo(const int *_sep, QInternal::DockPosition _dockPos, Qt::Orientation _o, 132 132 int tbhape, QMainWindow *window); 133 133 … … 190 190 QMainWindowLayout *mainWindowLayout() const; 191 191 192 intsep;192 const int *sep; 193 193 mutable QVector<QWidget*> separatorWidgets; 194 194 QInternal::DockPosition dockPos; … … 209 209 bool tabbed; 210 210 QTabBar *tabBar; 211 QSize tabBarMin, tabBarHint;212 211 int tabBarShape; 213 bool tabBarVisible; 214 215 void updateTabBar() const; 212 213 bool updateTabBar() const; 216 214 void setTabBarShape(int shape); 217 215 QSize tabBarMinimumSize() const; … … 301 299 QSet<QWidget*> usedSeparatorWidgets() const; 302 300 #endif //QT_NO_TABBAR 301 void styleChangedEvent(); 303 302 }; 304 303
Note:
See TracChangeset
for help on using the changeset viewer.