From 61d7dd5f282c36209b8e8c75d82c7acf772a41ca Mon Sep 17 00:00:00 2001 From: jfa Date: Fri, 7 Mar 2008 11:05:45 +0000 Subject: [PATCH] Join delta from tag V4_1_1 till tag mergeto_V4_1_0_maintainance_07Mar2008. --- src/QDS/Makefile.am | 6 ++++++ src/QDS/QDS_ComboBox.cxx | 2 ++ src/QDS/QDS_RadioBox.cxx | 3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/QDS/Makefile.am b/src/QDS/Makefile.am index 03513ac3c..aef97ac8a 100755 --- a/src/QDS/Makefile.am +++ b/src/QDS/Makefile.am @@ -31,8 +31,10 @@ salomeinclude_HEADERS= QDS.h \ QDS_ComboBox.h \ QDS_Datum.h \ QDS_LineEdit.h \ + QDS_RadioBox.h \ QDS_SpinBox.h \ QDS_SpinBoxDbl.h \ + QDS_Table.h \ QDS_TextEdit.h \ QDS_Validator.h @@ -42,8 +44,10 @@ dist_libQDS_la_SOURCES= \ QDS_ComboBox.cxx \ QDS_Datum.cxx \ QDS_LineEdit.cxx \ + QDS_RadioBox.cxx \ QDS_SpinBox.cxx \ QDS_SpinBoxDbl.cxx \ + QDS_Table.cxx \ QDS_TextEdit.cxx \ QDS_Validator.cxx @@ -52,8 +56,10 @@ MOC_FILES= \ QDS_ComboBox_moc.cxx \ QDS_Datum_moc.cxx \ QDS_LineEdit_moc.cxx \ + QDS_RadioBox_moc.cxx \ QDS_SpinBox_moc.cxx \ QDS_SpinBoxDbl_moc.cxx \ + QDS_Table_moc.cxx \ QDS_TextEdit_moc.cxx nodist_libQDS_la_SOURCES= $(MOC_FILES) diff --git a/src/QDS/QDS_ComboBox.cxx b/src/QDS/QDS_ComboBox.cxx index ac068735e..e323ce95e 100644 --- a/src/QDS/QDS_ComboBox.cxx +++ b/src/QDS/QDS_ComboBox.cxx @@ -248,6 +248,8 @@ void QDS_ComboBox::setValues( const QValueList& ids, const QStringList& nam myUserIds = ids; myUserNames = names; + + unitSystemChanged( "" ); } /*! diff --git a/src/QDS/QDS_RadioBox.cxx b/src/QDS/QDS_RadioBox.cxx index 44771f0fc..a07ba3270 100644 --- a/src/QDS/QDS_RadioBox.cxx +++ b/src/QDS/QDS_RadioBox.cxx @@ -394,8 +394,9 @@ void QDS_RadioBox::updateRadioBox() if ( curId != bg->selectedId() ) { onParamChanged(); + QString str = getString(); emit paramChanged(); - emit paramChanged( getString() ); + emit paramChanged( str ); } } -- 2.39.2