mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-28 21:05:45 -05:00
Set Object name to graphical elements to thematize by qss
This commit is contained in:
parent
4c6f42ecfa
commit
1636f665c3
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ PartitionLabelsView::PartitionLabelsView( QWidget* parent )
|
||||||
setFrameStyle( QFrame::NoFrame );
|
setFrameStyle( QFrame::NoFrame );
|
||||||
setSelectionBehavior( QAbstractItemView::SelectRows );
|
setSelectionBehavior( QAbstractItemView::SelectRows );
|
||||||
setSelectionMode( QAbstractItemView::SingleSelection );
|
setSelectionMode( QAbstractItemView::SingleSelection );
|
||||||
|
this->setObjectName("partitionLabel");
|
||||||
// Debug
|
// Debug
|
||||||
connect( this, &PartitionLabelsView::clicked,
|
connect( this, &PartitionLabelsView::clicked,
|
||||||
this, [=]( const QModelIndex& index )
|
this, [=]( const QModelIndex& index )
|
||||||
|
|
Loading…
Add table
Reference in a new issue