#include <qapplication.h>#include <qwidget.h>#include <qpixmap.h>#include "qimpeninput.h"#include "handwritingimpl.h"Include dependency graph for handwritingimpl.cpp:

Go to the source code of this file.
Functions | |
| Q_EXPORT_INTERFACE () | |
Variables | |
| static const char * | pen_xpm [] |
|
|
Definition at line 111 of file handwritingimpl.cpp. References Q_CREATE_INSTANCE. |
|
|
Initial value: {
"28 13 9 1",
" c None",
". c #000000",
"+ c #FFE993",
"@ c #8292FF",
"# c #F7C500",
"$ c #C69F00",
"% c #0022FF",
"& c #000F72",
"* c #A3732C",
" . ",
" .+. ",
" .@#$. ",
" .@%&. ",
" .@%&. ",
" . .@%&. ",
" . .@%&. ",
" . .@%&. ",
" ... ... .. .@%&. ",
" . . . . . .*.&. ",
" . . . . . .**. ",
" ... ... .. ... ",
" "}
Definition at line 28 of file handwritingimpl.cpp. Referenced by HandwritingImpl::icon(), and QIMPenInput::QIMPenInput(). |
1.4.2