Ignore:
Timestamp:
Dec 11, 2007, 6:23:04 PM (17 years ago)
Author:
garnier
Message:

amelioration pour le ticket #101

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/visualization/OpenGL/include/G4OpenGLQtExportDialog.hh

    r656 r657  
    4545class QLabel;
    4646class QLineEdit;
     47
     48#if QT_VERSION >= 0x040000
     49class QGroupBox;
     50#endif
    4751
    4852/** The G4OpenGLQtExportDialog class provide a Dialog displaying differents options
     
    111115  QPushButton* buttonOk;
    112116  QPushButton* buttonCancel;
     117
     118#if QT_VERSION >= 0x040000
     119  QGroupBox * sizeGroupBox;
     120#endif
     121
    113122  QCheckBox* transparencyEPS,*boxTransparency,*vectorEPSCheckBox;
    114123  QCheckBox* ratioCheckBox;
     
    121130  int originalWidth;
    122131  int originalHeight;
    123 
     132  bool isChangingSize;
    124133};
    125134
Note: See TracChangeset for help on using the changeset viewer.