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 [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt