Может это тебе поможет? Просто анимация, которая растягивает окно от нуля до нужной высоты? мм? Или в каком смысле всплывающее?))
SequentialAnimation {
PropertyAction { target: window; property: "height"; value: 0 }
NumberAnimation { target: window; property: "height"; to: 250; duration: 250; easing.type: Easing.InOutQuad
}