Ignore:
Timestamp:
Dec 17, 2009, 6:14:30 PM (15 years ago)
Author:
garnier
Message:

UIQt on avance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/interfaces/common/src/G4Qt.cc

    r1179 r1224  
    130130      qApp = new QApplication (*p_argn, args);
    131131#else
     132#ifdef G4DEBUG_INTERFACES_COMMON
     133    printf("G4Qt::G4Qt QAppl \n");
     134#endif
    132135      new QApplication (*p_argn, args);
    133136#endif
     
    138141        QtInited  = TRUE;
    139142        if (a_argn != 0) {
     143#ifdef G4DEBUG_INTERFACES_COMMON
     144        printf("G4Qt::G4Qt SetMainInteractor\n");
     145#endif
    140146          SetMainInteractor (qApp);
    141147        }
     
    218224
    219225/***************************************************************************/
    220 bool G4Qt::AddTabVisWidget (
     226bool G4Qt::AddTabWidget (
    221227 QWidget * vis
    222228,QString name
     
    228234{
    229235  if (fG4UI != NULL) {
    230     fG4UI->AddTabVisWidget(vis,name,sizeX,sizeY);
     236    fG4UI->AddTabWidget(vis,name,sizeX,sizeY);
    231237    return true;
    232238  }
Note: See TracChangeset for help on using the changeset viewer.