dolphin/kdialog
Thorsten Roeder 0c05bed092 some krazy fixes
svn path=/trunk/KDE/kdebase/apps/; revision=664331
2007-05-13 17:47:20 +00:00
..
CMakeLists.txt fixes 2007-04-02 10:19:47 +00:00
dialog-compat.txt An start at some design notes for the KDE4 rework of kdialog. 2006-12-09 00:16:11 +00:00
kdialog.cpp some krazy fixes 2007-05-13 17:47:20 +00:00
klistboxdialog.cpp include cleanup 2007-05-09 22:23:52 +00:00
klistboxdialog.h include cleanup 2007-04-12 13:02:58 +00:00
Messages.sh Convert the "messages" targets of kdebase into Messages.sh scripts 2006-02-22 01:47:34 +00:00
org.kde.kdialog.ProgressDialog.xml adopt to new API 2007-04-30 12:24:33 +00:00
progresscanceldemo Lubos is right, now tool is called qdbus 2006-10-11 13:19:40 +00:00
progressdemo Fix the demo since setLabel is now a method 2006-10-27 12:09:25 +00:00
progressdialog.cpp adopt to new API 2007-04-30 12:24:33 +00:00
progressdialog.h adopt to new API 2007-04-30 12:24:33 +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 include cleanup 2007-05-09 22:23:52 +00:00
widgets.h include cleanup 2007-05-09 22:23:52 +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>