Set Object name to graphical elements to thematize by qss

main
Raul Rodrigo Segura 7 years ago
parent 4c6f42ecfa
commit 1636f665c3

@ -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 )

Loading…
Cancel
Save