Re: Running a Qt application with Ctrl-B

2015-08-25 Thread reinhard . engel . de
@Terry and Edward Thank you both for your detailed answers! I tried both methods, and both work like a charm. Reinhard -- You received this message because you are subscribed to the Google Groups leo-editor group. To unsubscribe from this group and stop receiving emails from it, send

Re: Running a Qt application with Ctrl-B

2015-08-25 Thread 'Terry Brown' via leo-editor
On Tue, 25 Aug 2015 03:26:58 -0700 (PDT) reinhard.engel...@googlemail.com wrote: May be this is a stupid question: I'm trying to import a large Qt application into Leo. For testing, I created a script in a single node with the headline '@clean QtTest.pyw)' and the following body:

Re: Running a Qt application with Ctrl-B

2015-08-25 Thread Edward K. Ream
On Tue, Aug 25, 2015 at 5:26 AM, reinhard.engel...@googlemail.com wrote: May be this is a stupid question: ​There are no stupid questions, only stupid answers :-) ​ I'm trying to import a large Qt application into Leo. For testing, I created a script in a single node with the headline '

Running a Qt application with Ctrl-B

2015-08-25 Thread reinhard . engel . de
May be this is a stupid question: I'm trying to import a large Qt application into Leo. For testing, I created a script in a single node with the headline '@clean QtTest.pyw)' and the following body: @language python @tabwidth -4 import sys from PyQt5.QtCore import QObject from