Changeset 13640
- Timestamp:
- 05/10/12 15:04:54 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/fact.cc
r12658 r13640 1 1 #include "FactGui.h" 2 3 #include <TSystem.h> 2 4 3 5 #include "src/FACT.h" … … 66 68 Dim::Setup(conf.Get<string>("dns"), conf.Get<string>("host")); 67 69 70 cout << "LD_LIBRARY_PATH=" << gSystem->GetDynamicPath() << endl; 71 72 cout << "--- Starting QApplication ---" << endl; 68 73 QApplication app(argc, const_cast<char**>(argv)); 69 74 75 cout << "--- Instaniating GUI ---" << endl; 76 70 77 FactGui gui(conf); 78 79 cout << "--- Show GUI ---" << endl; 71 80 gui.show(); 81 82 cout << "--- Main loop ---" << endl; 72 83 73 84 const int rc = app.exec();
Note:
See TracChangeset
for help on using the changeset viewer.