00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef HQRENDERERSETTINGSBASE_H
00010 #define HQRENDERERSETTINGSBASE_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 hqRendererSettingsBase : public QDialog
00029 {
00030 Q_OBJECT
00031
00032 public:
00034
00038 hqRendererSettingsBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00040 ~hqRendererSettingsBase();
00041
00042 QLabel* TextLabel2;
00043 QLabel* TextLabel1;
00045
00048 QLineEdit* stepSizeEdit;
00050
00053 QLineEdit* oppaEdit;
00055
00058 QPushButton* okButt;
00060
00063 QPushButton* chancelButt;
00065
00068 QCheckBox* shadedCheck;
00069 QLabel* TextLabel1_2;
00070 QLineEdit* stepLightEdit;
00071
00072 };
00073
00074 #endif // HQRENDERERSETTINGSBASE_H