hgwidgets_plat/ganeswidgets_api/inc/hggrid.h
changeset 3 c863538fcbb6
parent 1 e48454f237ca
child 17 a10844a9914d
--- a/hgwidgets_plat/ganeswidgets_api/inc/hggrid.h	Fri May 14 16:57:01 2010 +0300
+++ b/hgwidgets_plat/ganeswidgets_api/inc/hggrid.h	Thu May 27 13:59:05 2010 +0300
@@ -25,11 +25,15 @@
 class HG_WIDGETS_EXPORT HgGrid : public HgWidget
 {
     Q_OBJECT
+    Q_PROPERTY(bool effect3dEnabled  READ effect3dEnabled  WRITE setEffect3dEnabled )
 public:
 
     explicit HgGrid(Qt::Orientation scrollDirection, QGraphicsItem *parent = 0 );
     virtual ~HgGrid();
 
+    bool effect3dEnabled() const;
+    void setEffect3dEnabled(bool effect3dEnabled);
+    
 protected:
     HgGrid(Qt::Orientation scrollDirection, HgGridPrivate &dd, QGraphicsItem *parent);