eric3.KdeQt

Package implementing compatibility modules for using KDE dialogs instead og Qt dialogs.

The different modules try to import the KDE dialogs and implement interfaces, that are compatible with the standard Qt dialog APIs. If the import fails, the modules fall back to the standard Qt dialogs.

In order for this package to work PyKDE must be installed (see http://www.riverbankcomputing.co.uk/pykde.

Modules

KQApplication Compatibility module to use KApplication instead of QApplication.
KQColorDialog Compatibility module to use the KDE Color Dialog instead of the Qt Color Dialog.
KQFileDialog Compatibility module to use the KDE File Dialog instead of the Qt File Dialog.
KQFontDialog Compatibility module to use the KDE Font Dialog instead of the Qt Font Dialog.
KQInputDialog Compatibility module to use the KDE Input Dialog instead of the Qt Input Dialog.
KQMessageBox Compatibility module to use the KDE Message Box instead of the Qt Message Box.
KQPrinter Compatibility module to use the KDE Printer instead of the Qt Printer.
KQProgressDialog Compatibility module to use the KDE Progress Dialog instead of the Qt Progress Dialog.
KdeQt Package implementing compatibility modules for using KDE dialogs instead og Qt dialogs.