dolphin/kdialog
Laurent Montel 269e6524a5 ByeBye q3cstring
svn path=/trunk/KDE/kdebase/kdialog/; revision=456191
2005-09-02 09:00:11 +00:00
..
kdialog.cpp ByeBye q3cstring 2005-09-02 09:00:11 +00:00
klistboxdialog.cpp svn merge svn+ssh://coolo@svn.kde.org/home/kde/trunk/KDE/kdebase@438057 2005-07-28 14:59:42 +00:00
klistboxdialog.h svn merge svn+ssh://coolo@svn.kde.org/home/kde/trunk/KDE/kdebase@438057 2005-07-28 14:59:42 +00:00
Makefile.am .skel are bad for xgettext 2004-06-30 07:32: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 update FSF address 2005-07-04 19:02:09 +00:00
progressdialog.h update FSF address 2005-07-04 19:02:09 +00:00
progressdialogiface.h Added setAutoClose(bool), showCancelButton(bool) and wasCancelled() 2004-06-14 15:41:31 +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 ByeBye q3cstring 2005-09-02 09:00:11 +00:00
widgets.h ByeBye q3cstring 2005-09-02 09:00:11 +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>