vsink volume works
This commit is contained in:
parent
978c8c10e3
commit
10fe7103da
4 changed files with 247 additions and 20 deletions
|
|
@ -94,6 +94,8 @@ int NodeVolumeWidget::volume() const { return m_slider->value(); }
|
|||
|
||||
bool NodeVolumeWidget::isMuted() const { return m_muteBtn->isChecked(); }
|
||||
|
||||
bool NodeVolumeWidget::isSliderDown() const { return m_slider->isSliderDown(); }
|
||||
|
||||
void NodeVolumeWidget::setVolume(int value) {
|
||||
QSignalBlocker blocker(m_slider);
|
||||
m_slider->setValue(value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue