I
Size: a a a
BB
Е
BB
Е
BB
Window
{
Row {//сюда надо пихать кнопки, кнопка - тип BetterButton
BetterButton {
id: page1Btn
onClicked: stackLayout.currentIndex = 0
}
BetterButton {
id: page2Btn
onClicked: stackLayout.currentIndex = 1
}
StackLayout {
Page {
id: page1
ActionButton {
onClicked: SomeHandler.Process(name1)
}
}
Page {
id: page2
ActionButton {
onClicked: SomeHandler.Process(name2)
}
}
}
}
ДП
BB
ДП
ДП
BB
AT
ДП
AT
BB
ДП
BB
ДП
BB