dqt icon indicating copy to clipboard operation
dqt copied to clipboard

Readme: requires some clarification

Open kassane opened this issue 2 years ago • 1 comments

Note: This could not be considered a problem, but a discussion about.

When it describes supporting the entire toolkit, it means that it has (almost or) full support for Qt.

  • Do you want to join QtQuick support?

Now, only Qt5Base features are supported. (Correct me if I got it wrong!!)

  • Do you plan to gradually add support for other modules or allow the user to create their own interop based interface?

  • Not least, would it be possible to keep Qt6 compatible?

kassane avatar Nov 11 '23 16:11 kassane

Currently only QtCore, QtGui and QtWidgets are supported, which are all part of QtBase. I'm currently working on a converter, which generates the bindings from the Qt headers. With that I want to add more parts of Qt. The repository has a branch testqt6 with experimental support for Qt6.

tim-dlang avatar Nov 11 '23 17:11 tim-dlang