Ignore:
Timestamp:
Sep 21, 2007, 5:40:22 PM (17 years ago)
Author:
garnier
Message:

r607@mac-90108: laurentgarnier | 2007-09-21 17:44:09 +0200
boite de dialogue presque ok, reste plus qu a connecter

File:
1 edited

Legend:

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

    r582 r583  
    4040class QButtonGroup;
    4141class QPushButton;
     42class QRadioButton;
    4243class QCheckBox;
    4344class QSlider;
    4445class QComboBox;
    4546class QLabel;
     47class QLineEdit;
    4648
    4749class G4OpenGLQtExportDialog : public QDialog
     
    5052
    5153public:
    52   G4OpenGLQtExportDialog(QWidget* parent, QString name);
     54  G4OpenGLQtExportDialog(QWidget* parent, QString name, int, int);
    5355  ~G4OpenGLQtExportDialog();
    5456
    5557  int getSliderValue();
    56   QPushButton* buttonOk;
    57   QPushButton* buttonCancel;
    58   QButtonGroup* GroupBox1, *GroupBox2;
    59   QCheckBox* boxTransparency;
    60   QSlider * qualitySlider;
    61   QLabel *formatLabel;
    62   QComboBox *boxFormat;
    63  
     58
    6459public slots:
    65   void enableTransparency();
    66   void enableTransparency(int);
    67   void setExportPath(const QString& fname, const QString& fileType)
    68   {f_name = fname; f_type = fileType;};
    69  
    70   void setExportDirPath(const QString& dir) {f_dir = dir;};
    71  
     60  void changeSizeBox(bool); 
     61  void keepRatio(); 
    7262
    7363signals:
     
    7969  QLabel* qualityLabel;
    8070  bool expAll;
     71  QPushButton* buttonOk;
     72  QPushButton* buttonCancel;
     73  //  QButtonGroup* GroupBox1, *GroupBox2;
     74  QCheckBox* boxEPS,*boxTransparency;
     75  QCheckBox* ratioCheckBox;
     76  QSlider * qualitySlider;
     77  QLabel *formatLabel;
     78  QRadioButton* color,*BW;
     79  QRadioButton* original,* modify;
     80  QLineEdit* height,*width;
     81  QWidget* heightWidget,* widthWidget;
     82  int originalWidth;
     83  int originalHeight;
     84
    8185
    8286};
Note: See TracChangeset for help on using the changeset viewer.