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
Michele Calgaro 2d7d2122cf
Replace Q_WS_* defines with TQ_WS_* equivalents
1 kuukausi sitten
..
CMakeL10n.txt Add CMakeL10n rules. 5 vuotta sitten
CMakeLists.txt Rename many classes and header files to avoid conflicts with KDE4 11 vuotta sitten
Makefile.am QT_NO_* -> TQT_NO_* renaming. 6 vuotta sitten
README Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. 5 vuotta sitten
kdialog.cpp Replace Q_WS_* defines with TQ_WS_* equivalents 1 kuukausi sitten
progresscanceldemo Fix test(1) portability 5 vuotta sitten
progressdemo Revert automated changes 13 vuotta sitten
progressdialog.cpp Trinity Qt initial conversion 14 vuotta sitten
progressdialog.h Replace Q_OBJECT with TQ_OBJECT 8 kuukautta sitten
progressdialogiface.h Trinity Qt initial conversion 14 vuotta sitten
tdelistboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 11 vuotta sitten
tdelistboxdialog.h Replace Q_OBJECT with TQ_OBJECT 8 kuukautta sitten
test Revert automated changes 13 vuotta sitten
widgets.cpp Replace Q_WS_* defines with TQ_WS_* equivalents 1 kuukausi sitten
widgets.h Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. 5 vuotta sitten

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 ;)

Current maintainer: David Faure <faure@kde.org>