aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pysidetest/testview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixes bug #502.Marcelo Lira2012-03-081-4/+16
| | | | | | | | | | | | | 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>
* Updated the PySide test related to Python model returning data to C++.Marcelo Lira2012-03-081-5/+2
|
* Added test for Python written models returning new objects without keeping ↵Marcelo Lira2012-03-081-0/+15
reference to them. Reviewed by Lauro Moura <lauro.neto@openbossa.org> eviewed by Luciano Wolf <luciano.wolf@openbossa.org>