Address values not saving correctly
When you create a new project, set some values, and then save and open it later. Boom! the values are gone
I can open a pull request if you give me more details on how the save operation works.
Hello @PedroCobucci.
See formmodsim.h
inline QDataStream& operator <<(QDataStream& out, FormModSim* frm) and inline QDataStream& operator >>(QDataStream& in, FormModSim* frm) methods.
@sanny32 PR created https://github.com/sanny32/OpenModSim/pull/32
Would you be able to make a new release that includes this fix. This would be really helpful.
How to build this project on Linux ? Did I overlook any build scripts e.g. Cmake / make files / project files. Is there a link where I can find this information ?
How to build this project on Linux
Build is available via qmake omodsim.pro && make
Thanks
@EvEggelen in the dev branch you wont find the omodsim.pro, at least i didn't find it. But i made a fork with the solution that also includes the old omodsim.pro file.
https://github.com/PedroCobucci/OpenModSim
Now build system is cmake. Next release (1.8.0) with address values saving planned at next week.