On Fri, Jan 27, 2012 at 8:15 AM, Anselmo L. S. Melo
wrote:
> On Fri, Jan 27, 2012 at 4:51 AM, Samuel Rødal wrote:
>> On 01/26/2012 08:21 PM, ext Anselmo L. S. Melo wrote:
>>> Hi,
>>>
>>> A window is a top level window if it has no parent, correct? Code and
>>> comments in qwindow.cpp also confir
On Fri, Jan 27, 2012 at 4:51 AM, Samuel Rødal wrote:
> On 01/26/2012 08:21 PM, ext Anselmo L. S. Melo wrote:
>> Hi,
>>
>> A window is a top level window if it has no parent, correct? Code and
>> comments in qwindow.cpp also confirm that.
>>
>> With that in mind, it seems reasonable that
>> QGuiA
On 01/26/2012 08:21 PM, ext Anselmo L. S. Melo wrote:
> Hi,
>
> A window is a top level window if it has no parent, correct? Code and
> comments in qwindow.cpp also confirm that.
>
> With that in mind, it seems reasonable that
> QGuiApplication::topLevelWindows() should return a list of QWindows
Hi,
A window is a top level window if it has no parent, correct? Code and comments
in qwindow.cpp also confirm that.
With that in mind, it seems reasonable that QGuiApplication::topLevelWindows()
should return a list of QWindows with parent()==0.
However, the returned list contains all QWindows