12     setFixedSize(500, 400);
    14     QVBoxLayout* mainLayout = 
new QVBoxLayout;
    17     mainLayout->addWidget(
m_grid);
    18     setLayout(mainLayout);
    29     m_fr = 
new QRadioButton(
"France");
    30     m_usa = 
new QRadioButton(
"USA");
    32     QObject::connect(
m_fr, SIGNAL(clicked()), 
this, SLOT(
getCountry()));
    35     QHBoxLayout* vbox = 
new QHBoxLayout;
    36     vbox->addWidget(
m_fr);
    37     vbox->addWidget(
m_usa);
    44     m_grid = 
new QGroupBox(
"Grid");
    52     QVBoxLayout* vbox = 
new QVBoxLayout;
    61     m_track = 
new QGroupBox(
"GPS Track");
    72     QVBoxLayout* vbox = 
new QVBoxLayout;
 
void loadFileGrid()
loadFileGrid Get File of grid 
 
void loadFileCSVTrack()
loadFileCSVTrack Get File of SHP track 
 
int shp2csv(QString geometryType)
The function to convert WGS84 ShapeFile(s) to Lambert 93 CSV(s) 
 
void launchFiles()
launchFiles 
 
void getCountry()
getCountry Choose country 
 
void readyNext(File)
readyNext track file informations 
 
int selectFilesToOpen(QString extensionFilter)
The UI to select the file's path to open. 
 
void loadFileSHPTrack()
loadFileSHPTrack Get File of CSV track 
 
void ready(File, File)
ready Emit files informations