icons: Set of icons¶
Set of icons for buttons.
Use getQIcon() to create Qt QIcon from the name identifying an icon.
-
class
silx.gui.icons.AbstractAnimatedIcon(parent=None)[source]¶ Store an animated icon.
It provides an event containing the new icon everytime it is updated.
-
iconChanged¶ Signal sent with a QIcon everytime the animation changed.
-
register(obj)[source]¶ Register an object to the AnimatedIcon. If no object are registred, the animation is paused. Object are stored in a weaked list.
Parameters: obj (object) – An object
-
unregister(obj)[source]¶ Remove the object from the registration. If no object are registred the animation is paused.
Parameters: obj (object) – A registered object
-
-
class
silx.gui.icons.MovieAnimatedIcon(filename, parent=None)[source]¶ Store a looping QMovie to provide icons for each frames. Provides an event with the new icon everytime the movie frame is updated.
-
class
silx.gui.icons.MultiImageAnimatedIcon(filename, parent=None)[source]¶ Store a looping QMovie to provide icons for each frames. Provides an event with the new icon everytime the movie frame is updated.
-
class
silx.gui.icons.AnimatedIcon(*args, **kwargs)[source]¶ Store a looping QMovie to provide icons for each frames. Provides an event with the new icon everytime the movie frame is updated.
It may not be available anymore for the silx release 0.6.
Deprecated since version 0.5: Use
MovieAnimatedIconinstead.
-
silx.gui.icons.getWaitIcon()[source]¶ Returns a cached version of the waiting AbstractAnimatedIcon.
Return type: AbstractAnimatedIcon
-
silx.gui.icons.getAnimatedIcon(name)[source]¶ Create an AbstractAnimatedIcon from a name.
Try to load a mng or a gif file, then try to load a multi-image animated icon.
In Qt5 mng or gif are not used. It does not take care very well of the transparency.
Parameters: name (str) – Name of the icon, in one of the defined icons in this module. Returns: Corresponding AbstractAnimatedIcon Raises: ValueError when name is not known
-
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
-
silx.gui.icons.getQFile(name)[source]¶ Create a QFile from an icon name. Filename is found according to supported Qt formats.
Parameters: name (str) – Name of the icon, in one of the defined icons in this module. Returns: Corresponding QFile Return type: qt.QFile Raises: ValueError when name is not known
Available icons¶
| Icon | Name |
|---|---|
![]() |
3d-plane-normal-x |
![]() |
3d-plane-normal-y |
![]() |
3d-plane-normal-z |
![]() |
3d-plane |
![]() |
arrow-keys |
![]() |
camera |
![]() |
clipboard |
![]() |
close |
![]() |
colormap |
![]() |
crop |
![]() |
crosshair |
![]() |
cube-back |
![]() |
cube-bottom |
![]() |
cube-front |
![]() |
cube-left |
![]() |
cube-right |
![]() |
cube-top |
![]() |
cube |
![]() |
document-open |
![]() |
document-print |
![]() |
document-save |
![]() |
draw-brush |
![]() |
draw-pencil |
![]() |
draw-rubber |
![]() |
edit-copy |
![]() |
first |
![]() |
folder |
![]() |
image-mask |
![]() |
image-select-add |
![]() |
image-select-box |
![]() |
image-select-brush |
![]() |
image-select-erase-rubber |
![]() |
image-select-erase |
![]() |
image |
![]() |
item-0dim |
![]() |
item-1dim |
![]() |
item-2dim |
![]() |
item-3dim |
![]() |
item-ndim |
![]() |
item-object |
![]() |
last |
![]() |
math-average |
![]() |
math-derive |
![]() |
math-energy |
![]() |
math-fit |
![]() |
math-normalize |
![]() |
math-peak-reset |
![]() |
math-peak-search |
![]() |
math-peak |
![]() |
math-sigma |
![]() |
math-smooth |
![]() |
math-substract |
![]() |
math-swap-sign |
![]() |
math-ymin-to-zero |
![]() |
next |
![]() |
normal |
| pixel-intensities | |
![]() |
plot-grid |
![]() |
plot-roi-above |
![]() |
plot-roi-below |
![]() |
plot-roi-between |
![]() |
plot-roi-reset |
![]() |
plot-roi |
![]() |
plot-toggle-points |
![]() |
plot-widget |
![]() |
plot-window-image |
![]() |
plot-window |
![]() |
plot-xauto |
![]() |
plot-xlog |
![]() |
plot-yauto |
![]() |
plot-ydown |
![]() |
plot-ylog |
![]() |
plot-yup |
![]() |
previous |
![]() |
profile1D |
![]() |
profile2D |
![]() |
remove |
![]() |
rudder |
![]() |
selected |
![]() |
shape-circle-solid |
![]() |
shape-circle |
![]() |
shape-diagonal |
![]() |
shape-ellipse-solid |
![]() |
shape-ellipse |
![]() |
shape-horizontal |
![]() |
shape-polygon |
![]() |
shape-rectangle |
![]() |
shape-square |
![]() |
shape-vertical |
![]() |
silx |
![]() |
sliders-off |
![]() |
sliders-on |
![]() |
spec |
![]() |
test-png |
![]() |
view-1d |
![]() |
view-2d-stack |
![]() |
view-2d |
![]() |
view-3d |
![]() |
view-fullscreen |
![]() |
view-nofullscreen |
![]() |
view-raw |
![]() |
view-refresh |
![]() |
view-text |
![]() |
window-new |
![]() |
zoom-in |
![]() |
zoom-original |
![]() |
zoom-out |
![]() |
zoom |










































































































