[Qt-interest] UI overlaping control focus problem
Pritam Ghanghas
pritam_ghanghas at infosys.com
Wed Aug 25 08:37:40 CEST 2010
Hi Atul,
I dont see any problem with why it shouldn't work.
Just make sure that you are reimplimented the right event
and you can try calling repaint() in the event handler if somehow your
paint is delayed(unlikely though).
--
Thanks,
Pritam
On Mon, 2010-08-23 at 13:38 +0530, arjun wrote:
> Hi All
>
> I am working on application where i have extend mousePressEvent() for
> QLabel.
> On Press of right mouse button on label i want to overlap QFrame on
> it. But it is not show frame on it after release mouse button it show
> frame can any one help me for same.
> Thanks in adavance.
>
> My current structure of controls is
>
> QMainwindow -> parent widget
> QLabel -> child widget of QMainwindow
> QFrame -> child widget of QMainwindow
>
>
> Thanks
> Atul
>
More information about the Qt-interest-old
mailing list