mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-17 00:09:36 -04:00
Spelling
This commit is contained in:
parent
c085d0edd5
commit
10d7f6e54c
@ -42,7 +42,7 @@ Add directory to favorites.
|
||||
void setMessageBar( QgsMessageBar *bar );
|
||||
%Docstring
|
||||
Sets a message ``bar`` to use alongside the dock widget. Setting this allows items
|
||||
to utilise the message bar to provide non-blocking feedback to users, e.g.
|
||||
to utilize the message bar to provide non-blocking feedback to users, e.g.
|
||||
success or failure of actions.
|
||||
|
||||
.. seealso:: :py:func:`messageBar`
|
||||
|
@ -82,7 +82,7 @@ if desired, or use standard QMenu API to insert their items and submenus into
|
||||
the desired location within the context menu.
|
||||
|
||||
The ``selectedItems`` list contains a list of ALL currently selected items within the browser view.
|
||||
Subclasses can utilise this list in order to create actions which operate on multiple items
|
||||
Subclasses can utilize this list in order to create actions which operate on multiple items
|
||||
at once, e.g. to allow deletion of multiple layers from a database at once.
|
||||
|
||||
When creating a context menu, this method is called for EVERY QgsDataItemGuiProvider
|
||||
|
@ -62,7 +62,7 @@ class GUI_EXPORT QgsBrowserDockWidget : public QgsDockWidget, private Ui::QgsBro
|
||||
|
||||
/**
|
||||
* Sets a message \a bar to use alongside the dock widget. Setting this allows items
|
||||
* to utilise the message bar to provide non-blocking feedback to users, e.g.
|
||||
* to utilize the message bar to provide non-blocking feedback to users, e.g.
|
||||
* success or failure of actions.
|
||||
*
|
||||
* \see messageBar()
|
||||
|
@ -94,7 +94,7 @@ class GUI_EXPORT QgsDataItemGuiProvider
|
||||
* the desired location within the context menu.
|
||||
*
|
||||
* The \a selectedItems list contains a list of ALL currently selected items within the browser view.
|
||||
* Subclasses can utilise this list in order to create actions which operate on multiple items
|
||||
* Subclasses can utilize this list in order to create actions which operate on multiple items
|
||||
* at once, e.g. to allow deletion of multiple layers from a database at once.
|
||||
*
|
||||
* When creating a context menu, this method is called for EVERY QgsDataItemGuiProvider
|
||||
|
Loading…
x
Reference in New Issue
Block a user