10 setFixedSize(500, 400);
12 QVBoxLayout* mainLayout =
new QVBoxLayout;
14 mainLayout->addWidget(
m_temp);
15 mainLayout->addWidget(
m_spat);
16 setLayout(mainLayout);
29 m_temp =
new QGroupBox(
"Filtrage temporel (en sec)");
44 QHBoxLayout* vbox =
new QHBoxLayout;
53 m_spat =
new QGroupBox(
"Filtrage spatial (en centimetre)");
68 QHBoxLayout* vbox =
new QHBoxLayout;
87 m_nbPtTrack->setText((QString(
"Your track had ") + QString::number(
m_ptTrack)) +
" GPS points.");
void ready(double m_filtreSpat, int m_filtreTemp)
ready
void readFromCSV(QString filename)
Reads a csv file and inserts each point in m_points vector.
std::vector< PointGPS * > getPoints()
getPoints Get the m_points vector
void getInfo(File fileT)
getInfo
QStringList fileExtension
void launchFiltre()
launchFiltre
QPushButton * m_boutonTemp
void nbPtTrack()
nbPtTrack
QPushButton * m_boutonSpat