9
4
Fork 1
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
tdebase/kdialog
Michele Calgaro 2d7d2122cf
Replace Q_WS_* defines with TQ_WS_* equivalents
vor 2 Monaten
..
CMakeL10n.txt Add CMakeL10n rules. vor 5 Jahren
CMakeLists.txt Rename many classes and header files to avoid conflicts with KDE4 vor 11 Jahren
Makefile.am QT_NO_* -> TQT_NO_* renaming. vor 6 Jahren
README Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. vor 5 Jahren
kdialog.cpp Replace Q_WS_* defines with TQ_WS_* equivalents vor 2 Monaten
progresscanceldemo Fix test(1) portability vor 5 Jahren
progressdemo Revert automated changes vor 13 Jahren
progressdialog.cpp Trinity Qt initial conversion vor 14 Jahren
progressdialog.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
progressdialogiface.h Trinity Qt initial conversion vor 14 Jahren
tdelistboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 vor 11 Jahren
tdelistboxdialog.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
test Revert automated changes vor 13 Jahren
widgets.cpp Replace Q_WS_* defines with TQ_WS_* equivalents vor 2 Monaten
widgets.h Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. vor 5 Jahren

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>