FPIBG Utility
TestMainWindow Namespace Reference

Variables

 syspth = sys.path #
 
 cwd = os.getcwd() #
 
str shrddir = cwd + "\\python\\shared" #
 
 bc = FPIBGBase("FPIBGFrontEnd")
 Create a base class.
 
 app = QApplication(sys.argv)
 
 window = FPIBGMainWin("FPIBGMainWin")
 

Variable Documentation

◆ app

TestMainWindow.app = QApplication(sys.argv)

◆ bc

TestMainWindow.bc = FPIBGBase("FPIBGFrontEnd")

Create a base class.

◆ cwd

TestMainWindow.cwd = os.getcwd() #

◆ shrddir

str TestMainWindow.shrddir = cwd + "\\python\\shared" #

◆ syspth

TestMainWindow.syspth = sys.path #

◆ window

TestMainWindow.window = FPIBGMainWin("FPIBGMainWin")