dolphin/kdialog
Laurent Montel 389f63ff57 Fix typo
svn path=/trunk/KDE/kdebase/konqueror/; revision=521451
2006-03-22 16:06:38 +00:00
..
CMakeLists.txt Fix typo 2006-03-22 16:06:38 +00:00
kdialog.cpp Port to new kdelibs snapshot. Most major changes are in konqueror due to 2006-03-22 13:32:49 +00:00
klistboxdialog.cpp QString::null->QString() 2006-01-02 17:28:18 +00:00
klistboxdialog.h Make it compile (missing includes). 2005-11-09 12:27:06 +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 deprecatedd-- 2006-03-17 14:53: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>