TANGO Controls has a rich set of graphical user interface (GUI) toolkits. Users have a choice between :

  • ATK is the original toolkit based on Java Swing . A number of the standard tools in the official release are based on ATK.
    • ATKCore -
    • ATKWidget -
  • Taurus - based on Python and PyQt or PySide. Widely used by the Python and other communities.
  • QTango - based on C++ and Qt. Favourite amongst C++ developers.
    • download qtango core
    • download QGraphicsPlot a graphical library that uses QGraphicsView/QGraphicsScene to draw graphs on a plot.
    • download TGraphicsPlot a library that uses QGraphicsPlot and QTango to provide scalar and spectrum curves on plots.
    • download Mango a library that uses QGraphicsPlot and QTango to provide scalar and spectrum curves on plots.
  • Canone - a web based toolkit.