Example #1
0
int main(int argc, char *argv[])
{
    QApplication a(argc, argv);
    GeolFile w;
    w.show();
    return a.exec();
}
Example #2
0
File: pihmgis.cpp Project: mlt/PIHM
void PIHMgis::runGeolFile(){
  GeolFile* Dlg = new GeolFile;
  Dlg->show();
}