Home · All Classes · Main Classes · Deprecated |
enum M::AssemblyType |
enum M::ButtonRole |
This enum describes the roles that can be used to describe buttons in the button box. Currently they are used to determine primary order of buttons. Positive roles like AcceptRole, ActionRole, YesRole will be placed always before buttons with negative role: CancelRole, RejectRole.
enum M::InputMethodMode |
InputMethodModeNormal |
Normal mode allows to use preedit and error correction. |
InputMethodModeDirect |
Virtual keyboard sends QKeyEvent for every key press or release. |
InputMethodModeProxy |
Used with proxy widget. |
extensions for Qt::inputMethodQuery
VisualizationPriorityQuery |
Tells if input method widget wants to have high. priority for visualization. Input method should honor this and stay out of widgets space. |
PreeditRectangleQuery |
Retrieve bounding rectangle for current preedit text. |
ImCorrectionEnabledQuery |
explicit correction enabling for text entries |
ImModeQuery |
Retrieve mode: normal, direct or proxy. |
InputMethodToolbarIdQuery |
custom toolbar identifier for text entry.
|
InputMethodAttributeExtensionIdQuery |
attribute extension identifier for text entry |
InputMethodToolbarQuery |
custom toolbar file name for text entry.
|
InputMethodAttributeExtensionQuery |
attribute extension file name for text entry |
WesternNumericInputEnforcedQuery |
Overrides localized numeric input with western numeric input. |
enum M::Orientation |
This enum contains values that defines a basic relationship between the width and height of windows, displays, rectangles, etc.
enum M::OrientationAngle |
An enumeration of different rotation angles.
enum M::Position |
This enum contains all possible positions for a tile in a layout
.---. .-----------------------. / \ / | | \ | Default | | H-L x H-C x H-R | \ / \ | | / '---' '-----------------------' .---. .-----------------------. / \ / | | \ | V-T | | TL x TC x TR | | | | | | | |----x----| |----x---------x---------x----| | | | | | | | V-C | | CL x Center x CR | | | | | | | |----x----| |----x---------x---------x----| | | | | | | | V-B | | BL x BC x BR | \ / \ | | / '---' '-----------------------'
enum M::PreeditFace |
enum M::PrestartMode |
enum M::RecursionMode |
enum M::StandardButton |
This enum describes flags for standard buttons. Each button has a defined caption.
enum M::TextContentType |
Content type for text entries. Used at least with MTextEdit.
M_CORE_EXPORT const char * M::NoMNavigationBar = "NoMNavigationBar" |
setting a dynamic property to QApplication named NoMNavigationBar will hide the navigationbar from qt maemo 6 style
M_CORE_EXPORT const char * M::NoMStatusBar = "NoMStatusBar" |
setting a dynamic property to QApplication named NoMStatusBar will hide the statusbar from qt maemo 6 style
M_CORE_EXPORT const char * M::NoMStyle = "NoMStyle" |
setting a dynamic porperty to any QWidget or QApplication will cause the object not to be styled like M does.
Copyright © 2010 Nokia Corporation | MeeGo Touch |