문제

I have tested QML&javascript performance. It looks like works not very well if QML UI control is complex. Just wonder if it is possible to bind javascript and qtwidgets?

Your comment welcome

도움이 되었습니까?

해결책

I found following project that generates Qt bindings for Qt Script. I haven't tried it though.

https://code.google.com/p/qtscriptgenerator/

It is recommended that Javascript code should be kept to a minimum. Since it is bad for performance as you mentioned, especially when it is run during animation. I don't know what you are up to, but it would be better to implement UI with QML(minimum Javascript) and logic with Qt (C++).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top