Re: [Interest] Query for qml testing

2018-04-02 Thread Tony Rietwyk
Hi Himanshu, You have a lot of code.  If you are setting the value in qml, why do you need to ask how to get the value?  Can you be more specific - where are you setting the value?  What test framework are you using that needs to read it? Regards, Tony On 3/04/2018 2:02 PM, Himanshu Vishwa

Re: [Interest] Query for qml testing

2018-04-02 Thread Himanshu Vishwakarma
Hi, I am doing the unit testing of a qml file https://github.com/gcompris/GCompris-qt/tree/master/src/activities/balancebox/editor In this file, I want to test the behaviour of change the border.color of Rectangle, while OnClicked on the Rectangle. My question is, Is there is any method to get re

[Interest] Home built of the "official" Maintenance Tool

2018-04-02 Thread René J . V . Bertin
Hi, Last time I checked, the (Mac) Maintenance Tool was built with the current Qt version, meaning that users of older OS X versions get locked out when they apply the (compulsory) update. This includes users of the 5.6LTS release. I think it should be possible to get out of the catch-22 by bui

[Interest] CuteCI: visual CI framework

2018-04-02 Thread Jean-Michaël Celerier
Someone shared this on the Qt5 subreddit and I'm pretty sure some people here would be interested: CuteCI: Visual CI framework for Qt5 (QWidget) applications Best, --- Jean-Michaël Celerier http://www

Re: [Interest] Not sure why QML module not found errors

2018-04-02 Thread Jason H
Neat. So I was able to get it working with the help of that post. I added some details to the bug I filed. If others add their experiences, that might help. It seems to be securely a QtC thing, so I need someone to change it from a Qt bug to to QtC bug. I don't seem to have the power to change t

Re: [Interest] Not sure why QML module not found errors

2018-04-02 Thread ekke
from time to time (since Qt 5.10.1 / QtC 4.5.1) code-completion doesn't work as expected. sometime switching between Android - iOS - Desktop helps, sometimes closing / re-opening the QML files helps, sometimes restarting QtC helps haven't figured out reproducable rules yet to open an Issue just go

Re: [Interest] Not sure why QML module not found errors

2018-04-02 Thread Jason H
I filed it as a Qt bug, probably having to deal with Android. https://bugreports.qt.io/browse/QTBUG-67435 > Sent: Monday, April 02, 2018 at 9:55 AM > From: "Jason H" > To: "Jason H" > Cc: qt-creator , "interestqt-project.org" > > Subject: Re: [Interest] Not sure why QML module not found erro

Re: [Interest] Not sure why QML module not found errors

2018-04-02 Thread Jason H
Can someone tell me what is going on? This is getting very frustrating. If the new Creator is giving me these messages all the time, I'm not going to use it. The code completion is completely borked when developing for Android. I've got to switch back to Desktop to code, then back to android to

Re: [Interest] Rotating leaves

2018-04-02 Thread Bin Chen
Yes when you are using QQuarternion::fromAxisAndAngle() and crossProduct. The angle around the axis is defined as counter clockwise when you look at the axis (the axis is pointing towards you). dotProduct doesn’t mater the order of the vectors. Cheers, Bin 陳斌 Bin Chen On 2 Apr 2018, at 2:42

[Interest] QStyleOptionProgressBar

2018-04-02 Thread Dan Allen
Hi, I'm currently writing a sub class of QStyledItemDelegate to draw a progress bar. The progress bar is drawn using QApplication::style()->drawControl(QStyle::CE_ProgressBar, option, painter) and this works fine on Windows and Ubuntu. However, on Mac the progress bar has a "disabled" look.