NaviNIBS.util.GUI.Icons module¶
- NaviNIBS.util.GUI.Icons.getIcon(name, **kwargs)[source]¶
Wrapper around qta.icon but with colors that update from QPalette with each call instead of using qta’s cached initial colors.
- Return type:
QIcon
- class NaviNIBS.util.GUI.Icons.DynamicColorIconicFont(*args)[source]¶
Bases:
IconicFont
Extend qta.IconicFont to automatically update to use current palette colors (if color is not manually specified)
- staticMetaObject = PySide6.QtCore.QMetaObject("DynamicColorIconicFont" inherits "IconicFont": )¶