Tim Gromeyer

Results 66 comments of Tim Gromeyer

If it's not planned, feel free to close the issue.

No, not really. It was just a black window, but I can give it another try

@nuttyartist Which Qt version(s) should it be compatible with? I'm planning to use the `qt_add_qml_module` - CMake command which was introduced with Qt 6.2

I don't know if the imports are going to make problems yet, I have no experience with QML. The problem I'm facing is, that [`qt-add-qml-module`](https://doc.qt.io/qt-6/qt-add-qml-module.html) is needed for building the...

Okay, here some updates: 1. We can support Qt 6.0 - Qt 6.2 by using an alternative to [qt-add-qml-module](https://doc.qt.io/qt-6/qt-add-qml-module.html) 2. For Qt5 support, we need to use qmake I got...

Hmm... it works for me. Which Qt version are you using? I'm using my system's Qt which is version 6.5.1

For the simplicity I created a new branch on my fork. I made some changes which might/should fix this issue. Here the link: https://github.com/tim-gromeyer/qmarkdowntextedit/tree/qml (later, I'll squash the commits and...

Nope. I created a github actions workflow and there it fails too

Oh, great, the build finally works! @nuttyartist would you test it again and See if the "MarkdownTextEdit is not installed" error is fixed?

> Yay! it works! Do you think you can make editing work as well? Hmm... I don't know. It looks like it doesn't receive `mouseMove` - events which is essential....