Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
tdebase/kdialog
Michele Calgaro 2d7d2122cf
Replace Q_WS_* defines with TQ_WS_* equivalents
2 mesi fa
..
CMakeL10n.txt Add CMakeL10n rules. 5 anni fa
CMakeLists.txt Rename many classes and header files to avoid conflicts with KDE4 11 anni fa
Makefile.am QT_NO_* -> TQT_NO_* renaming. 6 anni fa
README Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. 5 anni fa
kdialog.cpp Replace Q_WS_* defines with TQ_WS_* equivalents 2 mesi fa
progresscanceldemo Fix test(1) portability 5 anni fa
progressdemo Revert automated changes 13 anni fa
progressdialog.cpp Trinity Qt initial conversion 14 anni fa
progressdialog.h Replace Q_OBJECT with TQ_OBJECT 9 mesi fa
progressdialogiface.h Trinity Qt initial conversion 14 anni fa
tdelistboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 11 anni fa
tdelistboxdialog.h Replace Q_OBJECT with TQ_OBJECT 9 mesi fa
test Revert automated changes 13 anni fa
widgets.cpp Replace Q_WS_* defines with TQ_WS_* equivalents 2 mesi fa
widgets.h Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. 5 anni fa

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>