Ignore:
Timestamp:
Feb 27, 2008, 11:49:37 AM (17 years ago)
Author:
garnier
Message:

debut de la boite de dialog pour les param video

File:
1 edited

Legend:

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

    r731 r732  
    3939class QButtonGroup;
    4040class QPushButton;
    41 class QRadioButton;
    42 class QCheckBox;
    43 class QSlider;
    44 class QComboBox;
    4541class QLabel;
    4642class QLineEdit;
     
    6864
    6965private :
    70   QLineEdit* fSelectPath;
    71   QString fTmpDir;
     66  QLineEdit* fEncoderPath;
     67  QLineEdit* fTempPath;
    7268  G4OpenGLQtViewer *fParentViewer;
     69  QLabel *fCheckLabel;
    7370
    7471private slots :
    7572  void selectPathAction();
     73  void checkMovieParameters();
    7674};
    7775
Note: See TracChangeset for help on using the changeset viewer.