25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
tdebase/kdialog
Michele Calgaro 2d7d2122cf
Replace Q_WS_* defines with TQ_WS_* equivalents
2 ay önce
..
CMakeL10n.txt Add CMakeL10n rules. 5 yıl önce
CMakeLists.txt Rename many classes and header files to avoid conflicts with KDE4 11 yıl önce
Makefile.am QT_NO_* -> TQT_NO_* renaming. 6 yıl önce
README Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. 5 yıl önce
kdialog.cpp Replace Q_WS_* defines with TQ_WS_* equivalents 2 ay önce
progresscanceldemo Fix test(1) portability 5 yıl önce
progressdemo Revert automated changes 13 yıl önce
progressdialog.cpp Trinity Qt initial conversion 14 yıl önce
progressdialog.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
progressdialogiface.h Trinity Qt initial conversion 14 yıl önce
tdelistboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 11 yıl önce
tdelistboxdialog.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
test Revert automated changes 13 yıl önce
widgets.cpp Replace Q_WS_* defines with TQ_WS_* equivalents 2 ay önce
widgets.h Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. 5 yıl önce

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>