comparison widgets/LevelPanWidget.cpp @ 1191:91aac85406fb levelpanwidget

Tool tips
author Chris Cannam
date Thu, 15 Dec 2016 14:39:52 +0000
parents 6a6a63506e3f
children a68c25ba1153
comparison
equal deleted inserted replaced
1190:2513f660c183 1191:91aac85406fb
40 m_monitorLeft(-1), 40 m_monitorLeft(-1),
41 m_monitorRight(-1), 41 m_monitorRight(-1),
42 m_editable(true), 42 m_editable(true),
43 m_includeMute(true) 43 m_includeMute(true)
44 { 44 {
45 setToolTip(tr("Drag vertically to adjust level, horizontally to adjust pan"));
45 } 46 }
46 47
47 LevelPanWidget::~LevelPanWidget() 48 LevelPanWidget::~LevelPanWidget()
48 { 49 {
49 } 50 }