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/qvalidator.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)
     
    106106
    107107    QValidator::State validate(QString &, int &) const;
     108    void fixup(QString &input) const;
    108109
    109110    void setBottom(int);
     
    137138    Q_PROPERTY(double top READ top WRITE setTop)
    138139    Q_PROPERTY(int decimals READ decimals WRITE setDecimals)
     140    Q_ENUMS(Notation)
    139141    Q_PROPERTY(Notation notation READ notation WRITE setNotation)
    140142
    141143public:
    142     explicit QDoubleValidator(QObject * parent);
     144    explicit QDoubleValidator(QObject * parent = 0);
    143145    QDoubleValidator(double bottom, double top, int decimals, QObject * parent);
    144146    ~QDoubleValidator();
     
    184186
    185187public:
    186     explicit QRegExpValidator(QObject *parent);
     188    explicit QRegExpValidator(QObject *parent = 0);
    187189    QRegExpValidator(const QRegExp& rx, QObject *parent);
    188190    ~QRegExpValidator();
Note: See TracChangeset for help on using the changeset viewer.