Ui interface updates.

This commit is contained in:
lwark
2025-07-04 12:31:55 -05:00
parent 51b193b4db
commit 0472afd9a5
11 changed files with 157 additions and 107 deletions

View File

@@ -90,7 +90,7 @@ class ProcedureCreation(QDialog):
plate_map=self.plate_map,
edit=self.edit
)
with open("web.html", "w") as f:
with open("procedure_creation_rendered.html", "w") as f:
f.write(html)
self.webview.setHtml(html)