mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 19:35:36 -04:00
[libcalamaresui] Give slideshow (ExecutionViewStep) widgets names
This commit is contained in:
parent
7e6c3a2309
commit
3a4dcb6913
1 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,10 @@ ExecutionViewStep::ExecutionViewStep( QObject* parent )
|
|||
, m_label( new QLabel )
|
||||
, m_slideshow( makeSlideshow( m_widget ) )
|
||||
{
|
||||
m_widget->setObjectName( "slideshow" );
|
||||
m_progressBar->setObjectName( "exec-progress" );
|
||||
m_label->setObjectName( "exec-message" );
|
||||
|
||||
QVBoxLayout* layout = new QVBoxLayout( m_widget );
|
||||
QVBoxLayout* innerLayout = new QVBoxLayout;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue