Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
tdebase/kdialog
Michele Calgaro 2d7d2122cf
Replace Q_WS_* defines with TQ_WS_* equivalents
2 miesięcy temu
..
CMakeL10n.txt Add CMakeL10n rules. 5 lat temu
CMakeLists.txt Rename many classes and header files to avoid conflicts with KDE4 11 lat temu
Makefile.am QT_NO_* -> TQT_NO_* renaming. 6 lat temu
README Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. 5 lat temu
kdialog.cpp Replace Q_WS_* defines with TQ_WS_* equivalents 2 miesięcy temu
progresscanceldemo Fix test(1) portability 5 lat temu
progressdemo Revert automated changes 13 lat temu
progressdialog.cpp Trinity Qt initial conversion 14 lat temu
progressdialog.h Replace Q_OBJECT with TQ_OBJECT 9 miesięcy temu
progressdialogiface.h Trinity Qt initial conversion 14 lat temu
tdelistboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 11 lat temu
tdelistboxdialog.h Replace Q_OBJECT with TQ_OBJECT 9 miesięcy temu
test Revert automated changes 13 lat temu
widgets.cpp Replace Q_WS_* defines with TQ_WS_* equivalents 2 miesięcy temu
widgets.h Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. 5 lat temu

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>