#include "pickboardcfg.h"#include "pickboardpicks.h"#include <qpe/global.h>#include <qpainter.h>#include <qlist.h>#include <qbitmap.h>#include <qlayout.h>#include <qvbox.h>#include <qdialog.h>#include <qscrollview.h>#include <qpopupmenu.h>#include <qhbuttongroup.h>#include <qpushbutton.h>#include <qmessagebox.h>Include dependency graph for pickboardcfg.cpp:

Go to the source code of this file.
Variables | |
| static const char * | pickboard_help |
| const int | intermatchmargin = 5 |
|
|
Definition at line 52 of file pickboardcfg.cpp. Referenced by DictFilterConfig::add(). |
|
|
Initial value:
QT_TRANSLATE_NOOP("PickboardConfig", "<h1>The Pickboard</h1>"
"<i>The smallest and fastest way to type.</i>"
"<p>"
"Enter a word by tapping letter-groups and picking the word."
"<br>Enter spaces with \"Space\", or other keys through \"KEY\"."
"<br>Use \"Shift\" to capitalize words that are not normally capitalized."
"<br>Press \"Shift\" twice for an all-capitals word."
"<br>Add custom words by picking them, then selecting \"Add...\" from the menu on the right." )
Definition at line 41 of file pickboardcfg.cpp. Referenced by PickboardConfig::doMenu(). |
1.4.2