dolphin/kdialog
David Faure 6a040a4e1b SVN_SILENT
svn path=/trunk/KDE/kdebase/apps/; revision=528042
2006-04-09 22:13:49 +00:00
..
CMakeLists.txt -use KDE4_INCLUDES instead of KDE4_INCLUDE_DIR and QT_INCLUDES 2006-03-26 14:52:52 +00:00
kdialog.cpp SVN_SILENT 2006-04-09 22:13:49 +00:00
klistboxdialog.cpp Less warnings about deprecated functions 2006-04-03 18:42:39 +00:00
klistboxdialog.h Less warnings about deprecated functions 2006-04-03 18:42:39 +00:00
Makefile.am .skel are bad for xgettext 2004-06-30 07:32:34 +00:00
Messages.sh Convert the "messages" targets of kdebase into Messages.sh scripts 2006-02-22 01:47:34 +00:00
progresscanceldemo A couple of simple shell script examples showing off how to use the new 2004-06-22 07:17:14 +00:00
progressdemo Initial support for --geometry argument. 2004-08-28 12:18:54 +00:00
progressdialog.cpp Make it compile 2006-01-23 20:25:22 +00:00
progressdialog.h Make it compile 2006-01-23 20:25:22 +00:00
progressdialogiface.h Make it compile 2006-01-23 20:25:22 +00:00
README Minor typo fixes, plus a request for some support in keeping 2004-10-17 05:55:57 +00:00
test More work on bug:76237 and bug:87389. You can now 2005-07-03 10:27:34 +00:00
widgets.cpp Less warnings about deprecated functions. 2006-04-03 18:30:55 +00:00
widgets.h Make it compile (missing includes). 2005-11-09 12:27:06 +00: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://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>