1
0
forked from VimPlug/jedi
Files
jedi-fork/test/completion/thirdparty/PySide_.py
2012-08-03 13:01:12 +02:00

10 lines
104 B
Python

from PySide import QtCore
from PySide import QtGui
##? ['QEvent']
QtCore.QEvent
##? []
QtGui.QButton