Re: [Interest] Custom QT build using jom

2018-03-22 Thread Bullinger, Julius
-Original Message- From: Interest [mailto:interest-bounces+julius.bullinger=intel@qt-project.org] On Behalf Of Marcel Stegehuis Sent: Thursday, March 22, 2018 10:40 To: interest@qt-project.org Subject: [Interest] Custom QT build using jom > What is the benefit of calling

[Interest] qt.qml.diskcache errors after Qt upgrade

2017-10-16 Thread Bullinger, Julius
Hi list, After upgrading to Qt 5.9.2 for MSVC2017, I cannot start any QML projects from Creator anymore: 19:01:33.362 [debug] QQmlTypeData::tryLoadFromDiskCache:2087: Error loading "qrc:/qml/layout/Layout.qml" from disk cache: "QML source file has a different time stamp than cached file."

[Interest] QGeoPositionInfo in QML

2017-09-26 Thread Bullinger, Julius
Hi there, in Qt Location, there's the QGeoPositionInfo class for storing geo positions. There's also the Position QML type with a matching interface to do the same in QML. However, I haven't

Re: [Interest] Uncheck Button in QML ButtonGroup

2017-08-16 Thread Bullinger, Julius
From: Jérôme Godbout [mailto:jer...@bodycad.com] Sent: Wednesday, August 16, 2017 14:32 To: Bullinger, Julius <julius.bullin...@intel.com> Cc: interest@qt-project.org Subject: Re: [Interest] Uncheck Button in QML ButtonGroup > Here's what I did: > > function unselectAllButton() &g

[Interest] Uncheck Button in QML ButtonGroup

2017-08-16 Thread Bullinger, Julius
Hi, given the ButtonGroup example from the documentation: ButtonGroup { id: group } RadioButton { checked: true text: qsTr("Option A") ButtonGroup.group: group } RadioButton { text: qsTr("Option

Re: [Interest] [Releasing] First Qt 5.9.1 snapshot available

2017-06-21 Thread Bullinger, Julius
-Original Message- From: Simon Hausmann [mailto:simon.hausm...@qt.io] Sent: Wednesday, June 21, 2017 08:47 To: Bullinger, Julius <julius.bullin...@intel.com> Cc: interest@qt-project.org; releas...@qt-project.org Subject: Re: [Releasing] First Qt 5.9.1 snapshot available > Hi, &

Re: [Interest] First Qt 5.9.1 snapshot available

2017-06-19 Thread Bullinger, Julius
Hi, Since there is only one global Qt Quick Compiler component, it seems like it will be updated to 5.9.1-0-201706131028 even if the snapshot is not installed. Is this intended behavior? Are the Qt Quick Compiler versions compatible between releases? Can I also use it with Qt 5.9.0? What