1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>ddcui - Options Menu</title>
</head>
<h3>Options Menu</h3>
<body>
The <strong>Options</strong> menu opens dialog boxes for tailoring <strong>ddcui</strong> execution.
<ul>
<li><a href="qrc:/docs/feature_selection.html">Feature Selection</a> - Controls which features are shown in the Features view.
</li>
<li><a href="qrc:/docs/nc_values.html">NC Feature Values</a> - Controls the source of values for Non-Continuous features.
</li>
<li><a href="qrc:/docs/uioptions.html">User Interface</a> - Controls aspects of the user interface.
</lib>
</ul>
</body>
</html>
|