Navigation Menu

Skip to content

Commit

Permalink
Spell
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 22, 2018
1 parent 8a525b0 commit 926e03a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
28 changes: 14 additions & 14 deletions python/gui/auto_generated/layout/qgslayoutdesignerinterface.sip.in
Expand Up @@ -27,7 +27,7 @@ open layout designer dialogs.
take care to react to newly created designer dialogs and apply their customizations
to all newly created dialogs. This can be done by listening for the QgisInterface.layoutDesignerOpened
signal. Plugins must also listen for the QgisInterface.layoutDesignerWillBeClosed
signal and gracefully cleanup any customisations before the designer dialog is
signal and gracefully cleanup any customizations before the designer dialog is
deleted.

.. versionadded:: 3.0
Expand Down Expand Up @@ -109,7 +109,7 @@ Returns a reference to the designer's "Layout" menu.

.. note::

See class documentation for notes regarding handling customisation of designer dialogs.
See class documentation for notes regarding handling customization of designer dialogs.

.. seealso:: :py:func:`editMenu`

Expand All @@ -133,7 +133,7 @@ Returns a reference to the designer's "Edit" menu.

.. note::

See class documentation for notes regarding handling customisation of designer dialogs.
See class documentation for notes regarding handling customization of designer dialogs.

.. seealso:: :py:func:`layoutMenu`

Expand All @@ -157,7 +157,7 @@ Returns a reference to the designer's "View" menu.

.. note::

See class documentation for notes regarding handling customisation of designer dialogs.
See class documentation for notes regarding handling customization of designer dialogs.

.. seealso:: :py:func:`layoutMenu`

Expand All @@ -181,7 +181,7 @@ Returns a reference to the designer's "Items" menu.

.. note::

See class documentation for notes regarding handling customisation of designer dialogs.
See class documentation for notes regarding handling customization of designer dialogs.

.. seealso:: :py:func:`layoutMenu`

Expand All @@ -207,7 +207,7 @@ Note that this may not exist or may be hidden if the designer is in report mode.

.. note::

See class documentation for notes regarding handling customisation of designer dialogs.
See class documentation for notes regarding handling customization of designer dialogs.

.. seealso:: :py:func:`layoutMenu`

Expand All @@ -233,7 +233,7 @@ Note that this may not exist or may be hidden if the designer is not in report m

.. note::

See class documentation for notes regarding handling customisation of designer dialogs.
See class documentation for notes regarding handling customization of designer dialogs.

.. seealso:: :py:func:`layoutMenu`

Expand All @@ -257,7 +257,7 @@ Returns a reference to the designer's "Settings" menu.

.. note::

See class documentation for notes regarding handling customisation of designer dialogs.
See class documentation for notes regarding handling customization of designer dialogs.

.. seealso:: :py:func:`layoutMenu`

Expand All @@ -281,7 +281,7 @@ Returns a reference to the designer's "Layout" toolbar.

.. note::

See class documentation for notes regarding handling customisation of designer dialogs.
See class documentation for notes regarding handling customization of designer dialogs.

.. seealso:: :py:func:`navigationToolbar`

Expand All @@ -299,7 +299,7 @@ Returns a reference to the designer's "Navigation" toolbar.

.. note::

See class documentation for notes regarding handling customisation of designer dialogs.
See class documentation for notes regarding handling customization of designer dialogs.

.. seealso:: :py:func:`layoutToolbar`

Expand All @@ -317,7 +317,7 @@ Returns a reference to the designer's "Actions" toolbar.

.. note::

See class documentation for notes regarding handling customisation of designer dialogs.
See class documentation for notes regarding handling customization of designer dialogs.

.. seealso:: :py:func:`layoutToolbar`

Expand All @@ -338,7 +338,7 @@ designer is in report mode.

.. note::

See class documentation for notes regarding handling customisation of designer dialogs.
See class documentation for notes regarding handling customization of designer dialogs.

.. seealso:: :py:func:`layoutToolbar`

Expand All @@ -356,7 +356,7 @@ Adds a ``dock`` widget to the layout designer, in the specified dock ``area``.

.. note::

See class documentation for notes regarding handling customisation of designer dialogs.
See class documentation for notes regarding handling customization of designer dialogs.

.. seealso:: :py:func:`removeDockWidget`

Expand All @@ -370,7 +370,7 @@ Removes the specified ``dock`` widget from layout designer (without deleting it)

.. note::

See class documentation for notes regarding handling customisation of designer dialogs.
See class documentation for notes regarding handling customization of designer dialogs.

.. seealso:: :py:func:`addDockWidget`

