equal
deleted
inserted
replaced
92 QFont::Capitalization capitalization () const; |
92 QFont::Capitalization capitalization () const; |
93 |
93 |
94 bool adjustFontSizeToFitHeight() const; |
94 bool adjustFontSizeToFitHeight() const; |
95 void setAdjustFontSizeToFitHeight(bool active); |
95 void setAdjustFontSizeToFitHeight(bool active); |
96 |
96 |
|
97 bool event(QEvent* event); |
|
98 |
|
99 void setAutoCompleteContent(QGraphicsLayoutItem *content); |
|
100 |
97 public slots: |
101 public slots: |
98 void setText(const QString &text); |
102 void setText(const QString &text); |
99 |
103 |
100 signals: |
104 signals: |
101 void editingFinished(); |
105 void editingFinished(); |
104 |
108 |
105 protected: |
109 protected: |
106 HbLineEdit(HbLineEditPrivate &dd, QGraphicsItem *parent); |
110 HbLineEdit(HbLineEditPrivate &dd, QGraphicsItem *parent); |
107 |
111 |
108 void inputMethodEvent(QInputMethodEvent *event); |
112 void inputMethodEvent(QInputMethodEvent *event); |
|
113 QVariant inputMethodQuery(Qt::InputMethodQuery) const; |
109 void keyPressEvent(QKeyEvent *event); |
114 void keyPressEvent(QKeyEvent *event); |
110 void keyReleaseEvent(QKeyEvent *event); |
115 void keyReleaseEvent(QKeyEvent *event); |
111 |
116 |
112 bool canInsertFromMimeData(const QMimeData *source) const; |
117 bool canInsertFromMimeData(const QMimeData *source) const; |
113 void insertFromMimeData(const QMimeData *source); |
118 void insertFromMimeData(const QMimeData *source); |