diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2009-03-23 09:34:13 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-03-23 09:34:13 (GMT) |
commit | 67ad0519fd165acee4a4d2a94fa502e9e4847bd0 (patch) | |
tree | 1dbf50b3dff8d5ca7e9344733968c72704eb15ff /examples/help/contextsensitivehelp/doc/plants.html | |
download | Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.zip Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.gz Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.bz2 |
Long live Qt!
Diffstat (limited to 'examples/help/contextsensitivehelp/doc/plants.html')
-rw-r--r-- | examples/help/contextsensitivehelp/doc/plants.html | 44 |
1 files changed, 44 insertions, 0 deletions
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> |