Correct small bug.
This commit is contained in:
6
src/external/MuSRFitGUI/MuSRFit.pl
vendored
6
src/external/MuSRFitGUI/MuSRFit.pl
vendored
@ -1,6 +1,6 @@
|
|||||||
# Form implementation generated from reading ui file 'MuSRFit.ui'
|
# Form implementation generated from reading ui file 'MuSRFit.ui'
|
||||||
#
|
#
|
||||||
# Created: Wed Sep 9 23:02:40 2009
|
# Created: Thu Sep 10 08:22:47 2009
|
||||||
# by: The PerlQt User Interface Compiler (puic)
|
# by: The PerlQt User Interface Compiler (puic)
|
||||||
#
|
#
|
||||||
# WARNING! All changes made in this file will be lost!
|
# WARNING! All changes made in this file will be lost!
|
||||||
@ -571,7 +571,7 @@ sub NEW
|
|||||||
setName("MuSRFitform" );
|
setName("MuSRFitform" );
|
||||||
}
|
}
|
||||||
setSizePolicy(Qt::SizePolicy(3, 3, 1, 1, this->sizePolicy()->hasHeightForWidth()) );
|
setSizePolicy(Qt::SizePolicy(3, 3, 1, 1, this->sizePolicy()->hasHeightForWidth()) );
|
||||||
setMinimumSize(Qt::Size(23, 222) );
|
setMinimumSize(Qt::Size(21, 227) );
|
||||||
setIcon($image0 );
|
setIcon($image0 );
|
||||||
|
|
||||||
setCentralWidget(Qt::Widget(this, "qt_central_widget"));
|
setCentralWidget(Qt::Widget(this, "qt_central_widget"));
|
||||||
@ -2526,7 +2526,7 @@ sub GoFit
|
|||||||
|
|
||||||
my %All=CreateAllInput();
|
my %All=CreateAllInput();
|
||||||
CallMSRCreate();
|
CallMSRCreate();
|
||||||
musrfit_tabs->setCurrentTab(1);
|
# musrfit_tabs->setCurrentTab(1);
|
||||||
my $FILENAME=$All{"FILENAME"}.".msr";
|
my $FILENAME=$All{"FILENAME"}.".msr";
|
||||||
if (-e $FILENAME) {
|
if (-e $FILENAME) {
|
||||||
my $cmd="musrfit -t $FILENAME";
|
my $cmd="musrfit -t $FILENAME";
|
||||||
|
4
src/external/MuSRFitGUI/MuSRFit.ui
vendored
4
src/external/MuSRFitGUI/MuSRFit.ui
vendored
@ -22,8 +22,8 @@
|
|||||||
</property>
|
</property>
|
||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>23</width>
|
<width>21</width>
|
||||||
<height>222</height>
|
<height>227</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="caption">
|
<property name="caption">
|
||||||
|
2
src/external/MuSRFitGUI/MuSRFit.ui.h
vendored
2
src/external/MuSRFitGUI/MuSRFit.ui.h
vendored
@ -592,7 +592,7 @@ void MuSRFitform::GoFit()
|
|||||||
{
|
{
|
||||||
my %All=CreateAllInput();
|
my %All=CreateAllInput();
|
||||||
CallMSRCreate();
|
CallMSRCreate();
|
||||||
musrfit_tabs->setCurrentTab(1);
|
# musrfit_tabs->setCurrentTab(1);
|
||||||
my $FILENAME=$All{"FILENAME"}.".msr";
|
my $FILENAME=$All{"FILENAME"}.".msr";
|
||||||
if (-e $FILENAME) {
|
if (-e $FILENAME) {
|
||||||
my $cmd="musrfit -t $FILENAME";
|
my $cmd="musrfit -t $FILENAME";
|
||||||
|
Reference in New Issue
Block a user