ease the life of possible ancestors

This commit is contained in:
eap 2006-03-24 11:59:10 +00:00
parent 104f5a3f58
commit 0f5a1c3229
2 changed files with 5 additions and 2 deletions

View File

@ -261,6 +261,10 @@ void StdMeshersGUI_StdHypothesisCreator::attuneStdWidget( QWidget* w, const int
{
sb->RangeStepAndValidator( VALUE_SMALL, VALUE_MAX, 1.0, 6 );
}
else // default validator for possible ancestors
{
sb->RangeStepAndValidator( VALUE_SMALL, VALUE_MAX, 1.0, 6 );
}
}
QString StdMeshersGUI_StdHypothesisCreator::caption() const

View File

@ -55,8 +55,7 @@ protected:
virtual QWidget* getCustomWidget( const StdParam&, QWidget* ) const;
virtual bool getParamFromCustomWidget( StdParam& , QWidget* ) const;
private:
QString hypTypeName( const QString& ) const;
virtual QString hypTypeName( const QString& ) const;
};
#endif