PSQt/include/lines.h

Go to the documentation of this file.
00001 #ifndef LINES_H
00002 #define LINES_H
00003 
00004 //#include <Qt>
00005 //#include <QtGui>
00006 //#include <QtCore>
00007 
00008 #include <QWidget>
00009 #include <QFrame>
00010 
00011 namespace PSQt {
00012 
00013 class Lines : public QWidget
00014 {
00015   Q_OBJECT  
00016 
00017   public:
00018     Lines(QWidget *parent = 0);
00019 
00020   protected:
00021     void paintEvent(QPaintEvent *event);
00022     void setFrame(); 
00023 
00024   private:
00025     QFrame*    m_frame;
00026 };
00027 
00028 } // namespace PSQt 
00029 
00030 #endif // LINES_H

Generated on 19 Dec 2016 for PSANAmodules by  doxygen 1.4.7