src/gui/widgets/qmainwindow.h
branchRCL_3
changeset 4 3b1da2848fc7
parent 0 1918ee327afb
equal deleted inserted replaced
3:41300fa6a67c 4:3b1da2848fc7
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the QtGui module of the Qt Toolkit.
     7 ** This file is part of the QtGui module of the Qt Toolkit.
     8 **
     8 **
   100     void setIconSize(const QSize &iconSize);
   100     void setIconSize(const QSize &iconSize);
   101 
   101 
   102     Qt::ToolButtonStyle toolButtonStyle() const;
   102     Qt::ToolButtonStyle toolButtonStyle() const;
   103     void setToolButtonStyle(Qt::ToolButtonStyle toolButtonStyle);
   103     void setToolButtonStyle(Qt::ToolButtonStyle toolButtonStyle);
   104 
   104 
       
   105 #ifndef QT_NO_DOCKWIDGET
   105     bool isAnimated() const;
   106     bool isAnimated() const;
   106     bool isDockNestingEnabled() const;
   107     bool isDockNestingEnabled() const;
       
   108 #endif
   107 
   109 
   108 #ifndef QT_NO_TABBAR
   110 #ifndef QT_NO_TABBAR
   109     bool documentMode() const;
   111     bool documentMode() const;
   110     void setDocumentMode(bool enabled);
   112     void setDocumentMode(bool enabled);
   111 #endif
   113 #endif