updated Fader to use setHintText
enables setting of the display text.
This commit is contained in:
@@ -82,6 +82,12 @@ public:
|
||||
{
|
||||
m_displayConversion = b;
|
||||
}
|
||||
inline void setHintText( const QString & _txt_before,
|
||||
const QString & _txt_after )
|
||||
{
|
||||
setDescription( _txt_before );
|
||||
setUnit( _txt_after );
|
||||
}
|
||||
|
||||
private:
|
||||
virtual void contextMenuEvent( QContextMenuEvent * _me );
|
||||
|
||||
Reference in New Issue
Block a user