Re: [Development] QML, Widgets, and setParent

2013-11-02 Thread Konrad Rosenbaum
Hi, On Saturday 02 November 2013, Kevin Krammer wrote: On Thursday, 2013-10-31, 20:17:43, Konrad Rosenbaum wrote: I've got it running for trivial QML files, however as soon as there are child widgets the running program aborts. The abort is caused by QObject::setParent, which contains

[Development] Solaris support in Qt 5?

2013-11-02 Thread John Layt
Hi, Just wondering if anyone knows about the state of Solaris support in Qt 5, or if anyone is actively working on it? Over in KDE we're ripping out some time zone code that currently supports Solaris and I was wondering if I needed to add Solaris tz support in Qt 5? If Qt 5 doesn't even build

Re: [Development] QML, Widgets, and setParent

2013-11-02 Thread Konrad Rosenbaum
On Saturday 02 November 2013, Kevin Krammer wrote: The Qt4 code does not call setParent if the object is a widget and the parent is not, e.g. if the parent is a layout. Still seems to work quite well. Maybe it would still work if the Qt5 code did something like this: if (!o-isWidgetType)

Re: [Development] Solaris support in Qt 5?

2013-11-02 Thread Thiago Macieira
On sábado, 2 de novembro de 2013 13:06:43, John Layt wrote: Hi, Just wondering if anyone knows about the state of Solaris support in Qt 5, or if anyone is actively working on it? Over in KDE we're ripping out some time zone code that currently supports Solaris and I was wondering if I

Re: [Development] Solaris support in Qt 5?

2013-11-02 Thread John Layt
On 2 November 2013 16:52, Thiago Macieira thiago.macie...@intel.com wrote: On sábado, 2 de novembro de 2013 13:06:43, John Layt wrote: Hi, Just wondering if anyone knows about the state of Solaris support in Qt 5, or if anyone is actively working on it? Over in KDE we're ripping out some