EasyScience / EasyDiffractionApp

Diffraction data analysis application
https://easydiffraction.org
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Qt6 support for eDA #177

Open rozyczko opened 2 years ago

rozyczko commented 2 years ago

Qt6 is now pretty well established, we need to spend time to upgrade the App (easyApp and easyDiffractionApp and easyReflectometryApp) to the newest version of QML and PySide2

AndrewSazonov commented 1 year ago

There are a few things that are missing in Qt6. The main one is related to the `XmlListModel' we use as our data model.

Further research is needed to find out whether Qt developers plan to add this missing functionality or if we need to implement our own `XmlListModel'.