No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
tdebase/kdialog
Michele Calgaro 2d7d2122cf
Replace Q_WS_* defines with TQ_WS_* equivalents
hace 2 meses
..
CMakeL10n.txt Add CMakeL10n rules. hace 5 años
CMakeLists.txt Rename many classes and header files to avoid conflicts with KDE4 hace 11 años
Makefile.am QT_NO_* -> TQT_NO_* renaming. hace 6 años
README Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. hace 5 años
kdialog.cpp Replace Q_WS_* defines with TQ_WS_* equivalents hace 2 meses
progresscanceldemo Fix test(1) portability hace 5 años
progressdemo Revert automated changes hace 13 años
progressdialog.cpp Trinity Qt initial conversion hace 14 años
progressdialog.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
progressdialogiface.h Trinity Qt initial conversion hace 14 años
tdelistboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 hace 11 años
tdelistboxdialog.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
test Revert automated changes hace 13 años
widgets.cpp Replace Q_WS_* defines with TQ_WS_* equivalents hace 2 meses
widgets.h Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. hace 5 años

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>