Re: [Interest] Qbs-built application deployed with macdeployqt doesn't start

2018-09-18 Thread Thorbjørn Lindeijer
On Tue, Sep 18, 2018, at 10:24, Mitch Curtis wrote: > I’m getting the following error message when trying to launch my Qbs- > built application that has been deployed with macdeployqt: > > Dyld Error Message: > Library not loaded: @rpath/QtCore.framework/Versions/5/QtCore > Referenced from: /V

[Interest] Qt 5 -> 6: In QQmlEngine, Qt.Checked, etc. are no longer available

2022-06-20 Thread Thorbjørn Lindeijer
Dear list, I'd like to upgrade the releases of my application from Qt 5.15 to Qt 6.2, but I'm met with a loss in functionality that I'm not sure how to resolve. My application is scriptable using QQmlEngine, and with Qt 5, the loaded JS files had the global Qt namespace values available as part

Re: [Interest] Qt 5 -> 6: In QQmlEngine, Qt.Checked, etc. are no longer available

2022-06-23 Thread Thorbjørn Lindeijer
as CoreQML console.log(CoreQML.Qt.Checked) yields: At line 2: ReferenceError: CoreQML is not defined Is that something I should report as a bug? I'd appreciate any other potential workarounds. Thanks, Thorbjørn > > -- > Best Regards, > Andrei > *From:* Interes

Re: [Interest] Qt 5 -> 6: In QQmlEngine, Qt.Checked, etc. are no longer available

2022-06-24 Thread Thorbjørn Lindeijer
Dear Ulf, On Thu, Jun 23, 2022, at 23:21, Ulf Hermann wrote: > In Qt5 if we have a QQmlEngine, each and every Qt namespace enum value > is added as a property to the Qt object, keyed by a newly created > QString, wrapped into a JS string, and the whole thing every time you > query one of those

Re: [Interest] Qt 5 -> 6: In QQmlEngine, Qt.Checked, etc. are no longer available

2022-06-24 Thread Thorbjørn Lindeijer
On Fri, Jun 24, 2022, at 11:34, Ulf Hermann wrote: > Indeed, in QQmlEngine the global object is frozen. You cannot replace > its properties. Apparently you can still add to it, though. But see > https://codereview.qt-project.org/c/qt/qtdeclarative/+/418536/1 for a > possible solution. Thanks a lot

Re: [Interest] Qt 5 -> 6: In QQmlEngine, Qt.Checked, etc. are no longer available

2022-06-24 Thread Thorbjørn Lindeijer
On Fri, Jun 24, 2022, at 12:50, Ulf Hermann wrote: >> Right, normally when evaluating a script, any error can be caught and >> reported however you wish, but this does not work when the script execution >> is trigger through a signal connection. In this case, when using QJSEngine, >> errors are

Re: [Interest] Qt 5 -> 6: In QQmlEngine, Qt.Checked, etc. are no longer available

2022-06-24 Thread Thorbjørn Lindeijer
On Fri, Jun 24, 2022, at 11:34, Ulf Hermann wrote: > Indeed, in QQmlEngine the global object is frozen. You cannot replace > its properties. Apparently you can still add to it, though. But see > https://codereview.qt-project.org/c/qt/qtdeclarative/+/418536/1 for a > possible solution. Since you me

[Interest] Looking for a GSoC mentor for Tiled (Qt/C++)

2017-04-15 Thread Thorbjørn Lindeijer
Hello everybody, Tiled, a free and open source map editing tool, has been accepted into Google Summer of Code this year. We have quite some interested students who'd like to work on Tiled full time for three months, of which we'd like to accept up to 4 (though realistically, as a new organization