spectrum analysis implemented

This commit is contained in:
dave
2014-12-11 00:08:42 +00:00
parent 1595c2728e
commit 9c9e9db164
11 changed files with 237 additions and 64 deletions

View File

@@ -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 );