PSQt/include/text.h

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

Generated on 19 Dec 2016 for PSANAmodules by  doxygen 1.4.7