Ported MuSRFit GUI to qt4. May need more debugging.
This commit is contained in:
parent
2fb9679e4d
commit
da4525a5a5
17
src/external/MuSRFitGUI/MuSRFit4.pl
vendored
Executable file
17
src/external/MuSRFitGUI/MuSRFit4.pl
vendored
Executable file
@ -0,0 +1,17 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use QtCore4;
|
||||
use QtGui4;
|
||||
use MuSRFit4;
|
||||
|
||||
sub main {
|
||||
my $app = Qt::Application(\@ARGV);
|
||||
my $musrfit = MuSRFit4();
|
||||
$musrfit->show();
|
||||
exit $app->exec();
|
||||
}
|
||||
|
||||
main();
|
1107
src/external/MuSRFitGUI/MuSRFit4.pm
vendored
Normal file
1107
src/external/MuSRFitGUI/MuSRFit4.pm
vendored
Normal file
File diff suppressed because it is too large
Load Diff
6096
src/external/MuSRFitGUI/MuSRFit4.ui
vendored
Normal file
6096
src/external/MuSRFitGUI/MuSRFit4.ui
vendored
Normal file
File diff suppressed because it is too large
Load Diff
3438
src/external/MuSRFitGUI/Ui_MuSRFit4.pm
vendored
Normal file
3438
src/external/MuSRFitGUI/Ui_MuSRFit4.pm
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
src/external/MuSRFitGUI/icos/Append.odg
vendored
Normal file
BIN
src/external/MuSRFitGUI/icos/Append.odg
vendored
Normal file
Binary file not shown.
BIN
src/external/MuSRFitGUI/icos/Append.png
vendored
Normal file
BIN
src/external/MuSRFitGUI/icos/Append.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 404 B |
BIN
src/external/MuSRFitGUI/icos/Export.odg
vendored
Normal file
BIN
src/external/MuSRFitGUI/icos/Export.odg
vendored
Normal file
Binary file not shown.
BIN
src/external/MuSRFitGUI/icos/Export.png
vendored
Normal file
BIN
src/external/MuSRFitGUI/icos/Export.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 374 B |
BIN
src/external/MuSRFitGUI/icos/Fit.odg
vendored
BIN
src/external/MuSRFitGUI/icos/Fit.odg
vendored
Binary file not shown.
BIN
src/external/MuSRFitGUI/icos/MuSRFit.odg
vendored
BIN
src/external/MuSRFitGUI/icos/MuSRFit.odg
vendored
Binary file not shown.
BIN
src/external/MuSRFitGUI/icos/Plot.odg
vendored
BIN
src/external/MuSRFitGUI/icos/Plot.odg
vendored
Binary file not shown.
BIN
src/external/MuSRFitGUI/icos/chdir.png
vendored
Normal file
BIN
src/external/MuSRFitGUI/icos/chdir.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
src/external/MuSRFitGUI/icos/exit.png
vendored
Normal file
BIN
src/external/MuSRFitGUI/icos/exit.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
BIN
src/external/MuSRFitGUI/icos/save.png
vendored
Normal file
BIN
src/external/MuSRFitGUI/icos/save.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
src/external/MuSRFitGUI/icos/saveMSR.png
vendored
Normal file
BIN
src/external/MuSRFitGUI/icos/saveMSR.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
Loading…
x
Reference in New Issue
Block a user