Linking Python to multiple qt forms
Zabin
zabin.farishta at gmail.com
Mon Jan 11 17:57:54 EST 2010
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.ui....commands will function if there
are two such .ui files.
Thanks in advance for any advice!
Cheers
Zabin
More information about the Python-list
mailing list