<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
pageStack.push returning you page object, so you can interact with
it. for example:<br>
<br>
<tt>var dialog = pageStack.push(Qt.resolvedUrl("SomeDialog.qml"))</tt><tt><br>
</tt><tt>dialog.readPropertyChanged.connect(function() {
markAsRead(dialog.read</tt><tt>Property) })</tt><br>
<br>
or you can use signal inside your page instead of property.<br>
<br>
<div class="moz-cite-prefix">17.03.2015 17:01, Florian Desneux
пишет:<br>
</div>
<blockquote
cite="mid:CAB_xxr+B_m+RfexmkiYJ4Zj76Ko_wy-PJ+3QKA95QCk0bKuViA@mail.gmail.com"
type="cite">
<div dir="ltr">Hello,
<div><br>
</div>
<div>I'm wondering how can I refresh the page when the little
white round in the corner is clicked or a swipe left to right
from the corner is triggered?</div>
<div><br>
</div>
<div>Meaning: I'm on my 3th app page, I trigger an action (i.e.
mark as read the file), I go back to my 2th page on which
there is a list of files. How can I update the list's item
(the file) so it's displayed as 'read' (i.e. with an eye
icon)? <br clear="all">
<div><br>
</div>
<div>Summary: How can I pass back some properties? (Those
three questions are the same ;) ).</div>
<div><br>
</div>
<div>Regards,</div>
-- <br>
<div class="gmail_signature">
<div dir="ltr">
<div style="font-size:13px;color:rgb(80,0,80)"><font
color="#663300" face="georgia, serif"><b>Florian
Desneux</b></font></div>
</div>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to <a class="moz-txt-link-abbreviated" href="mailto:devel-unsubscribe@lists.sailfishos.org">devel-unsubscribe@lists.sailfishos.org</a></pre>
</blockquote>
<br>
</body>
</html>