Hello,

QxOrm 1.2.8 and QxEntityEditor 1.1.5 just released.
Now, working on QML with C++ entities has never been so easy !

Changes in version QxOrm 1.2.8:
  • New function qx::model_view::create_nested_model (QxModelView module) used by QxEntityEditor to manage complex data structure to work with relationships in QML views and Qt model/view architecture ;
  • New section in the QxOrm.pri file with some tips to reduce output binaries size ;
  • Fix the call of triggers to have the inserted ID inside the trigger function with PostgreSQL.


Changes in version QxEntityEditor 1.1.5:
  • New C++ model/view export plugin to manage complex data structure to work with relationships in QML views and Qt model/view architecture (using QxModelView module of QxOrm library) ;
  • Now, with this new export plugin, working on QML with C++ entities has never been so easy !
  • New function, menu “Tools >> Plugins scripts”, to define your own custom scripts before/after a plugin execution ;
  • New command line parameter --log_sql to trace all SQL queries executed by QxEntityEditor : a QxEntityEditor project file (*.qxee) is just a SQLite database, so it’s easy to write your own script to customize some default behaviour ;
  • New option in the C++ export plugin to generate or not the custom directory with all custom files for each entity ;
  • Scrollbar available in the entities viewer.


You can download last versions of QxOrm and QxEntityEditor on QxOrm website : http://www.qxorm.com/

Here is a video presentation of QxEntityEditor application :