Minor fixes for the help text.

This commit is contained in:
salman 2009-09-14 14:59:13 +00:00
parent 469a4e6b3a
commit 0d5e333fca
2 changed files with 11 additions and 9 deletions

View File

@ -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);

View File

@ -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);
}