Hi ,
I have created the Hoops widget on the QFrame container. I am facing problem that whenever i resize the window, the window background overlap over the hoops widget.
i have used the following attribute but it wont work
setAttribute( Qt::WA_TranslucentBackground, true );
setAttribute(Qt::WA_NoSystemBackground, true);
Please help me to resolve this issue.
↧