dolphin/kdialog
Urs Wolfer 61a6918cd7 * port Q3ListBox -> QListWidget
* do not link anymore against QT_QT3SUPPORT_LIBRARY

svn path=/trunk/KDE/kdebase/apps/; revision=752414
2007-12-24 11:34:47 +00:00
..
CMakeLists.txt * port Q3ListBox -> QListWidget 2007-12-24 11:34:47 +00:00
dialog-compat.txt An start at some design notes for the KDE4 rework of kdialog. 2006-12-09 00:16:11 +00:00
kdialog.cpp * port Q3ListBox -> QListWidget 2007-12-24 11:34:47 +00:00
klistboxdialog.cpp * port Q3ListBox -> QListWidget 2007-12-24 11:34:47 +00:00
klistboxdialog.h * port Q3ListBox -> QListWidget 2007-12-24 11:34:47 +00:00
Messages.sh Convert the "messages" targets of kdebase into Messages.sh scripts 2006-02-22 01:47:34 +00:00
org.kde.kdialog.ProgressDialog.xml adopt to new API 2007-04-30 12:24:33 +00:00
progresscanceldemo Various porting fixes 2007-08-31 17:47:25 +00:00
progressdemo Various porting fixes 2007-08-31 17:47:25 +00:00
progressdialog.cpp adopt to new API 2007-04-30 12:24:33 +00:00
progressdialog.h Various EBN fixes. 2007-05-26 01:57:37 +00:00
README Minor typo fixes, plus a request for some support in keeping 2004-10-17 05:55:57 +00:00
test Various porting fixes 2007-08-31 17:47:25 +00:00
widgets.cpp * port Q3ListBox -> QListWidget 2007-12-24 11:34:47 +00:00
widgets.h include cleanup 2007-05-09 22:23:52 +00: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://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>