qt5.15

QML Connections: Implicitly defined onFoo properties in Connections are deprecated

China☆狼群 提交于 2020-12-05 00:51:45
问题 I got the following error message when upgraded to Qt 5.15: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... } The corresponding QML code is pasted below Connections { target: AppProxy onLogsReady: function(logs) { textLogs.text = logs } } where the onLogsReady is a signal defined in the AppProxy class: class AppProxy : public QObject { Q_OBJECT Q_DISABLE_COPY(AppProxy) public: AppProxy(QObject*

Soft keyboard is not visible on Android with Qt 5.15 on any input

你说的曾经没有我的故事 提交于 2020-11-30 00:09:44
问题 We migrated from 5.12.9 to 5.15.2 and now soft Android keyboard is not visible (does not popup) on active focus for any of our inputs or text fields. Is it a bug (QTBUG-88069) or some workaround exists? Following Stackoverflow solution or setting/clearing window flags does not work for me. 来源: https://stackoverflow.com/questions/64629611/soft-keyboard-is-not-visible-on-android-with-qt-5-15-on-any-input

Soft keyboard is not visible on Android with Qt 5.15 on any input

馋奶兔 提交于 2020-11-30 00:06:55
问题 We migrated from 5.12.9 to 5.15.2 and now soft Android keyboard is not visible (does not popup) on active focus for any of our inputs or text fields. Is it a bug (QTBUG-88069) or some workaround exists? Following Stackoverflow solution or setting/clearing window flags does not work for me. 来源: https://stackoverflow.com/questions/64629611/soft-keyboard-is-not-visible-on-android-with-qt-5-15-on-any-input

Soft keyboard is not visible on Android with Qt 5.15 on any input

岁酱吖の 提交于 2020-11-30 00:06:48
问题 We migrated from 5.12.9 to 5.15.2 and now soft Android keyboard is not visible (does not popup) on active focus for any of our inputs or text fields. Is it a bug (QTBUG-88069) or some workaround exists? Following Stackoverflow solution or setting/clearing window flags does not work for me. 来源: https://stackoverflow.com/questions/64629611/soft-keyboard-is-not-visible-on-android-with-qt-5-15-on-any-input