:tocdepth: 3 :py:mod:`gws.plugin.qfieldcloud.core` ===================================== .. py:module:: gws.plugin.qfieldcloud.core **Source code:** :source:`gws.plugin.qfieldcloud.core` Module Contents --------------- .. py:class:: ProjectConfig(*args, **kwargs) Bases: :py:obj:`gws.ConfigWithAccess` Basic config with permissions. .. py:attribute:: mapCacheLifeTime :type: gws.Duration :value: '0' Cache life time for base map layers. .. py:attribute:: models :type: Optional[list[gws.ext.config.model]] Data models. .. py:attribute:: provider :type: gws.plugin.qgis.provider.Config QGis provider settings. .. py:attribute:: title :type: str :value: '' Project title. .. py:class:: QfcProject Bases: :py:obj:`gws.Node` GWS object tree node. .. py:attribute:: mapCacheLifeTime :type: int .. py:attribute:: models :type: list[gws.DatabaseModel] .. py:attribute:: qgisProvider :type: gws.plugin.qgis.provider.Object .. py:attribute:: title :type: str .. py:method:: configure() Configuration hook.