Main Page | Class Hierarchy | Class List | File List | Class Members

imagerendersettings.h

00001 /****************************************************************************
00002 ** Form interface generated from reading ui file '.\imagerendersettings.ui'
00003 **
00004 ** Created: Tue Dec 2 01:43:11 2003
00005 **      by:  The User Interface Compiler (uic)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 #ifndef IMAGERENDERSETTINGSBASE_H
00010 #define IMAGERENDERSETTINGSBASE_H
00011 
00012 #include <qvariant.h>
00013 #include <qdialog.h>
00014 class QVBoxLayout; 
00015 class QHBoxLayout; 
00016 class QGridLayout; 
00017 class QComboBox;
00018 class QGroupBox;
00019 class QLabel;
00020 class QLineEdit;
00021 class QPushButton;
00022 
00023 
00025 
00029 class imagerendersettingsBase : public QDialog
00030 { 
00031     Q_OBJECT
00032 
00033 public:
00035 
00039     imagerendersettingsBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00041         ~imagerendersettingsBase();
00042 
00044 
00047         QPushButton* chancelButt;
00049 
00052     QPushButton* renderButt;
00054 
00057     QComboBox* filterSelBox;
00058     QLabel* TextLabel2;
00059     QGroupBox* GroupBox1;
00060     QLabel* testlabel1_2;
00062 
00065     QLineEdit* resYEdit;
00066     QLabel* testlabel1;
00068 
00071     QLineEdit* resXEdit;
00072 
00073 public slots:
00075 
00078     virtual void filterChanged(int);
00080 
00084     virtual void render();
00085 
00086 };
00087 
00088 #endif // IMAGERENDERSETTINGSBASE_H

Generated on Wed Dec 3 00:44:08 2003 for Volvis by doxygen 1.3.5