summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatforminputcontext_qpa.h
Commit message (Collapse)AuthorAgeFilesLines
* add a platform interface for input method supportLars Knoll2011-06-221-0/+66
add QPlatformInputContext to help supporting complex text input. Communication with the focus objects/widgets will happen slightly different then before, through events instead of methods one can query on QWidget.