We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 17d9849 commit ecdb6deCopy full SHA for ecdb6de
src/core/layertree/qgslayertreenode.h
@@ -50,6 +50,12 @@ class QDomElement;
50
* used by third party plugins. Custom properties are stored also in the project
51
* file. The storage is not efficient for large amount of data.
52
*
53
+ * Custom properties that have already been used within QGIS:
54
+ * - "overview" - whether to show a layer in overview
55
+ * - "showFeatureCount" - whether to show feature counts in layer tree (vector only)
56
+ * - "embedded" - whether the node comes from an external project
57
+ * - "embedded_project" - path to the external project (embedded root node only)
58
+ *
59
* @see also QgsLayerTree, QgsLayerTreeLayer, QgsLayerTreeGroup
60
* @note added in 2.4
61
*/
0 commit comments