Development/Tutorials/Plasma4/Python/GettingStarted

From KDE TechBase
Revision as of 14:13, 17 January 2009 by Einar (talk | contribs) (Create the page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Abstract

This tutorial will show how to create a simple Plasmoid, using two different approaches:

  • A simpler approach, if somewhat limited
  • A more complex approach which gives more control, and is required for the use of SVG graphics in your Plasmoids.

To perform this tutorial, you will need KDE 4.2 or later and PyKDE.

Approach 1: "Hello, World!"