child ordering changed
This commit is contained in:
parent
fd94985ae3
commit
4e983f4b07
@ -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 )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user