diff -r 4785f57bf3d4 -r 03646e8da489 homescreenapp/widgetplugins/hsshortcutwidgetplugin/inc/hsshortcutwidget.h --- 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: