[Qt-interest] How to show the popup dialog in Qt

Andre Somers andre at familiesomers.nl
Tue Apr 6 13:42:46 CEST 2010


On 6-4-2010 13:29, Ramesh wrote:
>
> Hi,
>
> I want to know, how to get the popup dialog in Qt,
>
> Imagine I have listview, I want to get the popup dialog but on that 
> dialog I should be able to place text and listview.
>
> Is it possible? If so please assist me..
>
>
Did you look into using a QDialog-based class? Use of it's exec() method 
will make it work as a popup (blocking access to the underlying window).

André

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100406/02b569bd/attachment.html 


More information about the Qt-interest-old mailing list