[Qt-interest] UI overlaping control focus problem
arjun
me_arjun2008 at rediffmail.com
Fri Aug 27 20:36:35 CEST 2010
Hi Pritam
Thaks for reply
I am not looking for the display issue, I am looking for the case where two control
is place on same parant and one time one parant is displayed.
In my case size on QFrame and QLabel are same and part of anather QFrame where
I am pressing mouse button on QLabel at that time QFrame is hiden.
I want to hide label on click on QLabel and display QFrame at same time.
Thanks
Arjun
On Wed, 25 Aug 2010 12:08:53 +0530 wrote
>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
>>
>
>_______________________________________________
>Qt-interest mailing list
>Qt-interest at trolltech.com
>http://lists.trolltech.com/mailman/listinfo/qt-interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100827/cab96f57/attachment.html
More information about the Qt-interest-old
mailing list