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
преди 2 месеца
..
CMakeL10n.txt Add CMakeL10n rules. преди 5 години
CMakeLists.txt Rename many classes and header files to avoid conflicts with KDE4 преди 11 години
Makefile.am QT_NO_* -> TQT_NO_* renaming. преди 6 години
README Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. преди 5 години
kdialog.cpp Replace Q_WS_* defines with TQ_WS_* equivalents преди 2 месеца
progresscanceldemo Fix test(1) portability преди 5 години
progressdemo Revert automated changes преди 13 години
progressdialog.cpp Trinity Qt initial conversion преди 14 години
progressdialog.h Replace Q_OBJECT with TQ_OBJECT преди 9 месеца
progressdialogiface.h Trinity Qt initial conversion преди 14 години
tdelistboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 преди 11 години
tdelistboxdialog.h Replace Q_OBJECT with TQ_OBJECT преди 9 месеца
test Revert automated changes преди 13 години
widgets.cpp Replace Q_WS_* defines with TQ_WS_* equivalents преди 2 месеца
widgets.h Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. преди 5 години

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>