mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
ease the life of possible ancestors
This commit is contained in:
parent
104f5a3f58
commit
0f5a1c3229
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user