[libcalamaresui] Give slideshow (ExecutionViewStep) widgets names
This commit is contained in:
parent
7e6c3a2309
commit
3a4dcb6913
@ -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…
Reference in New Issue
Block a user