1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
:mod:`~ost.gui` -- Graphical User Interface
================================================================================
.. module:: ost.gui
The GUI of OpenStructure is designed to be intuitive, flexible and extensible.
.. image:: images/100622_gui.png
:width: 600
All parts of the GUI are exported to Python and can be expanded with
C++ Qt widgets as well as with PyQt widgets. Learn more about :doc:`python_cpp`.
.. toctree::
layout
python_cpp
scene_win
tools
python_shell
sequence_viewer
dialogs
|