Re: QML help sought

2018-08-09 Thread Jan Iversen
Hi things like that happen. I have looked at the files and I see a couple of problems. mobile-resources.qrc refer to “reportBugPage.qml” that needs to be “ReportBugPage.qml” (no idea why, but start with lower letters never worked for me). reportBugPage.qml rename to ReportBugPage.qml (I would

Re: QML help sought

2018-08-09 Thread Joakim Bygdell
Hi Robert, You need to add "import QtQuick.Controls 2.2 as Controls" in the reportBugPage.qml file / Jocke ___ subsurface mail

QML help sought

2018-08-08 Thread Robert Helling
Hi, I thought I could work on a feature to make it easy to file a bug report directly from the mobile app (to motivate users to do that rather than give a bad rating in the app store). But I failed right from the start. If you feel at least a bit comfortable with qml, please have a look at htt