66 void setImportFilePath(
const QString &path );
72 void selectSymbols(
const QStringList &symbolNames );
78 void deselectSymbols(
const QStringList &symbolNames );
81 void doExportImport();
96 void clearSelection();
102 void selectFavorites();
108 void deselectFavorites();
114 void selectTag(
const QString &tagName );
120 void deselectTag(
const QString &tagName );
126 void selectSmartgroup(
const QString &groupName );
132 void deselectSmartgroup(
const QString &groupName );
134 void importTypeChanged(
int );
137 void selectionChanged(
const QItemSelection &selected,
const QItemSelection &deselected );
141 void importFileChanged(
const QString &path );
151 void downloadStyleXml(
const QUrl &url );
152 bool populateStyles();
153 void moveStyles( QModelIndexList *selection,
QgsStyle *src,
QgsStyle *dst );
156 QTemporaryFile *mTempFile =
nullptr;
164 std::unique_ptr<QgsStyle> mTempStyle;
165 std::unique_ptr<QgsTemporaryCursorOverride> mCursorOverride;