dolphin/kdialog
David Faure 08ed655607 Support for --getopenfilename, --getsavefilename and --getexistingdirectory
(each name equal to the KFileDialog method it's calling).
Only downside: kdialog needs to link to libkio now. But some ld expert said the
symbols are loaded on demand anyway :)

CCMAIL: 53227-done@bugs.kde.org

svn path=/trunk/kdebase/kdialog/; revision=202332
2003-01-23 22:12:14 +00:00
..
kdialog.cpp Support for --getopenfilename, --getsavefilename and --getexistingdirectory 2003-01-23 22:12:14 +00:00
klistboxdialog.cpp Following the discussion on kde-devel: this is a VERY cleaned up version of 2002-07-17 14:21:33 +00:00
klistboxdialog.h Following the discussion on kde-devel: this is a VERY cleaned up version of 2002-07-17 14:21:33 +00:00
Makefile.am Support for --getopenfilename, --getsavefilename and --getexistingdirectory 2003-01-23 22:12:14 +00:00
README Following the discussion on kde-devel: this is a VERY cleaned up version of 2002-07-17 14:21:33 +00:00
test Following the discussion on kde-devel: this is a VERY cleaned up version of 2002-07-17 14:21:33 +00:00
widgets.cpp Only look at the data when OK is pressed, not when Cancel is pressed. 2003-01-23 11:51:28 +00:00
widgets.h Following the discussion on kde-devel: this is a VERY cleaned up version of 2002-07-17 14:21:33 +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 ;)

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