Set Object name to graphical elements to thematize by qss

This commit is contained in:
Raul Rodrigo Segura 2018-05-20 16:29:38 +02:00
parent 4c6f42ecfa
commit 1636f665c3

View File

@ -61,7 +61,7 @@ PartitionLabelsView::PartitionLabelsView( QWidget* parent )
setFrameStyle( QFrame::NoFrame );
setSelectionBehavior( QAbstractItemView::SelectRows );
setSelectionMode( QAbstractItemView::SingleSelection );
this->setObjectName("partitionLabel");
// Debug
connect( this, &PartitionLabelsView::clicked,
this, [=]( const QModelIndex& index )