summaryrefslogtreecommitdiff
path: root/doc/source/modules/gui/gallery.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/modules/gui/gallery.rst')
-rw-r--r--doc/source/modules/gui/gallery.rst24
1 files changed, 19 insertions, 5 deletions
diff --git a/doc/source/modules/gui/gallery.rst b/doc/source/modules/gui/gallery.rst
index 40d8648..c71a87a 100644
--- a/doc/source/modules/gui/gallery.rst
+++ b/doc/source/modules/gui/gallery.rst
@@ -75,13 +75,20 @@ Widgets gallery
* - .. image:: dialog/img/datafiledialog.png
:height: 150px
:align: center
- - :class:`DataFileDialog` is a dialog that allow users to select
- any datasets or groups from an HDF5-like file.
+ - :class:`DataFileDialog` is a dialog that allows users to select
+ any datasets or groups from any HDF5-like file. It features a file
+ browser that can also browse the content of HDF5 file as if they were
+ directories.
* - .. image:: dialog/img/imagefiledialog_h5.png
:height: 150px
:align: center
- - :class:`ImageFileDialog` is a dialog that allow users to select
- an image from an HDF5-like file.
+ - :class:`ImageFileDialog` is a dialog that allows users to select
+ an image from any HDF5-like file.
+ * - .. image:: dialog/img/groupdialog.png
+ :height: 150px
+ :align: center
+ - :class:`GroupDialog` is a dialog that allows users to select
+ a group from one or several specified HDF5-like files.
:mod:`silx.gui.fit` Widgets
@@ -179,7 +186,10 @@ Plotting widgets:
2D dataset of complex data.
It allows to switch between viewing amplitude, phase, real, imaginary,
colored phase with amplitude or log10(amplitude) as brightness.
-
+ * - .. image:: plot/img/ScatterView.png
+ :height: 150px
+ :align: center
+ - :class:`ScatterView` is a widget dedicated to visualize a scatter plot.
Additional widgets:
@@ -204,6 +214,10 @@ Additional widgets:
:align: center
- :class:`.ColorBar.ColorBarWidget` display colormap gradient and can be linked with a plot
to display the colormap
+ * - .. image:: plot/img/statsWidget.png
+ :height: 150px
+ :align: center
+ - :class:`.statsWidget.StatsWidget` display statistics on plot's items (curve, images...)
.. _plot3d-gallery: