example/DemoGUI/GridView.h
changeset 16 b78fa4cdbf2b
equal deleted inserted replaced
15:9b00ca3cc206 16:b78fa4cdbf2b
       
     1 #ifndef GRIDVIEW_H
       
     2 #define GRIDVIEW_H
       
     3 
       
     4 ///Its not in use at this poin
       
     5 
       
     6 #include <qwidget.h>
       
     7 #include "WidgetConstants.h"
       
     8 #include<qpushbutton.h>
       
     9 
       
    10 class GridView : public QWidget
       
    11 {
       
    12 Q_OBJECT
       
    13 
       
    14 public:
       
    15     GridView();
       
    16     void CreateGridView(QStringList aIconPath, QStringList names);
       
    17     ~GridView();
       
    18 
       
    19 };
       
    20 
       
    21 
       
    22 #endif // GRIDVIEW_H