選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
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>