FPIBG Utility
|
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") | |
BRMainWindow.app = QApplication(sys.argv) |
BRMainWindow.bc = FPIBGBase("FPIBGFrontEnd") |
Create a base class.
BRMainWindow.cwd = os.getcwd() # |
str BRMainWindow.shrddir = cwd + "\\python\\shared" # |
BRMainWindow.syspth = sys.path # |
BRMainWindow.window = FPIBGMainWin("FPIBGMainWin") |