More work towards plotting implantation profiles.
This commit is contained in:
@ -608,3 +608,26 @@ void TrimSPGUI::ConfirmQuit()
|
||||
# print STDOUT $ENV{'TRIMBIN'}."\n";
|
||||
}
|
||||
|
||||
|
||||
|
||||
void TrimSPGUI::PlotProfiles()
|
||||
{
|
||||
my $files_ref=Qt::FileDialog::getOpenFileNames(
|
||||
"RGE Files (*.rge)",
|
||||
"./",
|
||||
this,
|
||||
"Select RGE files dialog",
|
||||
"Choose RGE file to plot");
|
||||
my @files = @$files_ref;
|
||||
my $filenames=join(",",@files);
|
||||
print "Selected file: $filenames\n";
|
||||
|
||||
# Now that we have the file list send it to root macro for plotting.
|
||||
|
||||
}
|
||||
|
||||
|
||||
void TrimSPGUI::PlotFraction()
|
||||
{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user