16 #ifndef QGSPROJECTSTORAGEGUI_H 17 #define QGSPROJECTSTORAGEGUI_H 40 virtual QString type() = 0;
62 #endif // QGSPROJECTSTORAGEGUI_H virtual QString showLoadGui()
Opens GUI to allow user to select a project to be loaded (GUI specific to this storage type)...
virtual QString visibleName()
Returns human-readable name of the storage.
virtual QString showSaveGui()
Opens GUI to allow user to select where a project should be saved (GUI specific to this storage type)...
Abstract interface for project storage GUI - to be implemented by various backends and registered in ...