示例#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
 def __init__(self, parent):
     EditableComboBox.__init__(self, parent)
     self.help = parent
     self.setSizePolicy(QSizePolicy.Expanding, QSizePolicy.Fixed)
     self.tips = {True: '', False: ''}