QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
qgseditorwidgetconfig.h
Go to the documentation of this file.
1 /***************************************************************************
2  qgseditorwidgetconfig.h
3  ---------------------
4  begin : September 2013
5  copyright : (C) 2013 by Matthias Kuhn
6  email : matthias at opengis dot ch
7  ***************************************************************************
8  * *
9  * This program is free software; you can redistribute it and/or modify *
10  * it under the terms of the GNU General Public License as published by *
11  * the Free Software Foundation; either version 2 of the License, or *
12  * (at your option) any later version. *
13  * *
14  ***************************************************************************/
15 #include <QMap>
16 #include <QString>
17 #include <QVariant>
18 
19 #ifndef QGSEDITORWIDGETCONFIG_H
20 #define QGSEDITORWIDGETCONFIG_H
21 
35 typedef QVariantMap QgsEditorWidgetConfig;
36 
37 #endif // QGSEDITORWIDGETCONFIG_H
QVariantMap QgsEditorWidgetConfig
Holds a set of configuration parameters for a editor widget wrapper.