<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 02/02/2010 21:08, Brian Curtin wrote:
<blockquote
 cite="mid:cf9f31f21002021308y48467078i43b43e76b83caeba@mail.gmail.com"
 type="cite">
  <div class="gmail_quote">On Tue, Feb 2, 2010 at 15:00, Lukáš Duběda <span
 dir="ltr">&lt;<a moz-do-not-send="true" href="mailto:loocas@duber.cz">loocas@duber.cz</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi
there everybody,<br>
    <br>
I'd really appretiate if anyone could share their experience<br>
with any good dotNET GUI designer. I'd love to have such<br>
functionality I can get out of QtDesigner, where I visually<br>
design my forms and buttons and what not and then just save<br>
that GUI into a file or generate a usable Python code<br>
out of it for my scripts.<br>
    <br>
And another question, is there any good integration of IronPython<br>
into Visual Studio 2008? Or newer? I'm not a VS user, but since<br>
we can get the VS Express for free, this'd be a valuable tool<br>
for my IronPython programming.<br>
    <br>
Thanks a lot in advnace, cheers,<br>
    <br>
  </blockquote>
  </div>
I don't have a lot of experience with it, but Sharp Develop (<a
 moz-do-not-send="true" href="http://www.icsharpcode.net/OpenSource/SD/">http://www.icsharpcode.net/OpenSource/SD/</a>)
supports IronPython, and may be worth a look. Others have reported
success.<br>
  <br>
If you do look into Visual Studio, you can write GUI code in C# using
the Visual Studio designer, then subclass it from Python code.<br>
  <br>
</blockquote>
<br>
This is the approach I usually recommend. The only thing you miss out
on is hooking up your events from the designer - but if you're doing
TDD then you'll want to write your tests first anyway... :-)<br>
<br>
Michael<br>
<br>
<blockquote
 cite="mid:cf9f31f21002021308y48467078i43b43e76b83caeba@mail.gmail.com"
 type="cite">You can even, with a little modification, design GUIs in
C# in Visual Studio and copy/paste the C# code into a Python file and
run with it. You'll need to convert things like true/false to
True/False, null to None, etc...but with a little effort it works :)<br>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a>
<a class="moz-txt-link-freetext" href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a>
  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
<a class="moz-txt-link-freetext" href="http://www.ironpythoninaction.com/">http://www.ironpythoninaction.com/</a>
<a class="moz-txt-link-freetext" href="http://www.voidspace.org.uk/blog">http://www.voidspace.org.uk/blog</a>

READ CAREFULLY. By accepting and reading this email you agree, on behalf of your employer, to release me from all obligations and waivers arising from any and all NON-NEGOTIATED agreements, licenses, terms-of-service, shrinkwrap, clickwrap, browsewrap, confidentiality, non-disclosure, non-compete and acceptable use policies (”BOGUS AGREEMENTS”) that I have entered into with your employer, its partners, licensors, agents and assigns, in perpetuity, without prejudice to my ongoing rights and privileges. You further represent that you have the authority to release me from any BOGUS AGREEMENTS on behalf of your employer.

</pre>
</body>
</html>