Skip to content

Commit d197fd5

Browse files
committedJun 5, 2019
fix qgis_spelling
1 parent 35c4209 commit d197fd5

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed
 

‎tests/testdata/qgis_server/wms_tile_buffer.qgs

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -284,22 +284,7 @@
284284
<editforminit/>
285285
<editforminitcodesource>0</editforminitcodesource>
286286
<editforminitfilepath></editforminitfilepath>
287-
<editforminitcode><![CDATA[# -*- coding: utf-8 -*-
288-
"""
289-
Les formulaires QGIS peuvent avoir une fonction Python qui sera appelée à l'ouverture du formulaire.
290-
291-
Utilisez cette fonction pour ajouter plus de fonctionnalités à vos formulaires.
292-
293-
Entrez le nom de la fonction dans le champ "Fonction d'initialisation Python".
294-
Voici un exemple à suivre:
295-
"""
296-
from qgis.PyQt.QtWidgets import QWidget
297-
298-
def my_form_open(dialog, layer, feature):
299-
geom = feature.geometry()
300-
control = dialog.findChild(QWidget, "MyLineEdit")
301-
302-
]]></editforminitcode>
287+
<editforminitcode></editforminitcode>
303288
<featformsuppress>0</featformsuppress>
304289
<editorlayout>generatedlayout</editorlayout>
305290
<editable>

0 commit comments

Comments
 (0)
Please sign in to comment.