Note
Go to the end to download the full example code.
12.1.10.8.20. Slider 2D#
from itom import ui
gui = ui("slider2DDemo.ui", ui.TYPEWINDOW, deleteOnClose=True)
gui.show()
Total running time of the script: (0 minutes 0.020 seconds)
Note
Go to the end to download the full example code.
from itom import ui
gui = ui("slider2DDemo.ui", ui.TYPEWINDOW, deleteOnClose=True)
gui.show()
Total running time of the script: (0 minutes 0.020 seconds)