src/gui/styles/qs60style.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
child 7 f7bc934e204c
child 18 2f34d5167611
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2009 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 of the Qt Toolkit.
     7 ** This file is part of the QtGui module of the Qt Toolkit.
     8 **
     8 **
     9 ** $QT_BEGIN_LICENSE:LGPL$
     9 ** $QT_BEGIN_LICENSE:LGPL$
    10 ** No Commercial Usage
    10 ** No Commercial Usage
    11 ** This file contains pre-release code and may not be distributed.
    11 ** This file contains pre-release code and may not be distributed.
    12 ** You may use this file in accordance with the terms and conditions
    12 ** You may use this file in accordance with the terms and conditions
    77     void polish(QApplication *application);
    77     void polish(QApplication *application);
    78     void unpolish(QApplication *application);
    78     void unpolish(QApplication *application);
    79 #ifndef Q_NO_USING_KEYWORD
    79 #ifndef Q_NO_USING_KEYWORD
    80     using QCommonStyle::polish;
    80     using QCommonStyle::polish;
    81 #endif
    81 #endif
    82 
       
    83     void setStyleProperty(const char *name, const QVariant &value);
       
    84     QVariant styleProperty(const char *name) const;
       
    85 
       
    86     bool event(QEvent *e);
    82     bool event(QEvent *e);
    87 
    83 
    88 #ifndef Q_WS_S60
    84 #ifndef Q_WS_S60
    89     static QStringList partKeys();
    85     static QStringList partKeys();
    90     static QStringList colorListKeys();
    86     static QStringList colorListKeys();