Ignore:
Timestamp:
Sep 21, 2007, 3:17:46 PM (18 years ago)
Author:
garnier
Message:

r605@mac-90108: laurentgarnier | 2007-09-21 15:20:26 +0200
ajout de la boite de dialog a l export des fichiers. En test

File:
1 edited

Legend:

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

    r581 r582  
    4141class QPushButton;
    4242class QCheckBox;
    43 class QSpinBox;
     43class QSlider;
    4444class QComboBox;
    4545class QLabel;
     
    5353  ~G4OpenGLQtExportDialog();
    5454
     55  int getSliderValue();
    5556  QPushButton* buttonOk;
    5657  QPushButton* buttonCancel;
    5758  QButtonGroup* GroupBox1, *GroupBox2;
    5859  QCheckBox* boxTransparency;
    59   QSpinBox * boxQuality;
     60  QSlider * qualitySlider;
    6061  QLabel *formatLabel;
    6162  QComboBox *boxFormat;
     
    6970  void setExportDirPath(const QString& dir) {f_dir = dir;};
    7071 
    71 protected slots:
    72   void accept();
    7372
    7473signals:
     
    7877private:
    7978  QString f_name, f_type, f_dir;
     79  QLabel* qualityLabel;
    8080  bool expAll;
     81
    8182};
    8283
Note: See TracChangeset for help on using the changeset viewer.