Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Classes
qMRMLItemDelegate.h File Reference
#include <QStyledItemDelegate>
#include "qMRMLWidgetsExport.h"
Include dependency graph for qMRMLItemDelegate.h:

Go to the source code of this file.

Classes

class  qMRMLItemDelegate
 Item Delegate for MRML properties Use custom widgets for properties such as colors, opacities... If an index has Qt::DecorationRole set to a QColor, its editor will then be a ctkColorPickerButton linked to a color picker dialog on click If an index has a Qt::EditRole set to a QString that exactly is on the form X.YY where X is 0 or 1 and Y is a digit (0 to 9), then the editor will be a ctkDoubleSpinBox with a slider popping up on mouse hover. More...