| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Our loading ui delegates implementation dates back to
Qt5 where we supported qquickcontrols1 with qquickcontrols2
overrides. Also it provided an unofficial way to customize
the ui delegates by providing own qml files as
we createed qml compnonents by loading qml files.
This works fine if you have deployed ui delegates qml files
on target systems. However, qt-cmake deployment scripts do
not handle qml file deploment instead qml plugins are used.
Therefore, drop the qml file based delegate creation and simply
let the qml enigne load the module and create the component.
Note we have now the proper delgates ui/request api to provide way
to customize delegates, however provide still way of overriding
delegates with own delegates module by setting environment variable
QTWEBENGINE_UI_DELEGATE_MODULE. This varaible can contain the list
of modules spearted by semicollon.
Task-number: QTBUG-111907
Pick-to: 6.10
Change-Id: Ie79f863e75ea69f6a0e600c627ab111224b5e79c
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
|