[Interest] Qt widget parent and child visibility

Thiago Macieira thiago.macieira at intel.com
Mon Dec 16 19:12:27 CET 2019


On Monday, 16 December 2019 05:58:52 PST Ramakanth Kesireddy wrote:
> Is there any means to hide parent and then show child widget in Qt 5.13?

No. All child widgets are displayed inside the parent. If the parent is not 
visible, then the children aren't either.

The only exception is QDialog, which uses the parent-child relationship to 
indicate modality, not drawing position.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel System Software Products





More information about the Interest mailing list