aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtGui/qinputcontext_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix test on windows.Renato Filho2012-03-081-3/+3
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Set WA_InputMethodEnabled in test.Lauro Neto2012-03-081-0/+4
| | | | | | | | If WA_InputMethodMethod is not set, setFocusWidget will fail in a ASSERT in a debug-compiled Qt. Reviewer: Hugo Lima <hugo.lima@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* Fixes bug #755 - Method "void QInputContext::setFocusWidget(QWidget*)" missingMarcelo Lira2012-03-081-0/+22
Also added an unit test. http://bugs.pyside.org/show_bug.cgi?id=755 Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>