diff options
| author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2018-02-08 17:31:44 +0100 |
|---|---|---|
| committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2018-03-15 16:52:27 +0000 |
| commit | 243a2fef90dc3ac846a36738bfe97efba3050dc9 (patch) | |
| tree | 9a68163527c2795f4c3ef0b11db10cc1a19f6915 /src/webengine/ui_delegates_manager.h | |
| parent | 6b35497375c07c49cca7317a4452acc6adc7a1cd (diff) | |
| download | qtwebengine-243a2fef90dc3ac846a36738bfe97efba3050dc9.tar.gz | |
Adaptations to form validation
Form validations messages has moved entirely to being done by Blink.
Change-Id: I6742c111fc59f0baba75b8b37f5d0ec9ae2fb920
Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu>
Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'src/webengine/ui_delegates_manager.h')
| -rw-r--r-- | src/webengine/ui_delegates_manager.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/webengine/ui_delegates_manager.h b/src/webengine/ui_delegates_manager.h index 54ecf0986..1cbf2ad28 100644 --- a/src/webengine/ui_delegates_manager.h +++ b/src/webengine/ui_delegates_manager.h @@ -58,7 +58,6 @@ F(ConfirmDialog, confirmDialog) SEPARATOR \ F(PromptDialog, promptDialog) SEPARATOR \ F(FilePicker, filePicker) SEPARATOR \ - F(MessageBubble, messageBubble) SEPARATOR \ F(AuthenticationDialog, authenticationDialog) SEPARATOR \ F(ToolTip, toolTip) SEPARATOR \ @@ -120,17 +119,12 @@ public: void showDialog(QSharedPointer<AuthenticationDialogController>); void showFilePicker(QSharedPointer<FilePickerController>); virtual void showMenu(QObject *menu); - void showMessageBubble(const QRect &anchor, const QString &mainText, - const QString &subText); - void hideMessageBubble(); - void moveMessageBubble(const QRect &anchor); void showToolTip(const QString &text); protected: bool ensureComponentLoaded(ComponentType); QQuickWebEngineView *m_view; - QScopedPointer<QQuickItem> m_messageBubbleItem; QScopedPointer<QObject> m_toolTip; QStringList m_importDirs; |
