QT Android Application - How to set background image with pixmap
-
wrote on 17 Feb 2018, 12:45 last edited by
I have made an application and successfully added a pixmap image for background on my desktop app. When I try to do the same for android app, the image doesn't show up. What's the problem?
-
Hi and welcome to devnet,
Without having any kind of code to check, it's almost impossible to help you. Therefore, please share the relevant pieces.
-
I have made an application and successfully added a pixmap image for background on my desktop app. When I try to do the same for android app, the image doesn't show up. What's the problem?
@CMartin said in QT Android Application - How to set background image with pixmap:
What's the problem?
most probably the cause shows up in the developer console.
Did you implement a QQuickImageProvider? (If you use QML at all?)
1/3