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
toma 4aed2c8219
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
15 years ago
..
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdialog.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
klistboxdialog.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
klistboxdialog.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
progresscanceldemo Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
progressdemo Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
progressdialog.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
progressdialog.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
progressdialogiface.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
test Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
widgets.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
widgets.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 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 ;)

A tutorial on using kdialog is available at
http://developer.kde.org/documentation/tutorials/kdialog/t1.html
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>