example/DemoGUI/GridView.h
author cgandhi
Tue, 12 Oct 2010 15:23:52 +0530
changeset 27 b3e1347ac96a
parent 16 b78fa4cdbf2b
permissions -rw-r--r--
Updating the information for test applications and results.

#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