QML Text Element background-color support for divs
-
Hi
I am creating an application which allows a user to design and view an HTML page in Qt Quick 2.0 using QML.
My issue is that when I attempt to apply the style="background-color: #fff" option to the text of the Text Element it does not set the background color of that text to anything.
Note: I cannot use a QWebView as this application will be deployed on Android.
Thank You
-
Hi,
That seems to be a bug. See "this":https://bugreports.qt-project.org/browse/QTBUG-36837. As per the last comment the only place it works is with <table> and <body> tag.