CSVFormatDialog.cpp File Reference
#include "CSVFormatDialog.h"
#include "layer/LayerFactory.h"
#include "TextAbbrev.h"
#include <QFrame>
#include <QGridLayout>
#include <QPushButton>
#include <QHBoxLayout>
#include <QVBoxLayout>
#include <QTableWidget>
#include <QComboBox>
#include <QLabel>
#include <QDialogButtonBox>
#include <QCheckBox>
#include <iostream>
#include <cmath>
#include "base/Debug.h"
Include dependency graph for CSVFormatDialog.cpp:

Go to the source code of this file.

Variables

static int sampleRates []
 

Variable Documentation

int sampleRates[]
static
Initial value:
= {
8000, 11025, 12000, 22050, 24000, 32000,
44100, 48000, 88200, 96000, 176400, 192000
}

Definition at line 70 of file CSVFormatDialog.cpp.

Referenced by CSVAudioFormatDialog::CSVAudioFormatDialog(), CSVFormatDialog::init(), and CSVFormatDialog::repopulate().