dolphin/kdialog
Oswald Buddenhagen 39f3b6a8b7 interpret backslash escapes in some more options
BUG: 148575
BUG: 295820
FIXED-IN: 4.9
2012-07-01 13:19:23 +02:00
..
CMakeLists.txt
dialog-compat.txt
kdialog.cpp interpret backslash escapes in some more options 2012-07-01 13:19:23 +02:00
klistboxdialog.cpp Simplify some Qt module style includes. 2012-04-10 00:20:22 +02:00
klistboxdialog.h Simplify some Qt module style includes. 2012-04-10 00:20:22 +02:00
Messages.sh
org.kde.kdialog.ProgressDialog.xml
progresscanceldemo
progressdemo
progressdialog.cpp Fix warning 2011-04-30 15:19:14 +02:00
progressdialog.h
README
test
widgets.cpp make backslashes escapable 2012-07-01 13:19:23 +02:00
widgets.h make backslashes escapable 2012-07-01 13:19:23 +02:00

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://techbase.kde.org/Development/Tutorials/Shell_Scripting_with_KDE_Dialogs
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>