example/DemoGUI/GridView.h
author cgandhi
Thu, 23 Sep 2010 17:20:22 +0530
changeset 24 1cee9f1b95e0
parent 16 b78fa4cdbf2b
permissions -rw-r--r--
taking care of credmgr for RVCT B686 compilation

#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