I need to make a punch hole in Qt application so that I can see the video running behind Qt graphics.
My Qt application is using directfb api underneath.
Is there any way to do this?
Thanks,
KBalar

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
By a punch hole, do you mean a portion of your application that is transparent? If so, you can use the mask property of
QWidgetto do so. You can also look at the clock example.