dolphin/kdialog/README
Brad Hards 5e67892cc3 Minor typo fixes, plus a request for some support in keeping
the tutorial up-to-date.

svn path=/trunk/kdebase/kdialog/; revision=355184
2004-10-17 05:55:57 +00:00

15 lines
546 B
Plaintext

kdialog allows you to display dialog boxes from shell scripts.
The syntax is very much inspired from the "dialog" command
(which shows text mode dialogs).
However the width and height attributes have been removed for
most dialogs - Qt/KDE have layouts ;)
A tutorial on using kdialog is available at
http://developer.kde.org/documentation/tutorials/kdialog/t1.html
If you change or add any functionality, please contact Brad
Hards <bradh@frogmouth.net> to ensure it is reflected in the
tutorial.
Current maintainer: David Faure <faure@kde.org>