mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
8953d76773
* --icon argument did not work * fallback to old style popups was broken because of a timer issue Investigations and patch by Kai-Uwe Broulik, thanks! REVIEW: 101282 Minor comment cleanup by me FIXED-IN: 4.7.0 BUG: 252050 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
dialog-compat.txt | ||
kdialog.cpp | ||
klistboxdialog.cpp | ||
klistboxdialog.h | ||
Messages.sh | ||
org.kde.kdialog.ProgressDialog.xml | ||
progresscanceldemo | ||
progressdemo | ||
progressdialog.cpp | ||
progressdialog.h | ||
README | ||
test | ||
widgets.cpp | ||
widgets.h |
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>