Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
tdebase/kdialog
Michele Calgaro 2d7d2122cf
Replace Q_WS_* defines with TQ_WS_* equivalents
před 2 měsíci
..
CMakeL10n.txt Add CMakeL10n rules. před 5 roky
CMakeLists.txt Rename many classes and header files to avoid conflicts with KDE4 před 11 roky
Makefile.am QT_NO_* -> TQT_NO_* renaming. před 6 roky
README Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. před 5 roky
kdialog.cpp Replace Q_WS_* defines with TQ_WS_* equivalents před 2 měsíci
progresscanceldemo Fix test(1) portability před 5 roky
progressdemo Revert automated changes před 13 roky
progressdialog.cpp Trinity Qt initial conversion před 14 roky
progressdialog.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
progressdialogiface.h Trinity Qt initial conversion před 14 roky
tdelistboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 před 11 roky
tdelistboxdialog.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
test Revert automated changes před 13 roky
widgets.cpp Replace Q_WS_* defines with TQ_WS_* equivalents před 2 měsíci
widgets.h Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. před 5 roky

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>