Can you post some sample code of what you are trying to do?
--
Regards,
 -Demetrius Cassidy

---- p...@patx.me wrote: 

=============
I have coded a GUI, in a .py... It is called foo.py. Then in another GUI,
bar.py, I need to be able to open/display/execute foo.py. So basically I
need to use the following:

        self.connect(self.pb1, QtCore.SIGNAL('clicked()'),
            self.open_foo)

So self.pb1 would be a PushButton and self.open_foo would be the function
that would open foo.py.


How would I do this?

-- 
patx, patx.me

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to