Changeset 867 for trunk/source/interfaces/basic/include
- Timestamp:
- Oct 15, 2008, 2:49:22 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/source/interfaces/basic/include/G4UIQt.hh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/interfaces/basic/include/G4UIQt.hh
r850 r867 25 25 // 26 26 // 27 // $Id: G4UIQt.hh,v 1.1 2 2008/03/10 17:03:16lgarnier Exp $28 // GEANT4 tag $Name: HEAD$27 // $Id: G4UIQt.hh,v 1.14 2008/10/15 09:09:47 lgarnier Exp $ 28 // GEANT4 tag $Name: $ 29 29 // 30 30 #ifndef G4UIQt_h … … 58 58 // Class description : 59 59 // 60 // G4UIQt : class to handle a Motifinteractive session.61 // G4UIQt is the Motifversion of G4UIterminal.60 // G4UIQt : class to handle a Qt interactive session. 61 // G4UIQt is the Qt version of G4UIterminal. 62 62 // 63 63 // A command box is at disposal for entering/recalling Geant4 commands. … … 80 80 81 81 public: // With description 82 G4UIQt(int ,char**);82 G4UIQt(int*,char**); 83 83 // (argv, argc) or (0, NULL) had to be given. 84 84 G4UIsession* SessionStart();
Note:
See TracChangeset
for help on using the changeset viewer.
