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