child ordering changed

This commit is contained in:
Uwe Rathmann 2020-11-19 16:23:19 +01:00
parent fd94985ae3
commit 4e983f4b07

View File

@ -39,11 +39,11 @@ QskTabView::QskTabView( Qsk::Position tabPosition, QQuickItem* parent )
{ {
setPolishOnResize( true ); setPolishOnResize( true );
m_data->tabBar = new QskTabBar( tabPosition, this );
m_data->stackBox = new QskStackBox( this ); m_data->stackBox = new QskStackBox( this );
m_data->stackBox->setObjectName( QStringLiteral( "QskTabViewStackBox" ) ); m_data->stackBox->setObjectName( QStringLiteral( "QskTabViewStackBox" ) );
m_data->tabBar = new QskTabBar( tabPosition, this );
#if 1 #if 1
const auto hint = animation( Page ); const auto hint = animation( Page );
if ( hint.duration > 0 ) if ( hint.duration > 0 )