|
QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
#include "ui_widget_svgselector.h"#include "qgis_sip.h"#include "qgis_gui.h"#include "qgsguiutils.h"#include "qgsproperty.h"#include <QSortFilterProxyModel>#include <QAbstractListModel>#include <QDialog>#include <QDialogButtonBox>#include <QLayout>#include <QStandardItemModel>#include <QWidget>#include <QThread>#include <QElapsedTimer>#include <QStyledItemDelegate>

Go to the source code of this file.
Classes | |
| class | QgsSvgSelectorDialog |
| class | QgsSvgSelectorFilterModel |
| A model for displaying SVG files with a preview icon which can be filtered by file name. Population of the model is performed in a background thread to ensure that initial creation of the model is responsive and does not block the GUI. More... | |
| class | QgsSvgSelectorGroupsModel |
| A model for displaying SVG search paths. Population of the model is performed in a background thread to ensure that initial creation of the model is responsive and does not block the GUI. More... | |
| class | QgsSvgSelectorListModel |
| A model for displaying SVG files with a preview icon. Population of the model is performed in a background thread to ensure that initial creation of the model is responsive and does not block the GUI. More... | |
| class | QgsSvgSelectorWidget |
1.8.17