示例#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)
示例#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)
示例#3
0
 def _bindWidgetEvents(self):
     ZDataEntryDialog._bindWidgetEvents(self)
示例#4
0
 def _bindWidgetEvents(self):
     ZDataEntryDialog._bindWidgetEvents(self)