Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/widgets/qspinbox.cpp

    r651 r769  
    449449
    450450/*!
    451     This virtual function is used by the spin box whenever it needs
    452     to display the given \a value. The default implementation returns
    453     a string containing \a value printed in the standard way using
    454     QWidget::locale().toString(). Reimplementations may return anything. (See
    455     the example in the detailed description.)
     451    This virtual function is used by the spin box whenever it needs to
     452    display the given \a value. The default implementation returns a
     453    string containing \a value printed in the standard way using
     454    QWidget::locale().toString(), but with the thousand separator
     455    removed. Reimplementations may return anything. (See the example
     456    in the detailed description.)
    456457
    457458    Note: QSpinBox does not call this function for specialValueText()
     
    462463    valueFromText() and validate()
    463464
    464     \sa valueFromText(), validate()
     465    \sa valueFromText(), validate(), QLocale::groupSeparator()
    465466*/
    466467
     
    870871    valueFromText().
    871872
    872     \sa valueFromText()
     873    \sa valueFromText(), QLocale::groupSeparator()
    873874*/
    874875
Note: See TracChangeset for help on using the changeset viewer.