Skip to content

Commit 926e03a

Browse files
committed
Spell
1 parent 8a525b0 commit 926e03a

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

python/gui/auto_generated/layout/qgslayoutdesignerinterface.sip.in

+14-14
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ open layout designer dialogs.
2727
take care to react to newly created designer dialogs and apply their customizations
2828
to all newly created dialogs. This can be done by listening for the QgisInterface.layoutDesignerOpened
2929
signal. Plugins must also listen for the QgisInterface.layoutDesignerWillBeClosed
30-
signal and gracefully cleanup any customisations before the designer dialog is
30+
signal and gracefully cleanup any customizations before the designer dialog is
3131
deleted.
3232

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

110110
.. note::
111111

112-
See class documentation for notes regarding handling customisation of designer dialogs.
112+
See class documentation for notes regarding handling customization of designer dialogs.
113113

114114
.. seealso:: :py:func:`editMenu`
115115

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

134134
.. note::
135135

136-
See class documentation for notes regarding handling customisation of designer dialogs.
136+
See class documentation for notes regarding handling customization of designer dialogs.
137137

138138
.. seealso:: :py:func:`layoutMenu`
139139

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

158158
.. note::
159159

160-
See class documentation for notes regarding handling customisation of designer dialogs.
160+
See class documentation for notes regarding handling customization of designer dialogs.
161161

162162
.. seealso:: :py:func:`layoutMenu`
163163

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

182182
.. note::
183183

184-
See class documentation for notes regarding handling customisation of designer dialogs.
184+
See class documentation for notes regarding handling customization of designer dialogs.
185185

186186
.. seealso:: :py:func:`layoutMenu`
187187

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

208208
.. note::
209209

210-
See class documentation for notes regarding handling customisation of designer dialogs.
210+
See class documentation for notes regarding handling customization of designer dialogs.
211211

212212
.. seealso:: :py:func:`layoutMenu`
213213

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

234234
.. note::
235235

236-
See class documentation for notes regarding handling customisation of designer dialogs.
236+
See class documentation for notes regarding handling customization of designer dialogs.
237237

238238
.. seealso:: :py:func:`layoutMenu`
239239

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

258258
.. note::
259259

260-
See class documentation for notes regarding handling customisation of designer dialogs.
260+
See class documentation for notes regarding handling customization of designer dialogs.
261261

262262
.. seealso:: :py:func:`layoutMenu`
263263

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

282282
.. note::
283283

284-
See class documentation for notes regarding handling customisation of designer dialogs.
284+
See class documentation for notes regarding handling customization of designer dialogs.
285285

286286
.. seealso:: :py:func:`navigationToolbar`
287287

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

300300
.. note::
301301

302-
See class documentation for notes regarding handling customisation of designer dialogs.
302+
See class documentation for notes regarding handling customization of designer dialogs.
303303

304304
.. seealso:: :py:func:`layoutToolbar`
305305

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

318318
.. note::
319319

320-
See class documentation for notes regarding handling customisation of designer dialogs.
320+
See class documentation for notes regarding handling customization of designer dialogs.
321321

322322
.. seealso:: :py:func:`layoutToolbar`
323323

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

339339
.. note::
340340

341-
See class documentation for notes regarding handling customisation of designer dialogs.
341+
See class documentation for notes regarding handling customization of designer dialogs.
342342

343343
.. seealso:: :py:func:`layoutToolbar`
344344

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

357357
.. note::
358358

359-
See class documentation for notes regarding handling customisation of designer dialogs.
359+
See class documentation for notes regarding handling customization of designer dialogs.
360360

361361
.. seealso:: :py:func:`removeDockWidget`
362362

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

371371
.. note::
372372

373-
See class documentation for notes regarding handling customisation of designer dialogs.
373+
See class documentation for notes regarding handling customization of designer dialogs.
374374

375375
.. seealso:: :py:func:`addDockWidget`
376376

src/gui/layout/qgslayoutdesignerinterface.h

