icons: Set of icons

Set of icons for buttons.

Use getQIcon() to create Qt QIcon from the name identifying an icon.

silx.gui.icons.getQIcon(name)[source]

Create a QIcon from its name.

Parameters:name (str) – Name of the icon, in one of the defined icons in this module.
Returns:Corresponding QIcon
Raises:ValueError when name is not known
silx.gui.icons.getQPixmap(name)[source]

Create a QPixmap from its name.

Parameters:name (str) – Name of the icon, in one of the defined icons in this module.
Returns:Corresponding QPixmap
Raises:ValueError when name is not known

Available icons

Icon Name
arrow-keys arrow-keys
clipboard clipboard
close close
colormap colormap
crop crop
crosshair crosshair
document-open document-open
document-print document-print
document-save document-save
draw-brush draw-brush
draw-pencil draw-pencil
draw-rubber draw-rubber
edit-copy edit-copy
folder folder
image-select-add image-select-add
image-select-box image-select-box
image-select-brush image-select-brush
image-select-erase-rubber image-select-erase-rubber
image-select-erase image-select-erase
image image
math-average math-average
math-derive math-derive
math-energy math-energy
math-fit math-fit
math-normalize math-normalize
math-peak-reset math-peak-reset
math-peak-search math-peak-search
math-peak math-peak
math-sigma math-sigma
math-smooth math-smooth
math-substract math-substract
math-swap-sign math-swap-sign
math-ymin-to-zero math-ymin-to-zero
normal normal
plot-grid plot-grid
plot-roi-above plot-roi-above
plot-roi-below plot-roi-below
plot-roi-between plot-roi-between
plot-roi-reset plot-roi-reset
plot-roi plot-roi
plot-toggle-points plot-toggle-points
plot-widget plot-widget
plot-window-image plot-window-image
plot-window plot-window
plot-xauto plot-xauto
plot-xlog plot-xlog
plot-yauto plot-yauto
plot-ydown plot-ydown
plot-ylog plot-ylog
plot-yup plot-yup
remove remove
rudder rudder
selected selected
shape-circle-solid shape-circle-solid
shape-circle shape-circle
shape-diagonal shape-diagonal
shape-ellipse-solid shape-ellipse-solid
shape-ellipse shape-ellipse
shape-horizontal shape-horizontal
shape-polygon shape-polygon
shape-rectangle shape-rectangle
shape-square shape-square
shape-vertical shape-vertical
silx silx
sliders-off sliders-off
sliders-on sliders-on
spec spec
view-fullscreen view-fullscreen
view-nofullscreen view-nofullscreen
view-refresh view-refresh
window-new window-new
zoom-in zoom-in
zoom-original zoom-original
zoom-out zoom-out
zoom zoom

Table Of Contents

Previous topic

qt: Qt bindings

Next topic

console: IPython console widgets

This Page