mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
Set Object name to graphical elements to thematize by qss
This commit is contained in:
parent
a4bc98742a
commit
4c6f42ecfa
6 changed files with 20 additions and 3 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue