diff options
Diffstat (limited to 'examples/help/contextsensitivehelp/doc')
-rw-r--r-- | examples/help/contextsensitivehelp/doc/amount.html | 11 | ||||
-rw-r--r-- | examples/help/contextsensitivehelp/doc/filter.html | 12 | ||||
-rw-r--r-- | examples/help/contextsensitivehelp/doc/plants.html | 44 | ||||
-rw-r--r-- | examples/help/contextsensitivehelp/doc/rain.html | 11 | ||||
-rw-r--r-- | examples/help/contextsensitivehelp/doc/source.html | 33 | ||||
-rw-r--r-- | examples/help/contextsensitivehelp/doc/temperature.html | 13 | ||||
-rw-r--r-- | examples/help/contextsensitivehelp/doc/time.html | 11 | ||||
-rw-r--r-- | examples/help/contextsensitivehelp/doc/wateringmachine.qch | bin | 0 -> 27648 bytes | |||
-rw-r--r-- | examples/help/contextsensitivehelp/doc/wateringmachine.qhc | bin | 0 -> 10240 bytes | |||
-rw-r--r-- | examples/help/contextsensitivehelp/doc/wateringmachine.qhcp | 14 | ||||
-rw-r--r-- | examples/help/contextsensitivehelp/doc/wateringmachine.qhp | 25 |
11 files changed, 174 insertions, 0 deletions
diff --git a/examples/help/contextsensitivehelp/doc/amount.html b/examples/help/contextsensitivehelp/doc/amount.html new file mode 100644 index 0000000..7a02a6f --- /dev/null +++ b/examples/help/contextsensitivehelp/doc/amount.html @@ -0,0 +1,11 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> + <head> + <title>Water amount</title> + </head> + <body> + Depending on the plant, temperature and rain fall the amount needs to be larger + or smaller. On a really hot day without rain, the suggested <a href="plants.html">amount</a> + can be increased by about 10%. + </body> +</html> diff --git a/examples/help/contextsensitivehelp/doc/filter.html b/examples/help/contextsensitivehelp/doc/filter.html new file mode 100644 index 0000000..6486112 --- /dev/null +++ b/examples/help/contextsensitivehelp/doc/filter.html @@ -0,0 +1,12 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<title>Filter</title> +</head> +<body> +Depending on the source of water, it needs to be filtered or not. Filtering +is strongly recommened for the river and lake. + + +</body> +</html> diff --git a/examples/help/contextsensitivehelp/doc/plants.html b/examples/help/contextsensitivehelp/doc/plants.html new file mode 100644 index 0000000..2d2bb67 --- /dev/null +++ b/examples/help/contextsensitivehelp/doc/plants.html @@ -0,0 +1,44 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> + <head> + <title>Plants</title> + </head> + <body> + Different kind of plants need different amounts of water. Here's a short + overview over the most common grown plants and their avarage need of water: + <br> + <table border=1> + <tr> + <td>Kind</td> + <td>Amount</td> + </tr> + <tr> + <td>Squash</td> + <td>2000</td> + </tr> + <tr> + <td>Bean</td> + <td>1500</td> + </tr> + <tr> + <td>Carrot</td> + <td>1200</td> + </tr> + <tr> + <td>Strawberry</td> + <td>1300</td> + </tr> + <tr> + <td>Raspberry</td> + <td>1000</td> + </tr> + <tr> + <td>Blueberry</td> + <td>1100</td> + </tr> + </table> + <br><br> + <font color="#ff0000">Warning:</font> Watering them too much or too little will + cause irreversible damage! + </body> +</html> diff --git a/examples/help/contextsensitivehelp/doc/rain.html b/examples/help/contextsensitivehelp/doc/rain.html new file mode 100644 index 0000000..1ffe452 --- /dev/null +++ b/examples/help/contextsensitivehelp/doc/rain.html @@ -0,0 +1,11 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> + <head> + <title>Rain</title> + </head> + <body> + Depending on the rain fall, the automated watering system should not be + switched on at all. Also, the <a href="./temperature.html">temperature</a> should be + considered. + </body> +</html> diff --git a/examples/help/contextsensitivehelp/doc/source.html b/examples/help/contextsensitivehelp/doc/source.html new file mode 100644 index 0000000..2140765 --- /dev/null +++ b/examples/help/contextsensitivehelp/doc/source.html @@ -0,0 +1,33 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> + <head> + <title>Water Source</title> + </head> + <body> + The current pipe system connects to four different sources. Be aware that only + a limited amount of water can be taken from some sources. + <br> + <table border=1> + <tr> + <td>Source</td> + <td>Amount</td> + </tr> + <tr> + <td>Foundain</td> + <td>4000</td> + </tr> + <tr> + <td>River</td> + <td>6000</td> + </tr> + <tr> + <td>Lake</td> + <td>10000</td> + </tr> + <tr> + <td>Public Water System</td> + <td>unlimited</td> + </tr> + </table> + </body> +</html> diff --git a/examples/help/contextsensitivehelp/doc/temperature.html b/examples/help/contextsensitivehelp/doc/temperature.html new file mode 100644 index 0000000..4145ed7 --- /dev/null +++ b/examples/help/contextsensitivehelp/doc/temperature.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> + <head> + <title>Temperature</title> + </head> + <body> + Depending on the temperature, the plants need more or less water. The higher + the temperature the higher the need for water. If the temperature does not + reach a certain level, maybe no automatic watering should be done at all.<br> + Before setting this parameter for good, you should also take the amount of <a href="./rain.html"> + rain</a> into account. + </body> +</html> diff --git a/examples/help/contextsensitivehelp/doc/time.html b/examples/help/contextsensitivehelp/doc/time.html new file mode 100644 index 0000000..0cc81f4 --- /dev/null +++ b/examples/help/contextsensitivehelp/doc/time.html @@ -0,0 +1,11 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<title>Starting time</title> +</head> +<body> +Starting the watering too early may be ineffective since most water +will evaporate. + +</body> +</html> diff --git a/examples/help/contextsensitivehelp/doc/wateringmachine.qch b/examples/help/contextsensitivehelp/doc/wateringmachine.qch Binary files differnew file mode 100644 index 0000000..e74f9b8 --- /dev/null +++ b/examples/help/contextsensitivehelp/doc/wateringmachine.qch diff --git a/examples/help/contextsensitivehelp/doc/wateringmachine.qhc b/examples/help/contextsensitivehelp/doc/wateringmachine.qhc Binary files differnew file mode 100644 index 0000000..3227c3a2 --- /dev/null +++ b/examples/help/contextsensitivehelp/doc/wateringmachine.qhc diff --git a/examples/help/contextsensitivehelp/doc/wateringmachine.qhcp b/examples/help/contextsensitivehelp/doc/wateringmachine.qhcp new file mode 100644 index 0000000..eebf652 --- /dev/null +++ b/examples/help/contextsensitivehelp/doc/wateringmachine.qhcp @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8" ?> +<QHelpCollectionProject version="1.0"> + <docFiles> + <generate> + <file> + <input>wateringmachine.qhp</input> + <output>wateringmachine.qch</output> + </file> + </generate> + <register> + <file>wateringmachine.qch</file> + </register> + </docFiles> +</QHelpCollectionProject>
\ No newline at end of file diff --git a/examples/help/contextsensitivehelp/doc/wateringmachine.qhp b/examples/help/contextsensitivehelp/doc/wateringmachine.qhp new file mode 100644 index 0000000..745d881 --- /dev/null +++ b/examples/help/contextsensitivehelp/doc/wateringmachine.qhp @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8" ?> +<QtHelpProject version="1.0"> + <virtualFolder>wateringmachine</virtualFolder> + <namespace>wateringcompany.com.1_0_0.premium</namespace> + <filterSection> + <keywords> + <keyword name="plants" id="plants" ref="plants.html"/> + <keyword name="temperature" id="temperature" ref="temperature.html"/> + <keyword name="rain" id="rain" ref="rain.html"/> + <keyword name="time" id="time" ref="time.html"/> + <keyword name="amount" id="amount" ref="amount.html"/> + <keyword name="source" id="source" ref="source.html"/> + <keyword name="filtering" id="filtering" ref="filter.html"/> + </keywords> + <files> + <file>plants.html</file> + <file>temperature.html</file> + <file>rain.html</file> + <file>time.html</file> + <file>amount.html</file> + <file>source.html</file> + <file>filter.html</file> + </files> + </filterSection> +</QtHelpProject> |