[Interest] Capture delayed QML component creation in C++

2014-11-30 Thread Matt.Bolger
Hi, I'm trying to walk the QML Object hierarchy from C++ to do some automatic binding of UI elements to user generated projects. Since the QML elements aren't created until they first become visible I'm trying to find a central signal or virtual function I can use to catch new QML object being

[Interest] Writing Canonical XML in Qt5

2014-10-14 Thread Matt.Bolger
Hi All, Any suggestions for the best cross platform way to write canonical xml files under Qt5 (http://en.wikipedia.org/wiki/Canonical_XML). The complete randomness of QHash makes any sort of diff tool comparison impossible (see http://geidav.wordpress.com/2013/02/27/deterministic-attribute-ord

Re: [Interest] Non-zero exit code from QSKIP()-ed tests

2014-06-04 Thread Matt.Bolger
--Original Message- From: interest-bounces+matt.bolger=csiro...@qt-project.org [mailto:interest-bounces+matt.bolger=csiro...@qt-project.org] On Behalf Of Thiago Macieira Sent: Wednesday, 4 June 2014 5:32 PM To: interest@qt-project.org Subject: Re: [Interest] Non-zero exit code from QSKIP()-ed

[Interest] Non-zero exit code from QSKIP()-ed tests

2014-06-03 Thread Matt.Bolger
Is there any way to detected skipped tests and return a non-zero exit code? For example rather than using QTEST_MAIN maybe it's possible to call QTest::qExec yourself and then something like QTest::numSkipped() to then return your own exit code. This is needed to flag skipped tests on a CDash