tools/shared/qtpropertybrowser/qtpropertybrowserutils_p.h
branchRCL_3
changeset 4 3b1da2848fc7
parent 0 1918ee327afb
child 8 3f74d0d4af4c
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 tools applications of the Qt Toolkit.
     7 ** This file is part of the tools applications of the Qt Toolkit.
     8 **
     8 **
    92     static QIcon brushValueIcon(const QBrush &b);
    92     static QIcon brushValueIcon(const QBrush &b);
    93     static QString colorValueText(const QColor &c);
    93     static QString colorValueText(const QColor &c);
    94     static QPixmap fontValuePixmap(const QFont &f);
    94     static QPixmap fontValuePixmap(const QFont &f);
    95     static QIcon fontValueIcon(const QFont &f);
    95     static QIcon fontValueIcon(const QFont &f);
    96     static QString fontValueText(const QFont &f);
    96     static QString fontValueText(const QFont &f);
       
    97     static QString dateFormat();
       
    98     static QString timeFormat();
       
    99     static QString dateTimeFormat();
    97 };
   100 };
    98 
   101 
    99 class QtBoolEdit : public QWidget {
   102 class QtBoolEdit : public QWidget {
   100     Q_OBJECT
   103     Q_OBJECT
   101 public:
   104 public: