Hi ,
i have created the QLabel on the container(QFrame) at a position. after that i have created the another container(QFrame) with the Qlabel at the same location.
I found that the label text of first container overlap with label on second container while showing application.
i tried to set the setAutoFillBackground(true) but did not work.
↧