Re: [Interest] Qt widget parent and child visibility

2019-12-16 Thread Konstantin Shegunov
On Mon, Dec 16, 2019 at 8:13 PM Thiago Macieira wrote: > 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, th

Re: [Interest] Qt widget parent and child visibility

2019-12-16 Thread Thiago Macieira
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, whic

Re: [Interest] Klocwork errors in Qt

2019-12-16 Thread Elvis Stansvik
Den mån 16 dec. 2019 15:16Stefan Neubert skrev: > > On Sat, 14 Dec 2019 at 21:57, Roland Hughes > wrote: > > > On 12/14/19 2:54 PM, Massimiliano Maini wrote: > > > > > > On Sat, 14 Dec 2019 at 15:12, Roland Hughes > > mailto:rol...@logikalsolutions.com>> > wrote: > > > > On 12/9/19 5:00 AM,

Re: [Interest] Klocwork errors in Qt

2019-12-16 Thread Stefan Neubert
> On Sat, 14 Dec 2019 at 21:57, Roland Hughes wrote: On 12/14/19 2:54 PM, Massimiliano Maini wrote: > > > On Sat, 14 Dec 2019 at 15:12, Roland Hughes > > wrote: > >     On 12/9/19 5:00 AM, Massimiliano Maini wrote: >     > On Fri, 6 Dec 2019 at 19:41, Max Paperno >     >  wrote: >     >

[Interest] Qt widget parent and child visibility

2019-12-16 Thread Ramakanth Kesireddy
Hi, Is there any means to hide parent and then show child widget in Qt 5.13? When i hide parent and then setvisible(true) or show() on child widget, it hides even the child widget. Please let me know if this is the intended behaviour. Thanks and Regards, Ramakanth __

[Interest] Font issues in Qt 5.3

2019-12-16 Thread Federico Buti
Hi all. I have an old Qt 5.3 project to maintain and, at the current time, it is not possible to change Qt version. I've built it locally via qt-opensource-windows-x86-mingw482_opengl-5.3.2.exe, downloaded from Qt archives. The deployed package includes the infamous `opengl32.dll` for software re