class KTextEditor.ConfigPage


abstract class

Table of contents
Modules
ktexteditor Classes
All Classes
Module ktexteditor
Namespace ktexteditor
Class KTextEditor.ConfigPage
Inherits QWidget

Config page interface for the Editor.

Introduction

The class ConfigPage represents a config page of the KTextEditor.Editor. The Editor's config pages are usually embedded into a dialog that shows buttons like Defaults, Reset and Apply. If one of the buttons is clicked and the condig page sent the signal changed() beforehand the Editor will call the corresponding slot, either defaults(), reset() or apply().

See also KTextEditor.Editor Author Christoph Cullmann \



methods