2022-03-02 08:04 AM
2022-03-02 11:17 PM
Hi DDve.1,
well historical reasons... The GUI was first (uses QT) and then at some point a DLL layer was built on top of it. So internally it uses this existing logic using C++, QByteArray and others.
BR, Ulysses
2022-03-02 11:17 PM
Hi DDve.1,
well historical reasons... The GUI was first (uses QT) and then at some point a DLL layer was built on top of it. So internally it uses this existing logic using C++, QByteArray and others.
BR, Ulysses
2022-03-07 04:32 PM
Ulysses, thanks for fair answer. :) Has ST any plans to get rid of unnecessary dependencies? Obviously QByteArray is not the thing which should pull 8MB(!) libraries, especially graphics one.
2022-03-11 02:51 AM
Hi,
no plans currently.
BR, Ulysses