SilentEye 0.4.1
|
#include "optionwidget.h"
Go to the source code of this file.
Namespaces | |
namespace | SEFormatWAV |
SilentEye offical module for support of WAV audio. | |
Functions | |
SEFormatWAV::setupUi (this) | |
advancedWidget | SEFormatWAV::setVisible (false) |
SEFormatWAV::settingsChanged () | |
SEFormatWAV::connect (advancedButton, SIGNAL(toggled(bool)), this, SLOT(advButtonPressed(bool))) | |
SEFormatWAV::connect (qualityComboBox, SIGNAL(currentIndexChanged(int)), this, SLOT(qualityChanged(int))) | |
SEFormatWAV::connect (channelsComboBox, SIGNAL(currentIndexChanged(int)), this, SLOT(settingsChanged(int))) | |
SEFormatWAV::connect (nbBitsSpinBox, SIGNAL(valueChanged(int)), this, SLOT(settingsChanged(int))) | |
Variables | |
SEFormatWAV::m_logger = new Logger(this) | |
SEFormatWAV::m_dontUpdate = false |