Skip to main content
Ctrl+K
itom Documentation - Home
  • Changelog
  • Introduction
  • Installation
  • Getting Started
  • The itom User Interface
    • Plots and Figures
    • Extending the user interface of itom
    • Plugins
    • Python Scripting Language
    • itom Script Reference
    • Miscellaneous
    • Demo scripts
    • Contributing
  • GitHub
  • ITO
  • Changelog
  • Introduction
  • Installation
  • Getting Started
  • The itom User Interface
  • Plots and Figures
  • Extending the user interface of itom
  • Plugins
  • Python Scripting Language
  • itom Script Reference
  • Miscellaneous
  • Demo scripts
  • Contributing
  • GitHub
  • ITO

Section Navigation

  • 12.1. itom
    • 12.1.10.1. Basics
    • 12.1.10.2. Data processing
    • 12.1.10.3. Matplotlib embedded
    • 12.1.10.4. itom apps
    • 12.1.10.5. Plots
    • 12.1.10.6. Plugins
    • 12.1.10.7. PointCloud
    • 12.1.10.8. User interface
      • 12.1.10.8.1. Dialog
      • 12.1.10.8.2. Property dialog
      • 12.1.10.8.3. Simple UI
      • 12.1.10.8.4. Motor axis controller
      • 12.1.10.8.5. Algorithm cancel and progress widget
      • 12.1.10.8.6. Auto connect signals
      • 12.1.10.8.7. Camera widget
      • 12.1.10.8.8. Cloud viewer
      • 12.1.10.8.9. Dataobject table
      • 12.1.10.8.10. Dockwidget
      • 12.1.10.8.11. Embedded plots
      • 12.1.10.8.12. GUI icons as images
      • 12.1.10.8.13. GUI icons from resources
      • 12.1.10.8.14. Interrupt
      • 12.1.10.8.15. ItomUI class
      • 12.1.10.8.16. List widget
      • 12.1.10.8.17. Observe parallel functions
      • 12.1.10.8.18. Parameter editor widget
      • 12.1.10.8.19. Roughness evaluation
      • 12.1.10.8.20. Slider 2D
      • 12.1.10.8.21. Splitter
      • 12.1.10.8.22. Statusbar
      • 12.1.10.8.23. Stylesheet editor
      • 12.1.10.8.24. Table widget
      • 12.1.10.8.25. Measure tool
      • 12.1.10.8.26. UI shape
      • 12.1.10.8.27. Window
    • 12.1.10.9. Customize itom GUI
    • 12.1.10.10. User interface dynamic layouts
  • 12.2. Python
  • 12.3. Python packages
  • 12. Demo scripts
  • 12.1.10.8. User interface

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()
../../../_images/demoSlider2D_1.png

Total running time of the script: (0 minutes 0.020 seconds)

Download Jupyter notebook: demo_slider2D.ipynb

Download Python source code: demo_slider2D.py

Download zipped: demo_slider2D.zip

previous

12.1.10.8.19. Roughness evaluation

next

12.1.10.8.21. Splitter

Show Source

© Copyright 2011-2024, Institut für Technische Optik (ITO), Universität Stuttgart. Bug report: https://github.com/itom-project/itom/issues.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.15.4.