Ana,

- Your method for preventing multiple windows seems to work, but once I close the ui, I can't relaunch it (which makes me wonder if it's really gone. Still not understanding how to properly kill it on close).

- changing the direction of the slashes fixes the HTML links! Thanks for the tip!

Thank you, Ana!
-Tim C.

On 8/27/2012 12:12 PM, Ana Gomez wrote:
How are you cheecking the memory?

To prevent opening the window twice I use this:

...
for o_children in sianchor.children():
    if  isinstance(o_children, <myClassWindow>):
        return

...

One more thing. For the point...

1) /*HTML Links*/. Change the direction of the slashes in the url. If it doesn't work, write this before setting the text: 'box.setTextFormat(QtCore.Qt.RichText)'

--
Signature

Reply via email to