dolphin/kdialog
Jason Keirstead 8a606ca737 Minor improvements to KDialog
- Use kTextEdit rather than QTextEdit in texbox
- Add a textinputbox, for entering multi-line text
- Fix bug with textbox caption, now it works.

svn path=/trunk/kdebase/kdialog/; revision=380852
2005-01-21 16:53:02 +00:00
..
kdialog.cpp Minor improvements to KDialog 2005-01-21 16:53:02 +00:00
klistboxdialog.cpp Provide --default selection option for combobox and listbox (aka --menu), 2004-08-13 23:43:49 +00:00
klistboxdialog.h Provide --default selection option for combobox and listbox (aka --menu), 2004-08-13 23:43:49 +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 Initial support for --geometry argument. 2004-08-28 12:18:54 +00:00
progressdialog.h Added setAutoClose(bool), showCancelButton(bool) and wasCancelled() 2004-06-14 15:41:31 +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 Add support for selecting multiple files with --getopenurl and 2004-08-28 13:10:26 +00:00
widgets.cpp Minor improvements to KDialog 2005-01-21 16:53:02 +00:00
widgets.h Minor improvements to KDialog 2005-01-21 16:53:02 +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>