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