Klicklack is a plugin-based dictionary application for KDE
- you can translate words from one language to another. Using the KDE libraries it is written in C++. The library libkdictionary offers a framework for plugins and access to all dictionary plugins installed on the system, exchanging information based on XML and QDom. The main application, klicklack, extends this to UI- (User Interface) plugins which allow flexibility and fast development through code reuse. A small command line utility "tipptapp" is also available. It has mainly a demonstration purpose as it shows how to use libkdictionary. For the end user it is not yet of much use.
Both klicklack and tipptapp default to suppress debugging output. To enable this, run them with the --debug option.
