Mercurial > hg > svgui
diff widgets/PropertyBox.h @ 218:21a5e4e7cb92
* Add current value to context help for dials in property boxes, and update
the text when the value is changed
author | Chris Cannam |
---|---|
date | Mon, 05 Mar 2007 12:00:32 +0000 |
parents | 6b023411087b |
children | 9dd432665059 |
line wrap: on
line diff
--- a/widgets/PropertyBox.h Mon Mar 05 10:53:41 2007 +0000 +++ b/widgets/PropertyBox.h Mon Mar 05 12:00:32 2007 +0000 @@ -72,6 +72,7 @@ protected: void updatePropertyEditor(PropertyContainer::PropertyName, bool rangeChanged = false); + void updateContextHelp(QObject *o); QLabel *m_nameWidget; QWidget *m_mainWidget;