Ported MuSRFit GUI to qt4. May need more debugging.
This commit is contained in:
+17
@@ -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();
|
||||
Vendored
+1107
File diff suppressed because it is too large
Load Diff
Vendored
+6096
File diff suppressed because it is too large
Load Diff
+3438
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
BIN
Binary file not shown.
|
After Width: | Height: | Size: 404 B |
BIN
Binary file not shown.
BIN
Binary file not shown.
|
After Width: | Height: | Size: 374 B |
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
Reference in New Issue
Block a user