import itemedit as itemedit
# the form is called EditRecord in itemedit module
form = itemedit.EditRecord()
form.exec_()On Sunday 06 December 2009 11:56:05 Philip Ridout wrote: > Ive got a form with a btton on it. From that button I want to launch a form > when it is clicked. > > How do I do this? > > Thanks! > _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
