QGIS API Documentation  2.14.0-Essen
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 
QMap< QString, QVariant > QgsEditorWidgetConfig
Holds a set of configuration parameters for a editor widget wrapper.