Development/Tutorials/Plasma4/Python/GettingStarted: Difference between revisions

From KDE TechBase
(Create the page)
(No difference)

Revision as of 14:13, 17 January 2009

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!"