Ported MuSRFit GUI to qt4. May need more debugging.

This commit is contained in:
salman 2017-03-23 17:10:40 +01:00
parent 2fb9679e4d
commit da4525a5a5
15 changed files with 10658 additions and 0 deletions

17
src/external/MuSRFitGUI/MuSRFit4.pl vendored Executable file
View 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

File diff suppressed because it is too large Load Diff

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

File diff suppressed because it is too large Load Diff

BIN
src/external/MuSRFitGUI/icos/Append.odg vendored Normal file

Binary file not shown.

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

Binary file not shown.

BIN
src/external/MuSRFitGUI/icos/Export.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB