QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
#include "qgsvaluerelationwidgetwrapper.h"
#include "qgis.h"
#include "qgsfields.h"
#include "qgsproject.h"
#include "qgsvaluerelationwidgetfactory.h"
#include "qgsvectorlayer.h"
#include "qgsfilterlineedit.h"
#include "qgsfeatureiterator.h"
#include "qgsvaluerelationfieldformatter.h"
#include "qgsattributeform.h"
#include "qgsattributes.h"
#include "qgsjsonutils.h"
#include <QHeaderView>
#include <QComboBox>
#include <QLineEdit>
#include <QTableWidget>
#include <QStringListModel>
#include <QCompleter>
#include <nlohmann/json.hpp>
Go to the source code of this file.
Typedefs | |
using | json = nlohmann::json |
using json = nlohmann::json |
Definition at line 38 of file qgsvaluerelationwidgetwrapper.cpp.