renderPicUI.h

Go to the documentation of this file.
00001 // vim:set ts=4 sw=4 noet cin:
00002 
00003 #ifndef RENDERPICUI_H
00004 #define RENDERPICUI_H
00005 
00006  
00007 #include <QApplication>
00008 //#include <QColorDialog>
00009 
00010 #include "ui_renderPicUI.h"
00011 
00012 #include "ClickableLabel.h"
00013 
00014 class RenderPicUI : public QMainWindow {
00015         Q_OBJECT
00016     public:
00017         RenderPicUI(QString windowTitle, QWidget *parent = 0);
00018 
00019                 void resize(QSize size);
00020                 QLabel* label();
00021 
00022         public slots:   
00023                 
00024     private:
00025         
00026         Ui::renderPicUI ui;
00027     };
00028 
00029 
00030 
00031 #endif

Generated on Mon Jan 23 19:44:28 2006 for Visualization by  doxygen 1.4.6