Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -264,7 +264,7 @@ Write XML information |
|
|
Serialize on project save |
|
|
%End |
|
|
|
|
|
QgsAttributeEditorElement *attributeEditorElementFromDomElement( QDomElement &elem, QgsAttributeEditorElement *parent, const QString &layerId = 0 ); |
|
|
QgsAttributeEditorElement *attributeEditorElementFromDomElement( QDomElement &elem, QgsAttributeEditorElement *parent, const QString &layerId = QString() ); |
|
|
%Docstring |
|
|
Deserialize drag and drop designer elements. |
|
|
%End |
|
|
|
@@ -288,7 +288,7 @@ class CORE_EXPORT QgsEditFormConfig |
|
|
/** |
|
|
* Deserialize drag and drop designer elements. |
|
|
*/ |
|
|
QgsAttributeEditorElement *attributeEditorElementFromDomElement( QDomElement &elem, QgsAttributeEditorElement *parent, const QString &layerId = nullptr ); |
|
|
QgsAttributeEditorElement *attributeEditorElementFromDomElement( QDomElement &elem, QgsAttributeEditorElement *parent, const QString &layerId = QString() ); |
|
|
|
|
|
/** |
|
|
* Create a new edit form config. Normally invoked by QgsVectorLayer |
|
|
|
|
@@ -1,10 +1,10 @@ |
|
|
/*************************************************************************** |
|
|
qgstranslationcontext.cpp - %{Cpp:License:ClassName} |
|
|
qgstranslationcontext.cpp |
|
|
|
|
|
--------------------- |
|
|
begin : 23.5.2018 |
|
|
copyright : (C) 2018 by david |
|
|
email : [your-email-here] |
|
|
copyright : (C) 2018 by David Signer |
|
|
email : david at opengis dot ch |
|
|
*************************************************************************** |
|
|
* * |
|
|
* This program is free software; you can redistribute it and/or modify * |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.