Typo-fix: s/looses/loses/g
When an archer lets go of the bow-string, she looses an arrow; when the hounds are straining at their leashes and the handler lets go, he looses the dogs. It's archaic usage now; we'd normally say "lets loose", "lets go" or "releases". In any case what was meant here was that something got lost; a widget loses focus or a network loses its connection. Change-Id: Ic1fbe9e1f76185bcb7caf034d6be97ebfeb2e270 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Martin Smith <martin.smith@qt.io>
This commit is contained in:
parent
d3e73b4f6b
commit
3e0bf04d7b
@ -163,7 +163,7 @@
|
|||||||
submitted to the database until the user expliclity requests a
|
submitted to the database until the user expliclity requests a
|
||||||
submit (the alternative is QDataWidgetMapper::AutoSubmit,
|
submit (the alternative is QDataWidgetMapper::AutoSubmit,
|
||||||
automatically submitting changes when the corresponding widget
|
automatically submitting changes when the corresponding widget
|
||||||
looses focus). Finally, we specify the item delegate the mapper
|
loses focus). Finally, we specify the item delegate the mapper
|
||||||
view should use for its items. The QSqlRelationalDelegate class
|
view should use for its items. The QSqlRelationalDelegate class
|
||||||
represents a delegate that unlike the default delegate, enables
|
represents a delegate that unlike the default delegate, enables
|
||||||
combobox functionality for fields that are foreign keys into other
|
combobox functionality for fields that are foreign keys into other
|
||||||
|
@ -111,7 +111,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
|
|
||||||
Depending on the type of configuration some states are transient in nature. A GPRS/UMTS
|
Depending on the type of configuration some states are transient in nature. A GPRS/UMTS
|
||||||
connection may almost always be \l Discovered if the GSM/UMTS network is available.
|
connection may almost always be \l Discovered if the GSM/UMTS network is available.
|
||||||
However if the GSM/UMTS network looses the connection the associated configuration may change its state
|
However if the GSM/UMTS network loses the connection the associated configuration may change its state
|
||||||
from \l Discovered to \l Defined as well. A similar use case might be triggered by
|
from \l Discovered to \l Defined as well. A similar use case might be triggered by
|
||||||
WLAN availability. QNetworkConfigurationManager::updateConfigurations() can be used to
|
WLAN availability. QNetworkConfigurationManager::updateConfigurations() can be used to
|
||||||
manually trigger updates of states. Note that some platforms do not require such updates
|
manually trigger updates of states. Note that some platforms do not require such updates
|
||||||
|
@ -2258,7 +2258,7 @@ void QAbstractItemView::focusInEvent(QFocusEvent *event)
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
This function is called with the given \a event when the widget
|
This function is called with the given \a event when the widget
|
||||||
looses the focus. By default, the event is ignored.
|
loses the focus. By default, the event is ignored.
|
||||||
|
|
||||||
\sa clearFocus(), focusInEvent()
|
\sa clearFocus(), focusInEvent()
|
||||||
*/
|
*/
|
||||||
|
@ -286,7 +286,7 @@ void tst_QFocusEvent::checkReason_Shortcut()
|
|||||||
void tst_QFocusEvent::checkReason_focusWidget()
|
void tst_QFocusEvent::checkReason_focusWidget()
|
||||||
{
|
{
|
||||||
// This test checks that a widget doesn't loose
|
// This test checks that a widget doesn't loose
|
||||||
// its focuswidget just because the focuswidget looses focus.
|
// its focuswidget just because the focuswidget loses focus.
|
||||||
QWidget window1;
|
QWidget window1;
|
||||||
QWidget frame1;
|
QWidget frame1;
|
||||||
QWidget frame2;
|
QWidget frame2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user