Question

I'm searching for an open source runtime form designer (for SCADA, not searching for html designer), which is somewhat similar to modern IDE WYSIWYG's. So far, my list is empty.

Requirements are crossplatform and C++.

Thanks in advance.

UPDATE:

Currently I'm using wxWidgets as the GUI platform. So the possible solutions are either open-source wxWidgets based form designer, or the wxWidgets component/lib.

UPDATE 2:

Found the wxShapeFramework component which is I was looking for. At the moment this is the only option.

Was it helpful?

Solution 4

I'm going to use wxShapeFramework, which purpose is exactly as described in question (SCADA runtime form designer). Especially because the project is based on wxWidgets.

OTHER TIPS

Maybe Qt would satisfy your needs. It is possible to extend it's functionality with new components. It's not out-of-the-box solution, but may fulfill this role.

How about Glade and gtkmm?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top