Using silx widgets in Qt Designer

With PyQt, it is possible to use silx.gui widgets (and widgets written with PyQt in general) from the Qt Designer.

The following silx.gui widgets are available in the Qt Designer:

Pre-requisite

The following software must be installed:

Usage

The PYQTDESIGNERPATH environment variable sets the directories the PyQt designer plugin is searching for plugins enabling PyQt widgets in the Qt Designer.

To start the Qt Designer with silx.gui widgets available, run the following from the command line:

PYQTDESIGNERPATH=<silx_designer_plugin_dir_path> designer

See Using Qt Designer in PyQt documentation.

Table Of Contents

Previous topic

icons: Set of icons

Next topic

silx.io.specfile module

This Page