#include <QtGui/QApplication>
#include "tableeditor.h"
#include "projecteditor.h"
#include "calibrationeditor.h"
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
{ QApplication a(argc, argv); //TableEditor w("tbl_projects"); UserEditor p; SensorEditor s; CalibrationEditor c; p.show(); s.show(); c.show(); //w.show(); return a.exec(); }