4 #ifndef pqCheckBoxPixMaps_h 5 #define pqCheckBoxPixMaps_h 20 typedef QObject Superclass;
31 QPixmap getPixmap(Qt::CheckState state,
bool active)
const;
34 return this->getPixmap(static_cast<Qt::CheckState>(state), active);
48 PartiallyChecked_Active = 4,
pqCheckBoxPixMaps is a helper class that can used to create pixmaps for checkboxs in various states...
QPixmap getPixmap(int state, bool active) const