Set Object name to graphical elements to thematize by qss

This commit is contained in:
Raul Rodrigo Segura 2018-05-20 16:28:31 +02:00
parent a4bc98742a
commit 4c6f42ecfa
6 changed files with 20 additions and 3 deletions

View file

@ -39,7 +39,8 @@ DeviceInfoWidget::DeviceInfoWidget( QWidget* parent )
setLayout( mainLayout );
CalamaresUtils::unmarginLayout( mainLayout );
m_ptLabel->setObjectName("deviceInfoLabel");
m_ptIcon->setObjectName("deviceInfoIcon");
mainLayout->addWidget( m_ptIcon );
mainLayout->addWidget( m_ptLabel );