Changeset 693


Ignore:
Timestamp:
Jan 22, 2008, 6:30:42 PM (16 years ago)
Author:
garnier
Message:

correction du ticket #110

Location:
trunk/geant4/visualization/OpenGL/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/visualization/OpenGL/src/G4OpenGLQtExportDialog.cc

    r688 r693  
    3535#include "G4OpenGLQtExportDialog.hh"
    3636
     37#define GEANT4_QT_DEBUG
     38
    3739#include <qvariant.h>
    3840#include <qpushbutton.h>
     
    149151  sizeWidgetLayout->addWidget(sizeGroupBox);
    150152 
    151   connect( sizeButtonGroupBox, SIGNAL( buttonClicked(int) ), this, SLOT( changeSizeBox()) );
     153  connect( sizeButtonGroupBox, SIGNAL( buttonClicked(QAbstractButton*) ), this, SLOT( changeSizeBox()) );
    152154#endif
    153155  original->setChecked( true );
     
    155157
    156158  // height
    157   heightWidget = new QWidget(this);
     159  heightWidget = new QWidget(sizeWidget);
    158160
    159161  QHBoxLayout *heightLineLayout = new QHBoxLayout(heightWidget);
     
    183185
    184186  // width
    185   widthWidget = new QWidget(this);
     187  widthWidget = new QWidget(sizeWidget);
    186188
    187189  QHBoxLayout *widthLineLayout = new QHBoxLayout(widthWidget);
  • trunk/geant4/visualization/OpenGL/src/G4OpenGLQtViewer.cc

    r688 r693  
    3636#ifdef G4VIS_BUILD_OPENGLQT_DRIVER
    3737
    38 //#define GEANT4_QT_DEBUG
     38#define GEANT4_QT_DEBUG
    3939
    4040#include "G4OpenGLQtViewer.hh"
Note: See TracChangeset for help on using the changeset viewer.