author | cgandhi |
Tue, 12 Oct 2010 15:23:52 +0530 | |
changeset 27 | b3e1347ac96a |
parent 16 | b78fa4cdbf2b |
permissions | -rw-r--r-- |
16 | 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 |