French translation of 03-05. Still missing 05:11-15 and needs further proofing insertion of | in appropriate places
#include <QtGui/QApplication>
#include "editor.h"
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
editor w;
w.show();
return a.exec();
}