Changeset 582 for trunk/geant4/visualization/OpenGL/include
- Timestamp:
- Sep 21, 2007, 3:17:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/geant4/visualization/OpenGL/include/G4OpenGLQtExportDialog.hh
r581 r582 41 41 class QPushButton; 42 42 class QCheckBox; 43 class QS pinBox;43 class QSlider; 44 44 class QComboBox; 45 45 class QLabel; … … 53 53 ~G4OpenGLQtExportDialog(); 54 54 55 int getSliderValue(); 55 56 QPushButton* buttonOk; 56 57 QPushButton* buttonCancel; 57 58 QButtonGroup* GroupBox1, *GroupBox2; 58 59 QCheckBox* boxTransparency; 59 QS pinBox * boxQuality;60 QSlider * qualitySlider; 60 61 QLabel *formatLabel; 61 62 QComboBox *boxFormat; … … 69 70 void setExportDirPath(const QString& dir) {f_dir = dir;}; 70 71 71 protected slots:72 void accept();73 72 74 73 signals: … … 78 77 private: 79 78 QString f_name, f_type, f_dir; 79 QLabel* qualityLabel; 80 80 bool expAll; 81 81 82 }; 82 83
Note:
See TracChangeset
for help on using the changeset viewer.
