import
QtQuick 2.5
import
fbx.application 1.0
import
fbx.ui.page 1.0
Page
{
Text
{
focus
: true
anchors.centerIn
: parent
color
:
"white"
text
:
"Bievenue sur la troisième page"
font.pixelSize
: 20
Keys.onReturnPressed
: stack.pop()
}
}