diff options
Diffstat (limited to 'src/widgets/widgets/qspinbox.cpp')
-rw-r--r-- | src/widgets/widgets/qspinbox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/widgets/qspinbox.cpp b/src/widgets/widgets/qspinbox.cpp index c224d5a6ddd..6691aa37b52 100644 --- a/src/widgets/widgets/qspinbox.cpp +++ b/src/widgets/widgets/qspinbox.cpp @@ -83,7 +83,7 @@ public: \ingroup basicwidgets \inmodule QtWidgets - \image fusion-spinbox.png + \image fusion-spinbox.png {Spin box widget displaying an integer} QSpinBox is designed to handle integers and discrete sets of values (e.g., month names); use QDoubleSpinBox for floating point @@ -554,7 +554,7 @@ void QSpinBox::fixup(QString &input) const \ingroup basicwidgets \inmodule QtWidgets - \image fusion-doublespinbox.png + \image fusion-doublespinbox.png {Spin box displaying a double} QDoubleSpinBox allows the user to choose a value by clicking the up and down buttons or by pressing Up or Down on the keyboard to |