Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
tdebase/kdialog
Michele Calgaro 2d7d2122cf
Replace Q_WS_* defines with TQ_WS_* equivalents
pirms 2 mēnešiem
..
CMakeL10n.txt Add CMakeL10n rules. pirms 5 gadiem
CMakeLists.txt Rename many classes and header files to avoid conflicts with KDE4 pirms 11 gadiem
Makefile.am QT_NO_* -> TQT_NO_* renaming. pirms 6 gadiem
README Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. pirms 5 gadiem
kdialog.cpp Replace Q_WS_* defines with TQ_WS_* equivalents pirms 2 mēnešiem
progresscanceldemo Fix test(1) portability pirms 5 gadiem
progressdemo Revert automated changes pirms 13 gadiem
progressdialog.cpp Trinity Qt initial conversion pirms 14 gadiem
progressdialog.h Replace Q_OBJECT with TQ_OBJECT pirms 9 mēnešiem
progressdialogiface.h Trinity Qt initial conversion pirms 14 gadiem
tdelistboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 pirms 11 gadiem
tdelistboxdialog.h Replace Q_OBJECT with TQ_OBJECT pirms 9 mēnešiem
test Revert automated changes pirms 13 gadiem
widgets.cpp Replace Q_WS_* defines with TQ_WS_* equivalents pirms 2 mēnešiem
widgets.h Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. pirms 5 gadiem

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>