kde-workspace/kdialog
Ivailo Monev 81f53f5427 generic: adjust to kfile changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-07-03 02:20:20 +03:00
..
CMakeLists.txt generic: adjust to kfile changes 2023-07-03 02:20:20 +03:00
dialog-compat.txt generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
kdialog.cpp generic: adjust to kfile changes 2023-07-03 02:20:20 +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>