Minor cosmetic changes.

This commit is contained in:
salman 2009-11-30 10:19:07 +00:00
parent 334429ca20
commit 828b8ddd15
6 changed files with 505 additions and 845 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 836 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 841 B

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -620,11 +620,11 @@ void TrimSPGUI::PlotProfiles()
"Choose RGE file to plot");
my @files = @$files_ref;
my $filenames=join(",",@files);
print "Selected file: $filenames\n";
my $Warning = Qt::MessageBox::information( this, "Big Fat Warning",
"Warning:\nClose the plot using the menu FILE -> Quit ROOT\nDO NOT CLOSE USING X.");
if ($filenames ne "" ) {
my $Warning = Qt::MessageBox::information( this, "Big Fat Warning",
"Warning:\nClose the plot using the menu FILE -> Quit ROOT\nDO NOT CLOSE USING X.");
# Now that we have the file list send it to root macro for plotting.
my $cmd='root -n -l "plotRge.C(\"'.$filenames.'\")"';
# my $pid = open(FTO,"$cmd");
@ -644,3 +644,24 @@ void TrimSPGUI::PlotFraction()
{
}
void TrimSPGUI::OpenAboutWindow()
{
my $HelpText="TrimSPGUI is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
TrimSPGUI is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with TrimSPGUI. If not, see <http://www.gnu.org/licenses/>.
Copyright 2009 by Zaher Salman and the LEM Group.
<zaher.salman\@psi.ch>
";
my $HelpWindow = Qt::MessageBox::about( this, "About TrimSP GUI",$HelpText);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 926 B