コード例 #1
0
    def __init__(self, parent, id_=None):
        EditableComboBox.__init__(self, parent)
        self.help = parent
        self.setSizePolicy(QSizePolicy.Expanding, QSizePolicy.Fixed)
        self.tips = {True: '', False: ''}

        if id_ is not None:
            self.ID = id_
コード例 #2
0
 def __init__(self, parent):
     EditableComboBox.__init__(self, parent)
     self.help = parent
     self.setSizePolicy(QSizePolicy.Expanding, QSizePolicy.Fixed)
     self.tips = {True: '', False: ''}
コード例 #3
0
ファイル: help.py プロジェクト: ShenggaoZhu/spyder
 def __init__(self, parent):
     EditableComboBox.__init__(self, parent)
     self.help = parent
     self.setSizePolicy(QSizePolicy.Expanding, QSizePolicy.Fixed)
     self.tips = {True: '', False: ''}