Page 1 of 1

QxEntityEditor 1.2.5 released : Fix macOS Catalina issues

PostPosted: Wed Apr 22, 2020 6:38 am
by qxorm
Hello,

QxEntityEditor 1.2.5 just released !

Here is the changes log :

- Fix an issue with fonts on macOS Catalina 10.15
- Add command line parameter --font : define application font with syntax <family>||<pointSize>||<weight>||<italic> (only <family> is required), for example : Courier New||14
- Add command line parameter --style_sheet : define application style sheet (more details here : https://doc.qt.io/qt-5/stylesheet-reference.html), for example : QWidget { background-color: black }
- Fix meta-data (property bag) C++ export : keep same order between several C++ exports (this is now easier to check differences between 2 C++ exports using WinMerge or any other comparison/diff tool)