Mercurial > hg > svgui
diff widgets/NotifyingPushButton.h @ 1189:7609580fb05a levelpanwidget
Make play params area of property box look a bit better on OSX
author | Chris Cannam |
---|---|
date | Thu, 15 Dec 2016 11:54:12 +0000 |
parents | 6a6a63506e3f |
children | a18e78b9c78b |
line wrap: on
line diff
--- a/widgets/NotifyingPushButton.h Thu Dec 15 11:53:52 2016 +0000 +++ b/widgets/NotifyingPushButton.h Thu Dec 15 11:54:12 2016 +0000 @@ -13,14 +13,15 @@ COPYING included with this distribution for more information. */ -#ifndef _NOTIFYING_PUSH_BUTTON_H_ -#define _NOTIFYING_PUSH_BUTTON_H_ +#ifndef SV_NOTIFYING_PUSH_BUTTON_H +#define SV_NOTIFYING_PUSH_BUTTON_H #include <QPushButton> /** - * Very trivial enhancement to QPushButton to make it emit signals when - * the mouse enters and leaves (for context help). + * Very trivial enhancement to QPushButton to make it emit signals + * when the mouse enters and leaves (for context help). See also + * NotifyingToolButton */ class NotifyingPushButton : public QPushButton