<div dir="ltr"><div>engine.rootObjects() already returns a list of QQuickWindow instances. Just change your code as follows:<br><br><p style="margin:0px;text-indent:0px">win <span style="font-family:'Courier New,courier'">=</span><span style="font-family:'Courier New,courier';color:rgb(192,192,192)">  </span><span style="font-size:9pt;font-family:'Monospace'">engine</span><span style="font-family:'Courier New,courier'">.</span><span style="font-size:9pt;font-family:'Monospace'">rootObjects</span><span style="font-family:'Courier New,courier'">()[</span><span style="font-family:'Courier New,courier';color:rgb(0,0,128)">0</span><span style="font-family:'Courier New,courier'">]</span></p>

<span style="font-size:9pt;font-family:'Monospace'">win</span><span style="font-family:'Courier New,courier'">.</span><span style="font-size:9pt;font-family:'Monospace'">show</span><span style="font-family:'Courier New,courier'">()</span>
<p style="margin:0px;text-indent:0px"><span style="font-size:9pt;font-family:'Monospace'">sys</span><span style="font-family:'Courier New,courier'">.</span><span style="font-size:9pt;font-family:'Monospace'">exit</span><span style="font-family:'Courier New,courier'">(</span><span style="font-size:9pt;font-family:'Monospace'">app</span><span style="font-family:'Courier New,courier'">.</span><span style="font-size:9pt;font-family:'Monospace'">exec_</span><span style="font-family:'Courier New,courier'">())</span></p>

