File: help_options_menu.html

package info (click to toggle)
ddcui 0.6.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,136 kB
  • sloc: cpp: 10,333; ansic: 6,581; xml: 42; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 766 bytes parent folder | download | duplicates (3)
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>