Framebuffer is not clean closing qt application
			
			Mobile and Embedded
		
2
Posts
2
Posters
674
Views
2
Watching
- 
Hi guys, I'm trying to test a simple HelloWorld program on arm platform (imx6). Cross compilation looks good but I've a problem related to framebuffer. I can see the QWidget and all it's components but when I press exit button I cannot remove the window from framebuffer and it still on screen but main thread is terminated correctly. I run the program passing qws option. Do you have any suggestion ? Thanks in advanced. 
- 
Hi and welcome to devnet, As a work around, you could call your application using a script and add a line where you send 0 to the frame buffer. Hope it helps 
