kde-workspace/kdialog
Ivailo Monev 472f24878b generic: adjust to kdelibs changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-06-17 18:38:55 +03:00
..
CMakeLists.txt generic: adjust to kdelibs changes 2023-06-17 18:38:55 +03:00
dialog-compat.txt generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
kdialog.cpp kdialog: format and indent kdialog source file 2022-10-23 07:57:26 +03:00
klistboxdialog.cpp generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
klistboxdialog.h generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
Messages.sh generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
org.kde.kdialog.ProgressDialog.xml generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
progresscanceldemo generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
progressdemo generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
progressdialog.cpp generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
progressdialog.h generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
README generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
test generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
widgets.cpp generic: prepare for Katie changes 2022-11-13 01:41:49 +02:00
widgets.h generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03: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://techbase.kde.org/Development/Tutorials/Shell_Scripting_with_KDE_Dialogs
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>