Re: QML plasmoid, pageStack.pop() doesn't work

2012-07-12 Thread Gao Xiang
On Thursday 12 July 2012 10:51:47 Daker Fernandes Pinheiro wrote: Hi Gao, Actually the initialPage property holds 'the' initial page. It doesn't works with an ordered lists of pages. Just put initialPage: c to get your expected behaviour. Br, Daker Fernandes Pinheiro Thank you for your repl

QML plasmoid, pageStack.pop() doesn't work

2012-07-12 Thread Gao Xiang
The sample qml is easy: == import QtQuick 1.1 import org.kde.plasma.components 0.1 as PlasmaComponents Item { PlasmaComponents.PageStack { id: pageStack anchors.fill: parent initialPage: [ c,