+14-14
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class QToolBar;
4545
* take care to react to newly created designer dialogs and apply their customizations
4646
* to all newly created dialogs. This can be done by listening for the QgisInterface::layoutDesignerOpened
4747
* signal. Plugins must also listen for the QgisInterface::layoutDesignerWillBeClosed
48-
* signal and gracefully cleanup any customisations before the designer dialog is
48+
* signal and gracefully cleanup any customizations before the designer dialog is
4949
* deleted.
5050
*
5151
* \since QGIS 3.0
@@ -122,7 +122,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
122122
/**
123123
* Returns a reference to the designer's "Layout" menu.
124124
*
125-
* \note See class documentation for notes regarding handling customisation of designer dialogs.
125+
* \note See class documentation for notes regarding handling customization of designer dialogs.
126126
*
127127
* \see editMenu()
128128
* \see viewMenu()
@@ -138,7 +138,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
138138
/**
139139
* Returns a reference to the designer's "Edit" menu.
140140
*
141-
* \note See class documentation for notes regarding handling customisation of designer dialogs.
141+
* \note See class documentation for notes regarding handling customization of designer dialogs.
142142
*
143143
* \see layoutMenu()
144144
* \see viewMenu()
@@ -154,7 +154,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
154154
/**
155155
* Returns a reference to the designer's "View" menu.
156156
*
157-
* \note See class documentation for notes regarding handling customisation of designer dialogs.
157+
* \note See class documentation for notes regarding handling customization of designer dialogs.
158158
*
159159
* \see layoutMenu()
160160
* \see editMenu()
@@ -170,7 +170,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
170170
/**
171171
* Returns a reference to the designer's "Items" menu.
172172
*
173-
* \note See class documentation for notes regarding handling customisation of designer dialogs.
173+
* \note See class documentation for notes regarding handling customization of designer dialogs.
174174
*
175175
* \see layoutMenu()
176176
* \see editMenu()
@@ -188,7 +188,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
188188
*
189189
* Note that this may not exist or may be hidden if the designer is in report mode.
190190
*
191-
* \note See class documentation for notes regarding handling customisation of designer dialogs.
191+
* \note See class documentation for notes regarding handling customization of designer dialogs.
192192
*
193193
* \see layoutMenu()
194194
* \see editMenu()
@@ -206,7 +206,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
206206
*
207207
* Note that this may not exist or may be hidden if the designer is not in report mode.
208208
*
209-
* \note See class documentation for notes regarding handling customisation of designer dialogs.
209+
* \note See class documentation for notes regarding handling customization of designer dialogs.
210210
*
211211
* \see layoutMenu()
212212
* \see editMenu()
@@ -222,7 +222,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
222222
/**
223223
* Returns a reference to the designer's "Settings" menu.
224224
*
225-
* \note See class documentation for notes regarding handling customisation of designer dialogs.
225+
* \note See class documentation for notes regarding handling customization of designer dialogs.
226226
*
227227
* \see layoutMenu()
228228
* \see editMenu()
@@ -238,7 +238,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
238238
/**
239239
* Returns a reference to the designer's "Layout" toolbar.
240240
*
241-
* \note See class documentation for notes regarding handling customisation of designer dialogs.
241+
* \note See class documentation for notes regarding handling customization of designer dialogs.
242242
*
243243
* \see navigationToolbar()
244244
* \see actionsToolbar()
@@ -251,7 +251,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
251251
/**
252252
* Returns a reference to the designer's "Navigation" toolbar.
253253
*
254-
* \note See class documentation for notes regarding handling customisation of designer dialogs.
254+
* \note See class documentation for notes regarding handling customization of designer dialogs.
255255
*
256256
* \see layoutToolbar()
257257
* \see actionsToolbar()
@@ -264,7 +264,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
264264
/**
265265
* Returns a reference to the designer's "Actions" toolbar.
266266
*
267-
* \note See class documentation for notes regarding handling customisation of designer dialogs.
267+
* \note See class documentation for notes regarding handling customization of designer dialogs.
268268
*
269269
* \see layoutToolbar()
270270
* \see navigationToolbar()
@@ -280,7 +280,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
280280
* Note that this toolbar may not exist or may be hidden if the
281281
* designer is in report mode.
282282
*
283-
* \note See class documentation for notes regarding handling customisation of designer dialogs.
283+
* \note See class documentation for notes regarding handling customization of designer dialogs.
284284
*
285285
* \see layoutToolbar()
286286
* \see navigationToolbar()
@@ -293,7 +293,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
293293
/**
294294
* Adds a \a dock widget to the layout designer, in the specified dock \a area.
295295
*
296-
* \note See class documentation for notes regarding handling customisation of designer dialogs.
296+
* \note See class documentation for notes regarding handling customization of designer dialogs.
297297
*
298298
* \see removeDockWidget()
299299
*
@@ -304,7 +304,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
304304
/**
305305
* Removes the specified \a dock widget from layout designer (without deleting it).
306306
*
307-
* \note See class documentation for notes regarding handling customisation of designer dialogs.
307+
* \note See class documentation for notes regarding handling customization of designer dialogs.
308308
*
309309
* \see addDockWidget()
310310
*

0 commit comments

Comments
 (0)