[Qt-interest] why these simple codes cause application crash?

Thiago Macieira thiago at kde.org
Tue Apr 20 08:35:49 CEST 2010


Em Terça-feira 20. Abril 2010, às 07.12.13, Edward escreveu:
>   QLabel label("Helloworld");
>   QWidget window;
>    label.setParent(&window);

The problem is in these three lines.

Label's parent is window. That means window will try to delete label. But 
label wasn't "new"ed.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
  Senior Product Manager - Nokia, Qt Development Frameworks
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100420/95bf7125/attachment.bin 


More information about the Qt-interest-old mailing list