QML Text's render error
-
wrote on 22 Oct 2024, 10:13 last edited by ketchup
I use QML to build an application.But I met a weird rendering error. it looks likes this:
as you see,the text is rendered to some stripes.
what I did is use Text{...} normally, and when I restart application,it return to normal. It only happened once and has never been reproduced again.
my qt's version is 5.15.15. os is Mac OS.
guys,What are the possible reasons for this situation?Furthermore, how to solve it?
ps:my mother tongue is not English. so if you feel impolite, no offence. -
I use QML to build an application.But I met a weird rendering error. it looks likes this:
as you see,the text is rendered to some stripes.
what I did is use Text{...} normally, and when I restart application,it return to normal. It only happened once and has never been reproduced again.
my qt's version is 5.15.15. os is Mac OS.
guys,What are the possible reasons for this situation?Furthermore, how to solve it?
ps:my mother tongue is not English. so if you feel impolite, no offence.wrote on 22 Oct 2024, 10:24 last edited byThis post is deleted! -
I only suspect on underlying graphics library issue. May openGL is not initialised properly or something is missing.
-
I only suspect on underlying graphics library issue. May openGL is not initialised properly or something is missing.
wrote on 23 Oct 2024, 06:29 last edited by ketchup@dheerendra thks for your inference. are there some solutions I can use to avoid this problem? if not, may be there are something I can check?
-
Are you graphics drivers up to date?
1/5