Tim Gromeyer

Results 66 comments of Tim Gromeyer

Acording to [this](https://doc.qt.io/qt-6/qtqml-tutorials-extending-qml-example.html) Website it would be possible to create a fork and port it to QML. Qt Version 6.2 or abowe required.

We can only try. I'll see what can be done in a few hours.

I have created a new [repo](https://github.com/software-made-easy/QMarkdownTextEdit-QML) (I already have a fork). The code works, but I can't figure out how to display in QML a TextEdit object or in this...

Hello, could you please remind me when you have found a solution. Thanks in advance!

I found a solution myself. You just need to install this package: `qtbase5-private-dev` and if you use Qml or Quick you also need to install this package: `qtdeclarative5-private-dev`

For now, a note in the README would be very helpful, as with KDDockWidgets (which is where I got the idea to install these packages)

If I understood it right you meant [this](https://github.com/mity/md4c/pull/175) PR. I have a [fork](https://github.com/software-made-easy/MarkdownEdit_md4c) containing this PR and a crash fix.

So I changed the qtifw.mk file, [this](https://gist.github.com/software-made-easy/1c39e7950c69188a637af7778b11621d) is how it looks now. Now there is another error message, see [log file](https://gist.github.com/software-made-easy/936eb3557e3a76fa20ffca21d9da8d16). I can see from the log file that it...

Yes, I had the same error too. I solved the problem by going back to the old Jasper version. For this I changed the version and checksum in the Jasper.mk...