Ported MuSRFit GUI to qt4. May need more debugging.

This commit is contained in:
2017-03-23 17:10:40 +01:00
parent 2fb9679e4d
commit da4525a5a5
15 changed files with 10658 additions and 0 deletions
+17
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();
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 404 B

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB