1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 14:50:03 +08:00
SpaceVim/bundle/jedi-vim/pythonx/jedi/test/completion/thirdparty/PyQt4_.py

20 lines
320 B
Python
Raw Normal View History

2022-10-23 15:41:52 +08:00
from PyQt4.QtCore import *
from PyQt4.QtGui import *
#? ['QActionGroup']
QActionGroup
#? ['currentText']
QStyleOptionComboBox().currentText
#? []
QStyleOptionComboBox().currentText.
from PyQt4 import QtGui
#? ['currentText']
QtGui.QStyleOptionComboBox().currentText
#? []
QtGui.QStyleOptionComboBox().currentText.