dolphin/kdialog
Brad Hards 37dca0cafa Fix for previous commit that screwed up the --title argument. Doesn't
make the test pass, but at least the --title part still works.

svn path=/trunk/kdebase/kdialog/; revision=342119
2004-08-28 12:21:35 +00:00
..
kdialog.cpp Provide --default selection option for combobox and listbox (aka --menu), 2004-08-13 23:43:49 +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 Update the link to reflect the new location for the kdialog tutorial. 2004-06-22 07:15:25 +00:00
test Fix for previous commit that screwed up the --title argument. Doesn't 2004-08-28 12:21:35 +00:00
widgets.cpp Initial support for --geometry argument. 2004-08-28 12:18:54 +00:00
widgets.h Initial support for --geometry argument. 2004-08-28 12:18:54 +00:00

kdialog allows 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

Current maintainer: David Faure <faure@kde.org>