KDialog v0.9
------------
Original Author: Matthias Hoelzer-Kluepfel
Ported to KDE-3: David Gumbel
Modified the app to a truelly KDE app by: David Faure <faure@kde.org>
----------------------------------------------------------------------

Kdialog is a very small application which lets you display dialog boxes in your scripts. 
You can ask the users questions, notify him, warn him, confirm, ask for parameters and
other GUI related actions.

The syntax is similar (more or less) to the "dialog" command which display
text messages. Kdialog however have layout, so you don't need width & height.

Kdialog is not a frame work to build full blown KDE applications. Thats where a high
level language like C, C++, Perl, Python, Java, C# comes very handy.

The kdialog command sytax is very simple.

Example: kdialog --msgbox "Hello and welcome to KDE" will show a KDE window with the 
"Hello and welcome to KDE" text with OK button to click.

You can add warning, and other related icons - see: kdialog --help

How much kdialog is simple? look at the "test" file inside the "kdialog" source directory.

Localizations: if you're going to write some KDE windows - please use the LANG or the AC_ALL
values at your script. Example: LANG=he_IL.iso8859-8-i for Hebrew text.

Bugs, fixes, patches, ideas are all welcome. Please email them to David Faure: faure@kde.org

