File: gui.rst

package info (click to toggle)
refnx 0.1.60-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,972 kB
  • sloc: python: 37,056; cpp: 1,015; ansic: 185; makefile: 180; sh: 130; lisp: 89; xml: 34
file content (25 lines) | stat: -rw-r--r-- 685 bytes parent folder | download | duplicates (2)
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.