In computer programming, KParts is the name of the component framework for the KDE desktop environment. An individual component is called a KPart. KParts are analogous to Bonobo components in GNOME and ActiveX controls in Microsoft's Component Object Model. Konsole is available as a KPart and is used in applications like Konqueror and Kate.
Example uses of KParts:
- Konqueror uses the KWord part to display documents
- Konqueror uses the KMPlayer part to play multimedia
- Kontact embeds kdepim applications
Post a Comment