source: trunk/FACT++/gui/fact.cc@ 10477

Last change on this file since 10477 was 10394, checked in by tbretz, 13 years ago
First version of the GUI.
File size: 196 bytes
Line 
1#include "FactGui.h"
2
3int main(int argc, char *argv[])
4{
5 setenv("DIM_DNS_NODE", "localhost", 0);
6
7 QApplication app(argc, argv);
8
9 FactGui gui;
10 gui.show();
11
12 return app.exec();
13}
Note: See TracBrowser for help on using the repository browser.