aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pysidetest/delegatecreateseditor_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixes bug #502.Marcelo Lira2012-03-081-0/+55
The ownership of the editor returned by the Python override of QAbstractItemDelegate.createEditor(...) is now transferred to C++. A test was added to simulate the situation that triggers the bug, instead of relying on an example with a view, model and editable cells. See: http://bugs.openbossa.org/show_bug.cgi?id=502 Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>