Re: Linking Python to multiple qt forms

2010-01-11 Thread trzewiczek
On 01/11/2010 11:57 PM, Zabin wrote: Hey! I am new to PyQt programming and am trying to activate a secondary qt form from a primary form. I am unsure as to how this will work as i am using pyuic4 to convert .ui file to .py and then importing it by: from SimLCM_GUI import Ui_main I am unsure as

Linking Python to multiple qt forms

2010-01-11 Thread Zabin
Hey! I am new to PyQt programming and am trying to activate a secondary qt form from a primary form. I am unsure as to how this will work as i am using pyuic4 to convert .ui file to .py and then importing it by: from SimLCM_GUI import Ui_main I am unsure as to how the self.uicommands will fu