Next Previous Table of Contents
The KScribble application can be started from the "K"-menu, "Applications"-"KScribble". Then you can paint with a default pen with red as color and 3 pixels line-width.
Just hold the left mouse-button pressed and move the mouse to paint into the widget. Releasing the mouse-button will stop painting.
The pen-color can be set by a color-dialog which can be invoked either via the "Pen"-menu in the menubar, entry "Color" or via the according toolbar button displayed by a pen.
The penwidth can be set by a dialog that has been created with the KDevelop dialogeditor. The dialog has a spinbox to either select the width by up-down buttons or direct editing. The button "Default" sets the pen width back to 3 pixels. Further, the dialog's constructor expects an integer value that is the initial pen-width that is currently set. Before calling the constructor, the width has to be queried from the view-widet.
Next Previous Table of Contents