mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Spell
This commit is contained in:
parent
8a525b0b86
commit
926e03ac3c
@ -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
|
||||
@ -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`
|
||||
|
||||
@ -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`
|
||||
|
||||
@ -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`
|
||||
|
||||
@ -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`
|
||||
|
||||
@ -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`
|
||||
|
||||
@ -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`
|
||||
|
||||
@ -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`
|
||||
|
||||
@ -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`
|
||||
|
||||
@ -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`
|
||||
|
||||
@ -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`
|
||||
|
||||
@ -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`
|
||||
|
||||
@ -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`
|
||||
|
||||
@ -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`
|
||||
|
||||
|
@ -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
|
||||
@ -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()
|
||||
@ -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()
|
||||
@ -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()
|
||||
@ -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()
|
||||
@ -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()
|
||||
@ -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()
|
||||
@ -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()
|
||||
@ -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()
|
||||
@ -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()
|
||||
@ -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()
|
||||
@ -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()
|
||||
@ -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()
|
||||
*
|
||||
@ -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()
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user