Index: sources/gui/qml/components/StackItem.qml =================================================================== diff -u -r3ef1a4ff361ba1774ad1a6f6170dbb174cadbdd5 -r4a2b83dcb56555861d2c741a8e8894e5b07e24bf --- sources/gui/qml/components/StackItem.qml (.../StackItem.qml) (revision 3ef1a4ff361ba1774ad1a6f6170dbb174cadbdd5) +++ sources/gui/qml/components/StackItem.qml (.../StackItem.qml) (revision 4a2b83dcb56555861d2c741a8e8894e5b07e24bf) @@ -119,5 +119,6 @@ StackView { id : _stackView initialItem : null anchors.fill: parent + StackView.onActivated: print("onActivated") } }