| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
#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 <QItemDelegate>

Go to the source code of this file.
Classes | |
| class | QgsSvgSelectorDialog | 
| A dialog for selection of an SVG file.  More... | |
| class | QgsSvgSelectorFilterModel | 
| A model for displaying SVG files with a preview icon which can be filtered by file name.  More... | |
| class | QgsSvgSelectorGroupsModel | 
| A model for displaying SVG search paths.  More... | |
| class | QgsSvgSelectorListModel | 
| A model for displaying SVG files with a preview icon.  More... | |
| class | QgsSvgSelectorWidget | 
| A widget allowing selection of an SVG file, and configuration of SVG related parameters.  More... | |