Chapter 2. Base files

First we have to create base files. Download Plugin Wizard and use it to create files. Unpack it and run kmdr-executor createplugin.kmdr

Now you need to enter widget name and description that will be used the Kommander Editor. Also, base class has to be specified. This is basically the name of KDE or Qt widget that is used as a base for Kommander widget. Finally we need directory where sources will be created.

For our sample widget we will specify ColorCombo as widget name and KColorCombo as base widget. We can use something like Combobox containing colors as description.