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