def OnQuote(self): quote = Quote(self) quote.show()
def OnQuote(self): quote = Quote(self.parent()) quote.show()