Newer
Older
"""
Script used to start the ISIS Reflectomery GUI from MantidPlot
"""
from PyQt4 import QtGui
from ui.reflectometer import refl_window
ui = refl_window.ReflGuiWindow()
"""
Script used to start the ISIS Reflectomery GUI from MantidPlot
"""
from PyQt4 import QtGui
from ui.reflectometer import refl_window
ui = refl_window.ReflGuiWindow()