50 void styleClicked(
const QModelIndex &index );
51 void currentStyleChanged(
const QString &name );
52 void styleAdded(
const QString &name );
53 void styleRemoved(
const QString &name );
54 void styleRenamed(
const QString &oldname,
const QString &newname );
57 void renameStyle( QStandardItem *item );
64 QStandardItemModel *mModel =
nullptr;
65 QListView *mStyleList =
nullptr;