Orochi <kartikjagdal...@gmail.com> wrote:

> I tried PyQt Designer' and 'Glade', No doubt its great but it created only 
> interface.
> I have to code all the things in separate file.

That's what you should do. Keep autogenerated and hand-written code
separate.

Also take a look at wxFormBuilder.


> what I was searching for is Visual Studio .Net like Gui builder where you
> drag and drop widgets and just double click on the widget to edit code of 
> that widget.

Most Python GUI frameworks are based on layout managers. "Drag and drop"
does not work so well then.


Sturla

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to