Alexander Herz - 2018-06-11

Ok, this is because no setTextFormat(Qt::PlainText); is called on the Q3TextEdit (e.g. in ui_StatePropertyDlg.h line 173) so that the text control tries to render html and the control also seems to add the spurious html tags when the project is saved (i.e. when the text is pulled from teh control using getDescription() on a state). Would be super cool to get a fix in build ready to be installed on windows. Not sure how to build on windows (I tested this on linux but want to run qfsm on windows, it was just easier to build it on linux).