68 void setImportFilePath(
const QString &path );
74 void selectSymbols(
const QStringList &symbolNames );
80 void deselectSymbols(
const QStringList &symbolNames );
83 void doExportImport();
98 void clearSelection();
104 void selectFavorites();
110 void deselectFavorites();
116 void selectTag(
const QString &tagName );
122 void deselectTag(
const QString &tagName );
128 void selectSmartgroup(
const QString &groupName );
134 void deselectSmartgroup(
const QString &groupName );
136 void importTypeChanged(
int );
139 void selectionChanged(
const QItemSelection &selected,
const QItemSelection &deselected );
143 void importFileChanged(
const QString &path );
153 void downloadStyleXml(
const QUrl &url );
154 bool populateStyles();
155 void moveStyles( QModelIndexList *selection, QgsStyle *src, QgsStyle *dst );
157 QgsStyleGroupSelectionDialog *mGroupSelectionDlg =
nullptr;
158 QTemporaryFile *mTempFile =
nullptr;
163 QgsStyleProxyModel *mModel =
nullptr;
165 QgsStyle *mStyle =
nullptr;
166 std::unique_ptr<QgsStyle> mTempStyle;
167 std::unique_ptr<QgsTemporaryCursorOverride> mCursorOverride;