From 9b55f0414354df6c9d7c7f43335cb751d98c4794 Mon Sep 17 00:00:00 2001 From: sbosse Date: Wed, 28 Aug 2024 21:41:42 +0200 Subject: [PATCH] Wed 28 Aug 21:38:52 CEST 2024 --- src/SimNDT/gui/resources/html/filemenu.html | 31 +++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/SimNDT/gui/resources/html/filemenu.html diff --git a/src/SimNDT/gui/resources/html/filemenu.html b/src/SimNDT/gui/resources/html/filemenu.html new file mode 100644 index 0000000..51d011d --- /dev/null +++ b/src/SimNDT/gui/resources/html/filemenu.html @@ -0,0 +1,31 @@ + +SimNDT - File Menu + +

+File | New +Create a new simulation file. +

+

+File | Open +Open an existing simulation file. +

+

+File | Save +Save the current simulation. +

+

+File | Save As +Save as the current simulation +

+

+File | Quit +Terminate the program. You will be +given the chance to save any unsaved changes. +

+
+

+If there are +numbered simulation files, these are recently opened files. Choosing one of them +will cause it to be opened and to become the current simulation. +

+