<br></div>-Selim<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Nov 26, 2013 at 11:07 PM, Charlie Gentil <span dir="ltr"><<a href="mailto:ceg@redaction-developpez.com" target="_blank">ceg@redaction-developpez.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>
<div style="font-family:'DejaVu Sans';font-size:8pt;font-weight:400;font-style:normal">
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Hello,</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">I write a program PyQt5.1 and Qt Quick. I wish I could use MenuBar and I try to use QQmlApplicationEngine.</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">When I run my Python script a white window appears without the MenuBar, but I have no default.</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Here are my codes:</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-weight:600;text-decoration:underline">test.py</span></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="color:#008000">#!/usr/bin/env python</span></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#008000"># -*- coding: utf-8 -*-</span></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#808000">import</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#008000">sys</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#808000">from</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#008000">PyQt5</span><span style="font-family:'Courier New,courier'">.</span><span style="font-family:'Courier New,courier';color:#008000">QtCore</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#808000">import</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#008000">QObject</span><span style="font-family:'Courier New,courier'">,</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#008000">QUrl</span><span style="font-family:'Courier New,courier'">,</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#008000">QSize</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#808000">from</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#008000">PyQt5</span><span style="font-family:'Courier New,courier'">.</span><span style="font-family:'Courier New,courier';color:#008000">QtWidgets</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#808000">import</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#008000">QApplication</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#808000">from</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#008000">PyQt5</span><span style="font-family:'Courier New,courier'">.</span><span style="font-family:'Courier New,courier';color:#008000">QtQuick</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#808000">import</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#008000">QQuickView</span><span style="font-family:'Courier New,courier'">,</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#008000">QQuickWindow</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#808000">from</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#008000">PyQt5</span><span style="font-family:'Courier New,courier'">.</span><span style="font-family:'Courier New,courier';color:#008000">QtQml</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#808000">import</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#008000">qmlRegisterType</span><span style="font-family:'Courier New,courier'">,</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#008000">QQmlApplicationEngine</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#808000">class</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-size:9pt;font-family:'Monospace'">MainClass</span><span style="font-family:'Courier New,courier'">(</span><span style="font-size:9pt;font-family:'Monospace'">QObject</span><span style="font-family:'Courier New,courier'">):</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#c0c0c0">    </span><span style="font-family:'Courier New,courier';color:#808000">def</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';font-style:italic;color:#2985c7">__init__</span><span style="font-family:'Courier New,courier'">(</span><span style="font-family:'Courier New,courier';color:#800000">self</span><span style="font-family:'Courier New,courier'">,</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-size:9pt;font-family:'Monospace'">parent</span><span style="font-family:'Courier New,courier'">=</span><span style="font-family:'Courier New,courier';color:#800080">None</span><span style="font-family:'Courier New,courier'">):</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#c0c0c0">        </span><span style="font-size:9pt;font-family:'Monospace'">super</span><span style="font-family:'Courier New,courier'">(</span><span style="font-size:9pt;font-family:'Monospace'">MainClass</span><span style="font-family:'Courier New,courier'">,</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#800000">self</span><span style="font-family:'Courier New,courier'">).</span><span style="font-family:'Courier New,courier';font-style:italic;color:#2985c7">__init__</span><span style="font-family:'Courier New,courier'">(</span><span style="font-size:9pt;font-family:'Monospace'">parent</span><span style="font-family:'Courier New,courier'">)</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-size:9pt;font-family:'Monospace'">qmlRegisterType</span><span style="font-family:'Courier New,courier'">(</span><span style="font-size:9pt;font-family:'Monospace'">MainClass</span><span style="font-family:'Courier New,courier'">,</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#008000">"Charts"</span><span style="font-family:'Courier New,courier'">,</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#000080">1</span><span style="font-family:'Courier New,courier'">,</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#000080">0</span><span style="font-family:'Courier New,courier'">,</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#008000">"MainClass"</span><span style="font-family:'Courier New,courier'">)</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-size:9pt;font-family:'Monospace'">app</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier'">=</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-size:9pt;font-family:'Monospace'">QApplication</span><span style="font-family:'Courier New,courier'">(</span><span style="font-size:9pt;font-family:'Monospace'">sys</span><span style="font-family:'Courier New,courier'">.</span><span style="font-size:9pt;font-family:'Monospace'">argv</span><span style="font-family:'Courier New,courier'">)</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-size:9pt;font-family:'Monospace'">engine</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier'">=</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-size:9pt;font-family:'Monospace'">QQmlApplicationEngine</span><span style="font-family:'Courier New,courier'">(</span><span style="font-family:'Courier New,courier';color:#008000">'test.qml'</span><span style="font-family:'Courier New,courier'">)</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-size:9pt;font-family:'Monospace'">topLevel</span><span style="font-family:'Courier New,courier'">=</span><span style="font-family:'Courier New,courier';color:#c0c0c0">  </span><span style="font-size:9pt;font-family:'Monospace'">engine</span><span style="font-family:'Courier New,courier'">.</span><span style="font-size:9pt;font-family:'Monospace'">rootObjects</span><span style="font-family:'Courier New,courier'">()[</span><span style="font-family:'Courier New,courier';color:#000080">0</span><span style="font-family:'Courier New,courier'">]</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-size:9pt;font-family:'Monospace'">win</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier'">=</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-size:9pt;font-family:'Monospace'">QQuickWindow</span><span style="font-family:'Courier New,courier'">(</span><span style="font-size:9pt;font-family:'Monospace'">topLevel</span><span style="font-family:'Courier New,courier'">)</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-size:9pt;font-family:'Monospace'">win</span><span style="font-family:'Courier New,courier'">.</span><span style="font-size:9pt;font-family:'Monospace'">show</span><span style="font-family:'Courier New,courier'">()</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-size:9pt;font-family:'Monospace'">sys</span><span style="font-family:'Courier New,courier'">.</span><span style="font-size:9pt;font-family:'Monospace'">exit</span><span style="font-family:'Courier New,courier'">(</span><span style="font-size:9pt;font-family:'Monospace'">app</span><span style="font-family:'Courier New,courier'">.</span><span style="font-size:9pt;font-family:'Monospace'">exec_</span><span style="font-family:'Courier New,courier'">())</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';font-weight:600;text-decoration:underline">test.qml</span></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="color:#808000">import</span><span style="color:#c0c0c0"> </span>QtQuick<span style="color:#c0c0c0"> </span>2.1</p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#808000">import</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier'">QtQuick.Controls</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier'">1.0</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#800080">ApplicationWindow</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier'">{</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#c0c0c0">    </span><span style="font-family:'Courier New,courier';color:#800000">id</span><span style="font-family:'Courier New,courier'">:</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-style:italic;font-family:'Courier New,courier'">application</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#c0c0c0">    </span><span style="font-family:'Courier New,courier';color:#800000">menuBar</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier'">:</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#800080">MenuBar</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier'">{</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#c0c0c0">        </span><span style="font-family:'Courier New,courier';color:#800080">Menu</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier'">{</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#c0c0c0">            </span><span style="font-family:'Courier New,courier';color:#800000">title</span><span style="font-family:'Courier New,courier'">:</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#008000">"File"</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#c0c0c0">            </span><span style="font-family:'Courier New,courier';color:#800080">MenuItem</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier'">{</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#800000">text</span><span style="font-family:'Courier New,courier'">:</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#008000">"Open..."</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier'">}</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#c0c0c0">            </span><span style="font-family:'Courier New,courier';color:#800080">MenuItem</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier'">{</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#800000">text</span><span style="font-family:'Courier New,courier'">:</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#008000">"Close"</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier'">}</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#c0c0c0">        </span><span style="font-family:'Courier New,courier'">}</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#c0c0c0">        </span><span style="font-family:'Courier New,courier';color:#800080">Menu</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier'">{</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#c0c0c0">            </span><span style="font-family:'Courier New,courier';color:#800000">title</span><span style="font-family:'Courier New,courier'">:</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#008000">"Edit"</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#c0c0c0">            </span><span style="font-family:'Courier New,courier';color:#800080">MenuItem</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier'">{</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#800000">text</span><span style="font-family:'Courier New,courier'">:</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#008000">"Cut"</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier'">}</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#c0c0c0">            </span><span style="font-family:'Courier New,courier';color:#800080">MenuItem</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier'">{</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#800000">text</span><span style="font-family:'Courier New,courier'">:</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#008000">"Copy"</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier'">}</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#c0c0c0">            </span><span style="font-family:'Courier New,courier';color:#800080">MenuItem</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier'">{</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#800000">text</span><span style="font-family:'Courier New,courier'">:</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier';color:#008000">"Paste"</span><span style="font-family:'Courier New,courier';color:#c0c0c0"> </span><span style="font-family:'Courier New,courier'">}</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#c0c0c0">        </span><span style="font-family:'Courier New,courier'">}</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier';color:#c0c0c0">    </span><span style="font-family:'Courier New,courier'">}</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'Courier New,courier'">}</span></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Can you help me.</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">In advance thank you</p></div><br>_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br></blockquote></div><br></div>