예제 #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: ''}