Issue with GUI after 5.9 update
-
I have an application that I have been working with for a while. It has been on qt 5.6.2 and has been working great. It uses qmlvlc for video playback.
The issue I am having now is after I upgraded to 5.9. I also switched some controls to qt quick 2 controls. I used windeployqt to deploy all the resources. The application runs ok, but the video doesn't show up and the new material button acts strange. The actual body for the button shows up in the upper left corner of the window while the text shows up in the correct location. Whats strange is that if I run it as administrator, everything works fine. Any ideas on what could be causing this?
-
@krobinson said in Issue with GUI after 5.9 update:
I have an application that I have been working with for a while. It has been on qt 5.6.2 and has been working great. It uses qmlvlc for video playback.
The issue I am having now is after I upgraded to 5.9. I also switched some controls to qt quick 2 controls. I used windeployqt to deploy all the resources. The application runs ok, but the video doesn't show up and the new material button acts strange. The actual body for the button shows up in the upper left corner of the window while the text shows up in the correct location. Whats strange is that if I run it as administrator, everything works fine. Any ideas on what could be causing this?
Hi @krobinson, that sounds very odd indeed. Is it possible for you to create a small example program that contains these issues?
Does this happen on one machine only, or on multiple machines?