Released version of GUI (#5)

* The most recent version of ReactICS GUI.

* Small fixes + folder structure update + help file included.

* Added export to XML (for data sharing with GUI)

* Released GUI version.

* Automatic update of the reactants set panel + help content.
This commit was merged in pull request #5.
This commit is contained in:
Marcin Piątkowski
2025-06-04 20:21:51 +02:00
committed by GitHub
parent 90c8e4f4c0
commit 363446821e
21 changed files with 4571 additions and 3 deletions

View File

@@ -14,6 +14,8 @@ public:
RSExporter(RctSys *rs, rsin_driver *drv, std::ostream & outStream = std::cout);
void exportToISPL();
void exportToXML();
private:
RctSys *rs;
rsin_driver *drv;