You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebase/kdialog
OBATA Akio 60e5e37455
Fix test(1) portability
5 years ago
..
CMakeL10n.txt Add CMakeL10n rules. 6 years ago
CMakeLists.txt
Makefile.am QT_NO_* -> TQT_NO_* renaming. 6 years ago
README Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. 6 years ago
kdialog.cpp Improved previous commit using local8Bit() in place of utf8() when a 6 years ago
progresscanceldemo Fix test(1) portability 5 years ago
progressdemo
progressdialog.cpp
progressdialog.h
progressdialogiface.h
tdelistboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
tdelistboxdialog.h Additional k => tde renaming and fixes 11 years ago
test
widgets.cpp Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. 6 years ago
widgets.h Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. 6 years ago

README

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 ;)

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