Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
tdebase/kdialog
Michele Calgaro 2d7d2122cf
Replace Q_WS_* defines with TQ_WS_* equivalents
2 månader sedan
..
CMakeL10n.txt Add CMakeL10n rules. 5 år sedan
CMakeLists.txt Rename many classes and header files to avoid conflicts with KDE4 11 år sedan
Makefile.am QT_NO_* -> TQT_NO_* renaming. 6 år sedan
README Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. 5 år sedan
kdialog.cpp Replace Q_WS_* defines with TQ_WS_* equivalents 2 månader sedan
progresscanceldemo Fix test(1) portability 5 år sedan
progressdemo Revert automated changes 13 år sedan
progressdialog.cpp Trinity Qt initial conversion 14 år sedan
progressdialog.h Replace Q_OBJECT with TQ_OBJECT 9 månader sedan
progressdialogiface.h Trinity Qt initial conversion 14 år sedan
tdelistboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 11 år sedan
tdelistboxdialog.h Replace Q_OBJECT with TQ_OBJECT 9 månader sedan
test Revert automated changes 13 år sedan
widgets.cpp Replace Q_WS_* defines with TQ_WS_* equivalents 2 månader sedan
widgets.h Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. 5 år sedan

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>