PSQt/include/gradient.h

Go to the documentation of this file.
00001 #ifndef GRADIENT_H
00002 #define GRADIENT_H
00003 
00004 #include <QWidget>
00005 
00006 namespace PSQt {
00007 
00008 class Gradient : public QWidget
00009 {
00010 
00011   public:
00012     Gradient(QWidget *parent = 0);
00013 
00014   protected:
00015     void paintEvent(QPaintEvent *event);
00016 
00017 };
00018 
00019 } // namespace PSQt 
00020 
00021 #endif // GRADIENT_H
00022 

Generated on 19 Dec 2016 for PSANAmodules by  doxygen 1.4.7