Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
tdebase/kdialog
Michele Calgaro 2d7d2122cf
Replace Q_WS_* defines with TQ_WS_* equivalents
il y a 2 mois
..
CMakeL10n.txt Add CMakeL10n rules. il y a 5 ans
CMakeLists.txt Rename many classes and header files to avoid conflicts with KDE4 il y a 11 ans
Makefile.am QT_NO_* -> TQT_NO_* renaming. il y a 6 ans
README Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. il y a 5 ans
kdialog.cpp Replace Q_WS_* defines with TQ_WS_* equivalents il y a 2 mois
progresscanceldemo Fix test(1) portability il y a 5 ans
progressdemo Revert automated changes il y a 13 ans
progressdialog.cpp Trinity Qt initial conversion il y a 14 ans
progressdialog.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
progressdialogiface.h Trinity Qt initial conversion il y a 14 ans
tdelistboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
tdelistboxdialog.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
test Revert automated changes il y a 13 ans
widgets.cpp Replace Q_WS_* defines with TQ_WS_* equivalents il y a 2 mois
widgets.h Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. il y a 5 ans

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>