aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtGui/bug_1048.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/QtGui/bug_1048.py')
-rw-r--r--tests/QtGui/bug_1048.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/QtGui/bug_1048.py b/tests/QtGui/bug_1048.py
new file mode 100644
index 000000000..222c3a60b
--- /dev/null
+++ b/tests/QtGui/bug_1048.py
@@ -0,0 +1,8 @@
+from PySide import QtGui
+
+a = QtGui.QApplication([])
+
+w = QtGui.QWidget()
+l = QtGui.QGridLayout(w)
+
+l.itemAtPosition(0, 0)