PSQt/include/colors.h

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

Generated on 19 Dec 2016 for PSANAmodules by  doxygen 1.4.7