1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
.. _gui_chapter:
===
GUI
===
.. _YouTube: https://www.youtube.com/channel/UCvhOxwZsdFMGqSzasE0ZSOw
.. _github: https://github.com/refnx/refnx/releases/latest
*refnx* offers a sophisticated *PyQt* graphical user interface to analyse data,
with pre-built executables available on `github`_. The gui can also be
started from the interpreter (requiring the *qtpy, pyqt6, periodictable,
matplotlib* packages to be installed):
::
>>> from refnx.reflect import gui
>>> gui()
There are tutorials on how to use the PyQt interface on `YouTube`_. Suggestions
for more tutorials are welcomed.
.. image:: _images/gui.png
:width: 400
:alt: The *refnx* front end GUI.
|