changeset 26 | 83d6a149c755 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Tests/DemoGUI/GridView.h Mon Oct 11 21:59:54 2010 +0530 @@ -0,0 +1,22 @@ +#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