homescreenapp/widgetplugins/hsshortcutwidgetplugin/inc/hsshortcutwidget.h
changeset 55 03646e8da489
parent 46 23b5d6a29cce
child 69 87476091b3f5
--- a/homescreenapp/widgetplugins/hsshortcutwidgetplugin/inc/hsshortcutwidget.h	Thu May 27 12:46:08 2010 +0300
+++ b/homescreenapp/widgetplugins/hsshortcutwidgetplugin/inc/hsshortcutwidget.h	Fri Jun 11 13:30:16 2010 +0300
@@ -37,6 +37,8 @@
     Q_PROPERTY(int caEntryId READ caEntryId WRITE setCaEntryId)
     Q_PROPERTY(QString uid READ uid WRITE setUid)
     
+    Q_PROPERTY(QString text READ text WRITE setText )
+    
 public:
     HsShortcutWidget(QGraphicsItem *parent = 0, Qt::WindowFlags flags = 0);
     ~HsShortcutWidget();
@@ -46,6 +48,9 @@
     void setUid(const QString &uid);
     QString uid() const;
 
+    QString text() const;
+    void setText(const QString& textItem);
+
     bool eventFilter(QObject *watched, QEvent *event);
 
 signals: