crash fix from Anthony Bryant
[kdebase.git] / apps / kdialog / README
blobe42f7b1c3c3d8b323e5eeb03c36de7318f06fb1e
1 kdialog allows you to display dialog boxes from shell scripts.
2 The syntax is very much inspired from the "dialog" command
3 (which shows text mode dialogs).
5 However the width and height attributes have been removed for
6 most dialogs - Qt/KDE have layouts ;)
8 A tutorial on using kdialog is available at
9 http://techbase.kde.org/Development/Tutorials/Shell_Scripting_with_KDE_Dialogs
10 If you change or add any functionality, please contact Brad
11 Hards <bradh@frogmouth.net> to ensure it is reflected in the
12 tutorial.
14 Current maintainer: David Faure <faure@kde.org>