Krita Source Code Documentation
Loading...
Searching...
No Matches
DockWidgetFactoryBase.h File Reference
#include <QString>
#include <KoDockFactoryBase.h>
#include "kritalibkis_export.h"

Go to the source code of this file.

Classes

class  DockWidgetFactoryBase
 The DockWidgetFactoryBase class is the base class for plugins that want to add a dock widget to every window. You do not need to implement this class yourself, but create a DockWidget implementation and then add the DockWidgetFactory to the Krita instance like this: More...