equal
deleted
inserted
replaced
41 |
41 |
42 enum { Type = HbPrivate::ItemType_HbInputDialogContentWidget }; |
42 enum { Type = HbPrivate::ItemType_HbInputDialogContentWidget }; |
43 int type() const { return Type; } |
43 int type() const { return Type; } |
44 |
44 |
45 void setAdditionalRowVisible(bool visible); |
45 void setAdditionalRowVisible(bool visible); |
|
46 public slots: |
|
47 void emitTextChange(const QString &text); |
|
48 |
|
49 signals: |
|
50 void textChanged(const QString &text); |
46 |
51 |
47 public: |
52 public: |
48 HbInputDialogPrivate* d; |
53 HbInputDialogPrivate* d; |
49 QGraphicsItem *mLabel1; |
54 QGraphicsItem *mLabel1; |
50 QGraphicsItem *mLabel2; |
55 QGraphicsItem *mLabel2; |