<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Proposal for a Python GUI Builder</title>
	<atom:link href="http://winpdb.org/extras/gevergever-proposal-for-a-python-gui-builder/feed/" rel="self" type="application/rss+xml" />
	<link>http://winpdb.org</link>
	<description></description>
	<pubDate>Sat, 04 Feb 2012 22:31:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: flavio</title>
		<link>http://winpdb.org/extras/gevergever-proposal-for-a-python-gui-builder/comment-page-1/#comment-109435</link>
		<dc:creator>flavio</dc:creator>
		<pubDate>Sat, 27 Mar 2010 11:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=56#comment-109435</guid>
		<description>Qt Designer integrated with eric4 ide is the best gui builder for Python.  Don't believe me? give it a try. It is awesome and multiplatform as Qt is available everywhere.</description>
		<content:encoded><![CDATA[<p>Qt Designer integrated with eric4 ide is the best gui builder for Python.  Don&#8217;t believe me? give it a try. It is awesome and multiplatform as Qt is available everywhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent</title>
		<link>http://winpdb.org/extras/gevergever-proposal-for-a-python-gui-builder/comment-page-1/#comment-99174</link>
		<dc:creator>Laurent</dc:creator>
		<pubDate>Fri, 20 Nov 2009 22:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=56#comment-99174</guid>
		<description>Hi nir,
What do you think about QtDesigner?
I recently tried development of a pyqt project and it is far easier to use than glade...

Good points:
You can connect base class defined signal to other object base class defined signal, with a comprehensive drag an drop.

And it fails on some points like you said:
- no possibility to define new signals without handcoding them.
- gazillons of options for each options (but still well displayed)
- still use hbox,vbox but it is more easily understandable than on glade.
(gui quite intuitive, but still can be improved on some points)

I've experienced it with non programmer people to do GUI and they could do gui 15 minutes after i explain them basis.

I think it could be a good basis for the tool you think about. Still it is done in qt... 

Laurent</description>
		<content:encoded><![CDATA[<p>Hi nir,<br />
What do you think about QtDesigner?<br />
I recently tried development of a pyqt project and it is far easier to use than glade&#8230;</p>
<p>Good points:<br />
You can connect base class defined signal to other object base class defined signal, with a comprehensive drag an drop.</p>
<p>And it fails on some points like you said:<br />
- no possibility to define new signals without handcoding them.<br />
- gazillons of options for each options (but still well displayed)<br />
- still use hbox,vbox but it is more easily understandable than on glade.<br />
(gui quite intuitive, but still can be improved on some points)</p>
<p>I&#8217;ve experienced it with non programmer people to do GUI and they could do gui 15 minutes after i explain them basis.</p>
<p>I think it could be a good basis for the tool you think about. Still it is done in qt&#8230; </p>
<p>Laurent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://winpdb.org/extras/gevergever-proposal-for-a-python-gui-builder/comment-page-1/#comment-96169</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Tue, 20 Oct 2009 22:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=56#comment-96169</guid>
		<description>I totally can understand your intention and motivation.
The one thing I would change would be the gui tookit. I would use
wxpython instead of pygtk. but it is a matter of taste.

Best,
Marco</description>
		<content:encoded><![CDATA[<p>I totally can understand your intention and motivation.<br />
The one thing I would change would be the gui tookit. I would use<br />
wxpython instead of pygtk. but it is a matter of taste.</p>
<p>Best,<br />
Marco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://winpdb.org/extras/gevergever-proposal-for-a-python-gui-builder/comment-page-1/#comment-55237</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Tue, 13 Jan 2009 05:03:04 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=56#comment-55237</guid>
		<description>I've used boa-constructor which works well and includes a debugger. It uses WX.

http://boa-constructor.sourceforge.net/</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used boa-constructor which works well and includes a debugger. It uses WX.</p>
<p><a href="http://boa-constructor.sourceforge.net/" rel="nofollow">http://boa-constructor.sourceforge.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andi</title>
		<link>http://winpdb.org/extras/gevergever-proposal-for-a-python-gui-builder/comment-page-1/#comment-52276</link>
		<dc:creator>andi</dc:creator>
		<pubDate>Wed, 31 Dec 2008 12:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=56#comment-52276</guid>
		<description>I agree fully with your proposal. The [[http://dabodev.org&#124;dabo]] IDE already goes in a similar direction. Although using sizers/slots and the GUI designer saves the widgets/controls as XML, the GUI part of the IDE is quite complete and - thanks to the clear architecture of dabo - could be easily extended to fit your needs.

Having Visual Studio as the 'guiding star' this project will need a lot of manpower to be finished. So instead of starting a new thing, why not work all together on dabo?</description>
		<content:encoded><![CDATA[<p>I agree fully with your proposal. The [[http://dabodev.org|dabo]] IDE already goes in a similar direction. Although using sizers/slots and the GUI designer saves the widgets/controls as XML, the GUI part of the IDE is quite complete and - thanks to the clear architecture of dabo - could be easily extended to fit your needs.</p>
<p>Having Visual Studio as the &#8216;guiding star&#8217; this project will need a lot of manpower to be finished. So instead of starting a new thing, why not work all together on dabo?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nande!</title>
		<link>http://winpdb.org/extras/gevergever-proposal-for-a-python-gui-builder/comment-page-1/#comment-44777</link>
		<dc:creator>nande!</dc:creator>
		<pubDate>Sun, 23 Nov 2008 19:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=56#comment-44777</guid>
		<description>yeah please!
the one thing that keeps python to be the number one choice in pro deploys is the fact that building and deploying a gui is a pain..
python says that it comes with batteries included, but tk is not enough power for me.</description>
		<content:encoded><![CDATA[<p>yeah please!<br />
the one thing that keeps python to be the number one choice in pro deploys is the fact that building and deploying a gui is a pain..<br />
python says that it comes with batteries included, but tk is not enough power for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nir</title>
		<link>http://winpdb.org/extras/gevergever-proposal-for-a-python-gui-builder/comment-page-1/#comment-39078</link>
		<dc:creator>nir</dc:creator>
		<pubDate>Fri, 31 Oct 2008 04:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=56#comment-39078</guid>
		<description>I know that Glade has a fixed container (which is what Visual Studio does) but that in my view is not a good enough solution. I would like to see an intuitive non-fixed layout engine.

Also, in general my opinion is that Glade is completely unusable to casual programmers. Anyone who can not see this should not be designing user interfaces for general public use.

However, my views on this subject do not seem to resonate with other people. I am clue-less as to why but that is the fact.</description>
		<content:encoded><![CDATA[<p>I know that Glade has a fixed container (which is what Visual Studio does) but that in my view is not a good enough solution. I would like to see an intuitive non-fixed layout engine.</p>
<p>Also, in general my opinion is that Glade is completely unusable to casual programmers. Anyone who can not see this should not be designing user interfaces for general public use.</p>
<p>However, my views on this subject do not seem to resonate with other people. I am clue-less as to why but that is the fact.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://winpdb.org/extras/gevergever-proposal-for-a-python-gui-builder/comment-page-1/#comment-39069</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 31 Oct 2008 03:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=56#comment-39069</guid>
		<description>Hello Nir,

newer glade doesn't force you into table design anymore, and you may place controls freely on a fixed container (i consider this myself for a magic to pygtk translator).
besides, xml files can be loaded cross language and platform, and even stored in a real database for huge applications.
however glade dropped commitment to native language translation of generated code, it may be revived for, say, php.
gevergever may well build on these blocks to make a more intuitive gui: if you wish, directly build a field with a fixed container, and let a double click on a control point to a list of events, and editing the code after choosing an event.
use/revive python code generation, to avoid the xml handling.

good luck,
alex</description>
		<content:encoded><![CDATA[<p>Hello Nir,</p>
<p>newer glade doesn&#8217;t force you into table design anymore, and you may place controls freely on a fixed container (i consider this myself for a magic to pygtk translator).<br />
besides, xml files can be loaded cross language and platform, and even stored in a real database for huge applications.<br />
however glade dropped commitment to native language translation of generated code, it may be revived for, say, php.<br />
gevergever may well build on these blocks to make a more intuitive gui: if you wish, directly build a field with a fixed container, and let a double click on a control point to a list of events, and editing the code after choosing an event.<br />
use/revive python code generation, to avoid the xml handling.</p>
<p>good luck,<br />
alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://winpdb.org/extras/gevergever-proposal-for-a-python-gui-builder/comment-page-1/#comment-35624</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 06 Oct 2008 10:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=56#comment-35624</guid>
		<description>I think this sounds like a really great project. I really love Python, but coming from Visual Studio I find the lack of a good and intuitive GUI builder to be a headache. I do use Glade from time to time, if I have to design something really intricate, but otherwise I end up doing my GUI programming by hand, as I can't be bothered dealing with the extra layer of complexity Glade adds. Good luck with this, I'll look forward to seeing the results.</description>
		<content:encoded><![CDATA[<p>I think this sounds like a really great project. I really love Python, but coming from Visual Studio I find the lack of a good and intuitive GUI builder to be a headache. I do use Glade from time to time, if I have to design something really intricate, but otherwise I end up doing my GUI programming by hand, as I can&#8217;t be bothered dealing with the extra layer of complexity Glade adds. Good luck with this, I&#8217;ll look forward to seeing the results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nir</title>
		<link>http://winpdb.org/extras/gevergever-proposal-for-a-python-gui-builder/comment-page-1/#comment-33924</link>
		<dc:creator>nir</dc:creator>
		<pubDate>Wed, 17 Sep 2008 07:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=56#comment-33924</guid>
		<description>I really don't get it. How is it possible that people find glade and its derivatives remotely usable? Most comments on this site suggest that I start using one of these tools. Something is terribly wrong...

I mean, I am generally considered to be an intelligent user and in particular one who wears thick "software development glasses" and I still can't figure out how to produce anything useful with these tools. Can you really expect a casual programmer to use it productively?

I can only assume you are 16 years old. Only 16 years old hackers can figure out complex cryptic systems in 1 hour.</description>
		<content:encoded><![CDATA[<p>I really don&#8217;t get it. How is it possible that people find glade and its derivatives remotely usable? Most comments on this site suggest that I start using one of these tools. Something is terribly wrong&#8230;</p>
<p>I mean, I am generally considered to be an intelligent user and in particular one who wears thick &#8220;software development glasses&#8221; and I still can&#8217;t figure out how to produce anything useful with these tools. Can you really expect a casual programmer to use it productively?</p>
<p>I can only assume you are 16 years old. Only 16 years old hackers can figure out complex cryptic systems in 1 hour.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

