Ejemplo n.º 1
0
 def __init__(self, mainedit, *args):
     self.mainedit = mainedit #to be able to query the selected entity at drop
     QLineEdit.__init__(self, *args)
     self.old_text = ""
     
     self.combobox = None #throw into another class...
     self.buttons = []
     self.index = None 
Ejemplo n.º 2
0
    def __init__(self, mainedit, *args):
        self.mainedit = mainedit  #to be able to query the selected entity at drop
        QLineEdit.__init__(self, *args)
        self.old_text = ""

        self.combobox = None  #throw into another class...
        self.buttons = []
        self.index = None