@@ -45,7 +45,7 @@ class QToolBar;
45
45
* take care to react to newly created designer dialogs and apply their customizations
46
46
* to all newly created dialogs. This can be done by listening for the QgisInterface::layoutDesignerOpened
47
47
* 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
49
49
* deleted.
50
50
*
51
51
* \since QGIS 3.0
@@ -122,7 +122,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
122
122
/* *
123
123
* Returns a reference to the designer's "Layout" menu.
124
124
*
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.
126
126
*
127
127
* \see editMenu()
128
128
* \see viewMenu()
@@ -138,7 +138,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
138
138
/* *
139
139
* Returns a reference to the designer's "Edit" menu.
140
140
*
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.
142
142
*
143
143
* \see layoutMenu()
144
144
* \see viewMenu()
@@ -154,7 +154,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
154
154
/* *
155
155
* Returns a reference to the designer's "View" menu.
156
156
*
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.
158
158
*
159
159
* \see layoutMenu()
160
160
* \see editMenu()
@@ -170,7 +170,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
170
170
/* *
171
171
* Returns a reference to the designer's "Items" menu.
172
172
*
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.
174
174
*
175
175
* \see layoutMenu()
176
176
* \see editMenu()
@@ -188,7 +188,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
188
188
*
189
189
* Note that this may not exist or may be hidden if the designer is in report mode.
190
190
*
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.
192
192
*
193
193
* \see layoutMenu()
194
194
* \see editMenu()
@@ -206,7 +206,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
206
206
*
207
207
* Note that this may not exist or may be hidden if the designer is not in report mode.
208
208
*
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.
210
210
*
211
211
* \see layoutMenu()
212
212
* \see editMenu()
@@ -222,7 +222,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
222
222
/* *
223
223
* Returns a reference to the designer's "Settings" menu.
224
224
*
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.
226
226
*
227
227
* \see layoutMenu()
228
228
* \see editMenu()
@@ -238,7 +238,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
238
238
/* *
239
239
* Returns a reference to the designer's "Layout" toolbar.
240
240
*
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.
242
242
*
243
243
* \see navigationToolbar()
244
244
* \see actionsToolbar()
@@ -251,7 +251,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
251
251
/* *
252
252
* Returns a reference to the designer's "Navigation" toolbar.
253
253
*
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.
255
255
*
256
256
* \see layoutToolbar()
257
257
* \see actionsToolbar()
@@ -264,7 +264,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
264
264
/* *
265
265
* Returns a reference to the designer's "Actions" toolbar.
266
266
*
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.
268
268
*
269
269
* \see layoutToolbar()
270
270
* \see navigationToolbar()
@@ -280,7 +280,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
280
280
* Note that this toolbar may not exist or may be hidden if the
281
281
* designer is in report mode.
282
282
*
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.
284
284
*
285
285
* \see layoutToolbar()
286
286
* \see navigationToolbar()
@@ -293,7 +293,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
293
293
/* *
294
294
* Adds a \a dock widget to the layout designer, in the specified dock \a area.
295
295
*
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.
297
297
*
298
298
* \see removeDockWidget()
299
299
*
@@ -304,7 +304,7 @@ class GUI_EXPORT QgsLayoutDesignerInterface: public QObject
304
304
/* *
305
305
* Removes the specified \a dock widget from layout designer (without deleting it).
306
306
*
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.
308
308
*
309
309
* \see addDockWidget()
310
310
*
0 commit comments