aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtGui/bug_1048.py
blob: 222c3a60b8b12826376f64c9f7d4a1d059ab3013 (plain)
1
2
3
4
5
6
7
8
from PySide import QtGui

a = QtGui.QApplication([])

w = QtGui.QWidget()
l = QtGui.QGridLayout(w)

l.itemAtPosition(0, 0)