Skip to content
Snippets Groups Projects
ISIS_Reflectometry.py 208 B
Newer Older
"""
    Script used to start the ISIS Reflectomery GUI from MantidPlot
"""
from PyQt4 import QtGui
from ui.reflectometer import refl_gui
ui = refl_gui.ReflGui()
if ui.setup_layout():
    ui.show()