Example #1
0
    def __init__(self, parent, model):
        self.model = model

        title = _extstr(u"newtranslationdl.CreateNewTranslation") #$NON-NLS-1$
        label = _extstr(u"newtranslationdl.LanguageLabel") #$NON-NLS-1$

        ZDataEntryDialog.__init__(self, parent, title, label)
Example #2
0
    def __init__(self, parent, model):
        self.model = model

        title = _extstr(u"newtranslationdl.CreateNewTranslation")  #$NON-NLS-1$
        label = _extstr(u"newtranslationdl.LanguageLabel")  #$NON-NLS-1$

        ZDataEntryDialog.__init__(self, parent, title, label)
Example #3
0
 def _bindWidgetEvents(self):
     ZDataEntryDialog._bindWidgetEvents(self)
Example #4
0
 def _bindWidgetEvents(self):
     ZDataEntryDialog._bindWidgetEvents(self)