내 응용 프로그램에서 stackview를 구현 중입니다. 내가 푸시 방법을 사용하여 DashboardListView에서 (SightDescription.qml 같은) 다른 화면을로드하고 DashboardListView 위해 해당 화면에 어딘가의 전화 슬롯을 cliking하고Stackview 이전 화면 호출 슬롯
SwipeView {
id: swipeView
anchors.fill: parent
currentIndex: showfooter.currentIndex
DashboardListView{
id:dashboard
}
Settings{
id:setting
}
Cart{
id:cart
}
}
StackView {
id: stackView
initialItem: Pane {
id: pane
}
}
. DashboardListView 화면 컨트롤이 onclick 신호를 받고 있습니다. 스택 뷰와 관련된 설정이 있습니까? 스택 뷰의 설명서를 읽었지만이 동작을 제한 할 수있는 항목이 없습니다.