00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef STDRENDERSETTINGSBASE_H
00010 #define STDRENDERSETTINGSBASE_H
00011
00012 #include <qvariant.h>
00013 #include <qdialog.h>
00014 class QVBoxLayout;
00015 class QHBoxLayout;
00016 class QGridLayout;
00017 class QCheckBox;
00018 class QLabel;
00019 class QLineEdit;
00020 class QPushButton;
00021
00022
00024
00028 class stdRenderSettingsBase : public QDialog
00029 {
00030 Q_OBJECT
00031
00032 public:
00034
00038 stdRenderSettingsBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00040 ~stdRenderSettingsBase();
00041
00042 QLabel* TextLabel1;
00043 QLabel* TextLabel2;
00045
00048 QLineEdit* stepSizeEdit;
00050
00053 QLineEdit* oppaEdit;
00055
00058 QPushButton* okButt;
00060
00063 QPushButton* chancelButt;
00065
00068 QCheckBox* shadedCheck;
00069
00070 };
00071
00072 #endif // STDRENDERSETTINGSBASE_H