PDA

View Full Version : dropdown menu(popupmenu) refreshing issue



Ankit
17th August 2007, 11:29
Hi all,

I m using Qt 3.2

In my application I am using one dropdown menu just like our normal FILE menu.

Now when I click on one of the items from that drop down list, It displays one dialog box.

When I click the item, dialog box opens.Now my problem comes here, when I close the dialog box, partial part of the that dropdown menu remains on the page, so what can I do to prevent so.

Thanks in Advance
Ankit

rajesh
17th August 2007, 12:31
how you creating dropdown menu and connecting with slot?

Ankit
17th August 2007, 12:55
how you creating dropdown menu and connecting with slot?
Actually I am making that menu using CPushbuttons and CPopupmenu classes.

wysota
17th August 2007, 13:09
This is a double thread.