Hello,
I'm working on a QML project & I have issue with output display. I see a gray shade obscuring the screen as shown the attached pic when I run the application.
GrayShade.jpg
I have no clue about why it's like that. Please help me, thanks.
Hello,
I'm working on a QML project & I have issue with output display. I see a gray shade obscuring the screen as shown the attached pic when I run the application.
GrayShade.jpg
I have no clue about why it's like that. Please help me, thanks.
Looks like something in your app is coloring a triangle with a gray gradient brush. Do you have some leftover code that you forgot to remove? Search your code for "brush" or "gradient".
<=== The Great Pumpkin says ===>
Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.
Hi, thanks for the reply.
I don't see any "brush" or "gradient" in my code. According to my understanding, if the layout doesn't comply with the current screen resolution it happens that way.
Bookmarks