[b2be4c19a1] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <!-- |
---|
| 3 | ! TSPSG: TSP Solver and Generator |
---|
| 4 | ! Copyright (C) 2007-2011 Oleksii Serdiuk <contacts[at]oleksii[dot]name> |
---|
| 5 | ! |
---|
| 6 | ! $Id$ |
---|
| 7 | ! $URL$ |
---|
| 8 | ! |
---|
| 9 | ! This file is part of TSPSG project. |
---|
| 10 | ! See http://tspsg.info/ for more information. |
---|
| 11 | \--> |
---|
| 12 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
---|
| 13 | <html xmlns="http://www.w3.org/1999/xhtml"> |
---|
| 14 | <head> |
---|
| 15 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
---|
| 16 | <title>Preferences</title> |
---|
| 17 | <link rel="stylesheet" type="text/css" href="../style.css" /> |
---|
| 18 | </head> |
---|
| 19 | <body> |
---|
| 20 | <h1>Preferences</h1> |
---|
| 21 | <p class="inprogress">This dialog provides a way to set different user preferences. The parameters are grouped into three sections: <a href="#general" class="place">General</a>, <a href="#task" class="place">Task</a> and <a href="#output" class="place">Output</a>. Also, consult the <a href="#hidden" class="place">"Hidden" Settings</a> section that contains info about some additional settings. They might become available in this dialog in future.</p> |
---|
[332a9399dd] | 22 | <p class="screenshot"><img src="images/preferences.png" alt="Preferences" /></p> |
---|
| 23 | <p class="tip">Hover your mouse over a dialog element to get its short description at its bottom (Desktop platforms only).</p> |
---|
[b2be4c19a1] | 24 | <p class="inprogress">Write where the settings are stored.</p> |
---|
[332a9399dd] | 25 | <p class="note">You can reset your settings by holding <em>Shift</em> and clicking <strong>OK</strong> button. You will be presented with the confirmation dialog. If you press <strong>Restore Defaults</strong>, all settings will be reset to their default values.</p> |
---|
| 26 | <h2><a id="general">General</a></h2> |
---|
[b2be4c19a1] | 27 | <p>This section contains general application settings.</p> |
---|
[332a9399dd] | 28 | <p class="screenshot"><img src="images/preferences.general.png" alt="General Section" /></p> |
---|
[b2be4c19a1] | 29 | <ol class="params inprogress"> |
---|
| 30 | <li><span class="name"></span> <span class="type"></span> - </li> |
---|
[332a9399dd] | 31 | <li><span class="name"></span> <span class="type"></span> - </li> |
---|
| 32 | <li><span class="name"></span> <span class="type"></span> - </li> |
---|
| 33 | <li><span class="name"></span> <span class="type"></span> - </li> |
---|
| 34 | <li><span class="name"></span> <span class="type"></span> - </li> |
---|
[b2be4c19a1] | 35 | </ol> |
---|
| 36 | <h2><a id="task">Task</a></h2> |
---|
| 37 | <p>This section contains task related settings.</p> |
---|
[332a9399dd] | 38 | <p class="screenshot"><img src="images/preferences.task.png" alt="Task Section" /></p> |
---|
[b2be4c19a1] | 39 | <ol class="params inprogress"> |
---|
| 40 | <li><span class="name"></span> <span class="type"></span> - </li> |
---|
[332a9399dd] | 41 | <li><span class="name"></span> <span class="type"></span> - </li> |
---|
| 42 | <li><span class="name"></span> <span class="type"></span> - </li> |
---|
| 43 | <li><span class="name"></span> <span class="type"></span> - </li> |
---|
[b2be4c19a1] | 44 | </ol> |
---|
| 45 | <h2><a id="output">Output</a></h2> |
---|
| 46 | <p>This section conatins solution output related settings.</p> |
---|
[332a9399dd] | 47 | <p class="screenshot"><img src="images/preferences.output.png" alt="Output Section" /></p> |
---|
[b2be4c19a1] | 48 | <ol class="params inprogress"> |
---|
| 49 | <li><span class="name"></span> <span class="type"></span> - </li> |
---|
[332a9399dd] | 50 | <li><span class="name"></span> <span class="type"></span> - </li> |
---|
| 51 | <li><span class="name"></span> <span class="type"></span> - </li> |
---|
| 52 | <li><span class="name"></span> <span class="type"></span> - </li> |
---|
| 53 | <li><span class="name"></span> <span class="type"></span> - </li> |
---|
| 54 | <li><span class="name"></span> <span class="type"></span> - </li> |
---|
| 55 | <li><span class="name"></span> <span class="type"></span> - </li> |
---|
| 56 | <li><span class="name"></span> <span class="type"></span> - </li> |
---|
| 57 | <li><span class="name"></span> <span class="type"></span> - </li> |
---|
[b2be4c19a1] | 58 | </ol> |
---|
| 59 | <h2><a id="hidden">"Hidden" Settings</a></h2> |
---|
| 60 | <p class="inprogress">There are some "hidden" settings that are unavailable in the <span class="place">Settings Dialog</span> and can be set only through <span class="code">tspsg.ini</span> file. These settings are described here.</p> |
---|
| 61 | <ol class="params inprogress"> |
---|
| 62 | <li><span class="name"></span> <span class="type"></span> - </li> |
---|
| 63 | </ol> |
---|
| 64 | </body> |
---|
| 65 | </html> |
---|