Mantid Icon Table¶
Here is a list of all currently used icons in Mantid. These icons are from Material Design Icons (3.6.95), an open source icon project by Google. Best place to find new unused icons is on the cheatsheet.
A developer who adds a new icon to a GUI should update this list with it’s specific usage if it can be used anywhere else in the codebase.
General Icons¶
Use |
getIcon String | Icon |
||
---|---|---|---|
Copy |
“mdi.content-copy” |
||
Paste |
“mdi.content-paste” |
||
Cut |
“mdi.content-cut” |
||
Settings |
“mdi.settings” |
||
Eraser |
“mdi.eraser” |
||
Delete |
“mdi.trash-can” |
||
Error |
“mdi.asterisk” |
||
Plot |
“mdi.chart-line” |
||
Plot Multiple |
“mdi.chart-areaspline” |
||
Up |
“mdi.arrow-up” |
||
Down |
“mdi.arrow-down” |
||
Play |
“mdi.play” |
||
Stop |
“mdi.stop” |
||
Pause |
“mdi.pause” |
||
Plus |
“mdi.plus” |
||
Close |
“mdi.close” |
||
Search |
“mdi.folder” |
||
Refresh |
“mdi.twitter-retweet” |
||
Home |
“mdi.home” |
||
Pan/Move |
“mdi.arrow-all” |
||
Zoom |
“mdi.magnify” |
||
Zoom In |
“mdi.magnify-plus-outline” |
||
Zoom Out |
“mdi.magnify-minus-outline” |
||
Grid |
“mdi.grid” |
||
Save |
“mdi.content-save” |
||
Move to Table |
“mdi.file-move” |
||
Beam Centre |
“mdi.adjust” |
||
Diagnostic |
“mdi.stethoscope” |
||
Process All |
“mdi.sigma” |
Table Icons¶
Use |
getIcon String |
Icon |
---|---|---|
Table |
“mdi.table” |
|
Export Data |
“mdi.file-export” |
|
Add Row |
“mdi.table-row-plus-after” |
|
Remove Row |
“mdi.table-row-remove” |
|
New Table |
“mdi.table-plus” |
|
Remove Table |
“mdi.table-remove” |
|
Expand All |
“mdi.expand-all” |
|
Collapse All |
“mdi.collapse-all” |