author | cgandhi |
Mon, 11 Oct 2010 21:59:54 +0530 | |
changeset 26 | 83d6a149c755 |
permissions | -rw-r--r-- |
26 | 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 |