22364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms/hypotheses

Fix warnings
This commit is contained in:
eap 2014-02-26 12:58:05 +04:00
parent 10e32df831
commit 056dd851f2

View File

@ -92,16 +92,16 @@ written in Python.
hypothesis. After selection of an algorithm "Hypothesis" field of hypothesis. After selection of an algorithm "Hypothesis" field of
the dialog can contain: the dialog can contain:
<ul> <ul>
<li> <em><Default></em> if the algorithm can work using default <li> <em>\<Default\></em> if the algorithm can work using default
parameters.</li> parameters.</li>
<li> <em><None></em> if the algorithm requires a hypothesis defining <li> <em>\<None\></em> if the algorithm requires a hypothesis defining
its parameters.</li> its parameters.</li>
<li> Nothing if the algorithm has no parameters to tune.</li> <li> Nothing if the algorithm has no parameters to tune.</li>
</ul> </ul>
After selection of an algorithm "Add. Hypothesis" field of After selection of an algorithm "Add. Hypothesis" field of
the dialog can contain: the dialog can contain:
<ul> <ul>
<li> <em><None></em> if the algorithm can be additionally tuned <li> <em>\<None\></em> if the algorithm can be additionally tuned
using an additional hypothesis.</li> using an additional hypothesis.</li>
<li> Nothing if the algorithm has no additional parameters to tune.</li> <li> Nothing if the algorithm has no additional parameters to tune.</li>
</ul> </ul>