mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-29 16:36:52 +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
|
|
|