mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-15 08:26:42 +08:00
10 lines
104 B
Python
10 lines
104 B
Python
from PySide import QtCore
|
|
from PySide import QtGui
|
|
|
|
##? ['QEvent']
|
|
QtCore.QEvent
|
|
|
|
##? []
|
|
QtGui.QButton
|
|
|