Classes | |
class | MyForm |
Variables | |
tuple | app = QtGui.QApplication(sys.argv) |
Main function to be used for GUI setup and entering into the main loop. | |
tuple | myapp = MyForm() |
tuple mach_dist_gui::app = QtGui.QApplication(sys.argv) |
Main function to be used for GUI setup and entering into the main loop.
Definition at line 427 of file mach_dist_gui.py.
Referenced by StdCmdHideObjects::activated(), StdCmdShowObjects::activated(), StdCmdToggleObjects::activated(), PartGui::CrossSections::apply(), Gui::Dialog::DlgCustomizeSpaceball::DlgCustomizeSpaceball(), ProgramOptions::failure(), FreeCADGui_setupWithoutGUI(), main(), Base::gzstreambuf::open(), GUIThread::run(), Gui::Application::runApplication(), and setupMainWindow().
tuple mach_dist_gui::myapp = MyForm() |
Definition at line 428 of file mach_dist_gui.py.