Fix typo vice versa

Change-Id: I639d6f9d2019998d91b52506afa2cbd861a0dbe4
Reviewed-by: Gabriel de Dietrich (DO NOT ADD TO REVIEWS) <gabriel.dedietrich@gmail.com>
This commit is contained in:
Cristian Maureira-Fredes 2018-09-04 22:26:47 +02:00
parent 1f6bfc2207
commit 793a36258d
2 changed files with 3 additions and 3 deletions

View File

@ -520,7 +520,7 @@
user had manually called the corresponding QWidget::setPalette() and
QWidget::setFont() methods on all of the QWidgets targeted by the style
sheet. If this would have caused propagation in C++, it will cause
propagation in style sheets and visa versa.
propagation in style sheets and vice versa.
\section1 Widgets Inside C++ Namespaces

View File

@ -91,7 +91,7 @@ QT_BEGIN_NAMESPACE
\li \l alignment: The alignment of the text in the QAbstractSpinBox.
\li \l wrapping: Whether the QAbstractSpinBox wraps from the
minimum value to the maximum value and vica versa.
minimum value to the maximum value and vice versa.
\endlist
@ -285,7 +285,7 @@ void QAbstractSpinBox::setSpecialValueText(const QString &specialValueText)
\brief whether the spin box is circular.
If wrapping is true stepping up from maximum() value will take you
to the minimum() value and vica versa. Wrapping only make sense if
to the minimum() value and vice versa. Wrapping only make sense if
you have minimum() and maximum() values set.
\snippet code/src_gui_widgets_qabstractspinbox.cpp 0