Re: [PyQt] Gui best practice

2012-02-28 Thread Rapczak, Jesse
n realize there is an error. -Original Message- From: pyqt-boun...@riverbankcomputing.com [mailto:pyqt-boun...@riverbankcomputing.com] On Behalf Of pa...@paolodestefani.it Sent: Tuesday, February 28, 2012 3:11 PM To: pyqt@riverbankcomputing.com Subject: Re: [PyQt] Gui best practi

Re: [PyQt] Gui best practice

2012-02-28 Thread paolo
So for best performance at runtime it's prefereble to choose the first option Thank you On Wed, 29 Feb 2012 00:44:32 +0800, Goldfish Huang wrote: > The second depends on Qt,QtXml and PyQt4.uic. They cause inconvenience > when you distributing your PyQt program. And, the program has to spend > ex

Re: [PyQt] Gui best practice

2012-02-28 Thread JPolk
I also use the second method...for me, it's more direct...and let's me make very small tweeks to the UI (via the .ui file) without requiring modifying any source code...unless it needs it of course,... -- View this message in context: http://python.6.n6.nabble.com/Gui-best-practice-tp4516518p4529

[PyQt] Gui best practice

2012-02-27 Thread paolo
Hello I'm trying to understand how to manage ui files from qtdesigner in the best way. I see in the examples that i have 2 options: - use pyuic4.bat utility to translate ui file in a python class (included in a module) that create the graphical interface through the setupUi() method - load the ui f