Expand Down
28 changes: 14 additions & 14 deletions src/gui/layout/qgslayoutdesignerinterface.h
Expand Up @@ -45,7 +45,7 @@ class QToolBar;
* take care to react to newly created designer dialogs and apply their customizations
* to all newly created dialogs. This can be done by listening for the QgisInterface::layoutDesignerOpened
* signal. Plugins must also listen for the QgisInterface::layoutDesignerWillBeClosed
* signal and gracefully cleanup any customisations before the designer dialog is
* signal and gracefully cleanup any customizations before the designer dialog is
* deleted.
*
* \since QGIS 3.0
Expand Down Expand Up @@ -122,7 +122,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
/**
* Returns a reference to the designer's "Layout" menu.
*
* \note See class documentation for notes regarding handling customisation of designer dialogs.
* \note See class documentation for notes regarding handling customization of designer dialogs.
*
* \see editMenu()
* \see viewMenu()
Expand All @@ -138,7 +138,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
/**
* Returns a reference to the designer's "Edit" menu.
*
* \note See class documentation for notes regarding handling customisation of designer dialogs.
* \note See class documentation for notes regarding handling customization of designer dialogs.
*
* \see layoutMenu()
* \see viewMenu()
Expand All @@ -154,7 +154,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
/**
* Returns a reference to the designer's "View" menu.
*
* \note See class documentation for notes regarding handling customisation of designer dialogs.
* \note See class documentation for notes regarding handling customization of designer dialogs.
*
* \see layoutMenu()
* \see editMenu()
Expand All @@ -170,7 +170,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
/**
* Returns a reference to the designer's "Items" menu.
*
* \note See class documentation for notes regarding handling customisation of designer dialogs.
* \note See class documentation for notes regarding handling customization of designer dialogs.
*
* \see layoutMenu()
* \see editMenu()
Expand All @@ -188,7 +188,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
*
* Note that this may not exist or may be hidden if the designer is in report mode.
*
* \note See class documentation for notes regarding handling customisation of designer dialogs.
* \note See class documentation for notes regarding handling customization of designer dialogs.
*
* \see layoutMenu()
* \see editMenu()
Expand All @@ -206,7 +206,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
*
* Note that this may not exist or may be hidden if the designer is not in report mode.
*
* \note See class documentation for notes regarding handling customisation of designer dialogs.
* \note See class documentation for notes regarding handling customization of designer dialogs.
*
* \see layoutMenu()
* \see editMenu()
Expand All @@ -222,7 +222,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
/**
* Returns a reference to the designer's "Settings" menu.
*
* \note See class documentation for notes regarding handling customisation of designer dialogs.
* \note See class documentation for notes regarding handling customization of designer dialogs.
*
* \see layoutMenu()
* \see editMenu()
Expand All @@ -238,7 +238,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
/**
* Returns a reference to the designer's "Layout" toolbar.
*
* \note See class documentation for notes regarding handling customisation of designer dialogs.
* \note See class documentation for notes regarding handling customization of designer dialogs.
*
* \see navigationToolbar()
* \see actionsToolbar()
Expand All @@ -251,7 +251,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
/**
* Returns a reference to the designer's "Navigation" toolbar.
*
* \note See class documentation for notes regarding handling customisation of designer dialogs.
* \note See class documentation for notes regarding handling customization of designer dialogs.
*
* \see layoutToolbar()
* \see actionsToolbar()
Expand All @@ -264,7 +264,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
/**
* Returns a reference to the designer's "Actions" toolbar.
*
* \note See class documentation for notes regarding handling customisation of designer dialogs.
* \note See class documentation for notes regarding handling customization of designer dialogs.
*
* \see layoutToolbar()
* \see navigationToolbar()
Expand All @@ -280,7 +280,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
* Note that this toolbar may not exist or may be hidden if the
* designer is in report mode.
*
* \note See class documentation for notes regarding handling customisation of designer dialogs.
* \note See class documentation for notes regarding handling customization of designer dialogs.
*
* \see layoutToolbar()
* \see navigationToolbar()
Expand All @@ -293,7 +293,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
/**
* Adds a \a dock widget to the layout designer, in the specified dock \a area.
*
* \note See class documentation for notes regarding handling customisation of designer dialogs.
* \note See class documentation for notes regarding handling customization of designer dialogs.
*
* \see removeDockWidget()
*
Expand All @@ -304,7 +304,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
/**
* Removes the specified \a dock widget from layout designer (without deleting it).
*
* \note See class documentation for notes regarding handling customisation of designer dialogs.
* \note See class documentation for notes regarding handling customization of designer dialogs.
*
* \see addDockWidget()
*
Expand Down

0 comments on commit 926e03a

Please sign in to comment.