[libkorigin Index] [libkorigin Heirarchy]
QPen selection widget (configuratible). More...
#include </home/mh/korigin/korigin/doc/tmp/kpen.h>
Inherits: QWidget
KDE (Q)Pen Selector Widget
This widget is a (partial, if you choose so) pen dialog. It has been written for use within other dialogs, so you won´t need to manually create style/width/color control. Note that this widget is *not* connected to the recent pen list.
Construct a pen widget with the controls specified by theflags. The other two parameters are just as for any QWidget. See KPenFlags on how to make up the flags.
name | as in QWidget |
parent | as in QWidget |
flags | a combination of KPen_style, KPen_width, etc |
Destructor.
Preselect a pen. This selects the specified pen as the current pen. The button is updated, the newly set pen shown. A changed() signal is emitted.
Returns the currently selected pen.
Emitted when the pen is changed (via setPen() or a control).
| Kdoc |