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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
.. currentmodule:: silx.gui
:mod:`hdf5`: HDF5 widgets
=========================
.. toctree::
:hidden:
getting_started.rst
.. currentmodule:: silx.gui.hdf5
.. automodule:: silx.gui.hdf5
For an introduction to the widgets of this package, see :doc:`getting_started`.
Widgets gallery
---------------
.. |imgHdf5TreeView| image:: img/Hdf5TreeView.png
:height: 150px
:align: middle
.. list-table::
:widths: 1 4
:header-rows: 1
* - Widget
- Description
* - |imgHdf5TreeView|
- :class:`Hdf5TreeView` is the base Qt widget providing a tree view of
multiple HDF5 files, or assimilated file with an adapter.
Public modules
--------------
.. toctree::
:maxdepth: 2
hdf5treeview.rst
hdf5treemodel.rst
hdf5contextmenuevent.rst
h5node.rst
hdf5headerview.rst
nexussortfilterproxymodel.rst
|