Changeset 769 for trunk/src/gui/widgets/qspinbox.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/widgets/qspinbox.cpp
r651 r769 449 449 450 450 /*! 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.) 456 457 457 458 Note: QSpinBox does not call this function for specialValueText() … … 462 463 valueFromText() and validate() 463 464 464 \sa valueFromText(), validate() 465 \sa valueFromText(), validate(), QLocale::groupSeparator() 465 466 */ 466 467 … … 870 871 valueFromText(). 871 872 872 \sa valueFromText() 873 \sa valueFromText(), QLocale::groupSeparator() 873 874 */ 874 875
Note:
See TracChangeset
for help on using the changeset viewer.