Go to the documentation of this file.
4 #ifndef pqHighlightableToolButton_h
5 #define pqHighlightableToolButton_h
7 #include "pqWidgetsModule.h"
21 typedef QToolButton Superclass;
31 void highlight(
bool clear =
false);
32 void clear() { this->highlight(
true); }
36 QPalette ResetPalette;