[Interest] Android 5.9.1 qmltestcase

2017-07-18 Thread Mark R Youngquist
I've been struggling for a bit without an understanding of why this error is occuring. We have a series of test cases we want to run on Android, but are unable to get a build to compile. This works properly under 5.8.0, and it works on Windows builds with 5.9.1 We simple add a CONFIG+=qmltes

Re: [Interest] Issue with ComboBox style properties in QtQuick.Controls 2.1

2017-05-24 Thread Mark R Youngquist
Qt Quick Controls 2 does not use the style property as controls 1 does. See documentation here for customizing the look and feel: https://doc.qt.io/qt-5/qtquickcontrols2-customize.html#customizing-combobox Customizing Qt Quick Controls 2 | Qt Quick Controls 2 5.8

[Interest] Rotating a QGuiApplication

2016-04-01 Thread Mark R Youngquist
Prior to our updates on our product and working with QQuickView we had been able to relateively easily transform our screen using something similar: view->rootObject()->setTransformOrigin(QQuickItem::TopLeft); view->rootObject()->setRotation(90); view->rootObject()->setX(view()->root

[Interest] Qt Quick Controls 2 Button Fails in GridView

2016-03-23 Thread Mark R Youngquist
I've been enjoying my time with using the QtQuick Controls in the labs portion of Qt 5.6 I have a scenario where I use a GridView with a delegate Button component with a custom background property. Once I run the application and scroll through the grid I receive several errors in my output an