FPIBG Utility
BRMainWindow 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

BRMainWindow.app = QApplication(sys.argv)

◆ bc

BRMainWindow.bc = FPIBGBase("FPIBGFrontEnd")

Create a base class.

◆ cwd

BRMainWindow.cwd = os.getcwd() #

◆ shrddir

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

◆ syspth

BRMainWindow.syspth = sys.path #

◆ window

BRMainWindow.window = FPIBGMainWin("FPIBGMainWin")