From 0d5e333fca3b9a220ad191bb6e30c9d2f7a6c3d9 Mon Sep 17 00:00:00 2001 From: Zaher Salman Date: Mon, 14 Sep 2009 14:59:13 +0000 Subject: [PATCH] Minor fixes for the help text. --- trimsp/TrimSPGUI/TrimSPGUI.pl | 11 ++++++----- trimsp/TrimSPGUI/TrimSPGUItabs.ui.h | 9 +++++---- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/trimsp/TrimSPGUI/TrimSPGUI.pl b/trimsp/TrimSPGUI/TrimSPGUI.pl index 8993487..e723edc 100644 --- a/trimsp/TrimSPGUI/TrimSPGUI.pl +++ b/trimsp/TrimSPGUI/TrimSPGUI.pl @@ -1,6 +1,6 @@ # Form implementation generated from reading ui file 'TrimSPGUItabs.ui' # -# Created: Mon Sep 14 16:18:29 2009 +# Created: Mon Sep 14 16:58:39 2009 # by: The PerlQt User Interface Compiler (puic) # # WARNING! All changes made in this file will be lost! @@ -1500,8 +1500,8 @@ structures. Usage: - Initially define your multilayer structure. This can be formed of 7 layers -maximum. Each layer is defined by giving its chemical formula, its + Initially define your multilayer structure. This can be formed of a maximum +of 7 layers. Each layer is defined by giving its chemical formula, its density in units of g/cm^3, and its thickness in Ã…ngstrom. Next, choose the type of projectile to be implanted in the structure from @@ -1520,14 +1520,15 @@ read the original documentation of the Trim.SP simulation. The 'Scans' tabs provides the ability to change the value of a certain parameter in the simulation, such as implantation energy, spread in energy, number of implanted projectiles, and the thickness of one layer. The values of -this parameter can be changes by a regualr step size ('Loop' checkbox and +this parameter can be changed by a regualr step size ('Loop' checkbox and parameters), or following a set of values ('List of values' checkbox and the comma separated values). For more details click on the question mark on the top right corner, and then click on the item you want to lear about. -Copyright 2009 by Zaher Salman and the LEM Group +Copyright 2009 (C) by Zaher Salman and the LEM Group +Version 14 Sep. 2009 "; my $HelpWindow = Qt::MessageBox::information( this, "TrimSP GUI Help Window",$HelpText); diff --git a/trimsp/TrimSPGUI/TrimSPGUItabs.ui.h b/trimsp/TrimSPGUI/TrimSPGUItabs.ui.h index 80ca3f1..771db9f 100755 --- a/trimsp/TrimSPGUI/TrimSPGUItabs.ui.h +++ b/trimsp/TrimSPGUI/TrimSPGUItabs.ui.h @@ -125,8 +125,8 @@ structures. Usage: - Initially define your multilayer structure. This can be formed of 7 layers -maximum. Each layer is defined by giving its chemical formula, its + Initially define your multilayer structure. This can be formed of a maximum +of 7 layers. Each layer is defined by giving its chemical formula, its density in units of g/cm^3, and its thickness in Ã…ngstrom. Next, choose the type of projectile to be implanted in the structure from @@ -145,14 +145,15 @@ read the original documentation of the Trim.SP simulation. The 'Scans' tabs provides the ability to change the value of a certain parameter in the simulation, such as implantation energy, spread in energy, number of implanted projectiles, and the thickness of one layer. The values of -this parameter can be changes by a regualr step size ('Loop' checkbox and +this parameter can be changed by a regualr step size ('Loop' checkbox and parameters), or following a set of values ('List of values' checkbox and the comma separated values). For more details click on the question mark on the top right corner, and then click on the item you want to lear about. -Copyright 2009 by Zaher Salman and the LEM Group +Copyright 2009 (C) by Zaher Salman and the LEM Group +Version 14 Sep. 2009 "; my $HelpWindow = Qt::MessageBox::information( this, "TrimSP GUI Help Window",$HelpText); }