17#ifndef QGSSTYLEV2GROUPSELECTIONDIALOG_H
18#define QGSSTYLEV2GROUPSELECTIONDIALOG_H
20#include "ui_qgsstylegroupselectiondialogbase.h"
25#include <QStandardItem>
41 void setBold( QStandardItem *item );
70 void groupTreeSelectionChanged(
const QItemSelection &selected,
const QItemSelection &deselected );
77 void buildTagTree( QStandardItem *&parent );
void favoritesDeselected()
Favorites has been deselected.
void allDeselected()
all deselected
void tagSelected(const QString &tagName)
tag with tagName has been selected
QgsStyleGroupSelectionDialog(QgsStyle *style, QWidget *parent=nullptr)
void setBold(QStandardItem *item)
Sets bold font for item.
void tagDeselected(const QString &tagName)
tag with tagName has been deselected
void smartgroupDeselected(const QString &groupName)
smart group with groupName has been deselected
void favoritesSelected()
Favorites has need selected.
void smartgroupSelected(const QString &groupName)
smartgroup with groupName has been selected
void allSelected()
all selected
A database of saved style entities, including symbols, color ramps, text formats and others.