| author | cgandhi |
| Thu, 05 Aug 2010 16:51:04 +0530 | |
| changeset 19 | c412f0526c34 |
| parent 16 | b78fa4cdbf2b |
| permissions | -rw-r--r-- |
#ifndef GRIDVIEW_H #define GRIDVIEW_H ///Its not in use at this poin #include <qwidget.h> #include "WidgetConstants.h" #include<qpushbutton.h> class GridView : public QWidget { Q_OBJECT public: GridView(); void CreateGridView(QStringList aIconPath, QStringList names); ~GridView(); }; #endif // GRIDVIEW_H