<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>I have been trying to get this working to no avail. My code is like this:</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">Page1.qml</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">function update() {</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">  ...<br></div><div style="color: rgb(0, 0, 0); font-size: 16px;
 font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">}<br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><span style=" color:#c0c0c0;">        </span><span style=" color:#800080;">PullDownMenu</span><span style=" color:#c0c0c0;"> </span>{
</div><pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#c0c0c0;">            </span><span style=" color:#800080;">MenuItem</span><span style=" color:#c0c0c0;"> </span>{</pre><span class="tab">    <span class="tab">    <span class="tab">    <span class="tab">    <span class="tab">    <span class="tab">    <span class="tab">    <span class="tab">    <span class="tab">    <span class="tab">    </span></span></span></span></span></span></span></span></span></span><span style=" color:#c0c0c0;"></span><span style=" color:#800000;">onClicked</span>:<span style=" color:#c0c0c0;"> </span>{

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#c0c0c0;">                    </span><span style=" color:#808000;">var</span><span style=" color:#c0c0c0;"> </span><span style=" font-style:italic; color:#2985c7;">dialog</span><span style=" color:#c0c0c0;"> </span>=<span style=" color:#c0c0c0;"> </span>pageStack.push(<span style=" font-style:italic; color:#0055af;">Qt</span>.resolvedUrl(<span style=" color:#008000;">"Dialog1.qml"</span><span style=" color:#c0c0c0;"></span><span style=" color:#008000;"></span><span style=" color:#c0c0c0;"></span><span style=" color:#c0c0c0;"></span><span style=" color:#008000;"></span><span style=" color:#c0c0c0;"></span>));</pre><span style=" color:#008000;"></span>
<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#c0c0c0;"><span style=" color:#c0c0c0;">                    </span><span style=" color:#008000;">//</span><span style=" color:#c0c0c0;"> </span><span style=" color:#c0c0c0;"></span><span style=" color:#008000;">Not working. Dialog</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">cannot</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">see</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">parent's</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">properties?<br><span class="tab">    <span class="tab">    <span class="tab">    <span class="tab">    <span class="tab">    </span></span></span></span></span></span></span><span
 style=" font-style:italic; color:#2985c7;">dialog</span>.accepted.connect(update());</pre>
<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#c0c0c0;">                </span>}</pre>
<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#c0c0c0;">            </span>}</pre>
<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#c0c0c0;">        </span>}</pre>
<pre style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br><br>What is the right way to connect the accepted signal in the dialog to the update function in the Page1 caller?<br>Thanks a lot!<br></pre></div></body></html>