コード例 #1
0
 def __init__(self):
     QgsEditorWidgetFactory.__init__(self, QCoreApplication.translate('PreciseRangeWidgetWrapperFactory','Precise Range'))
コード例 #2
0
 def __init__(self):
     QgsEditorWidgetFactory.__init__(self, QCoreApplication.translate('SimpleFilenameWidgetWrapperFactory','Simple Filename'))
コード例 #3
0
ファイル: spatial_unit_form.py プロジェクト: neogeomat/stdm
 def __init__(self, name):
     QgsEditorWidgetFactory.__init__(self, name)
コード例 #4
0
 def __init__(self):
     QgsEditorWidgetFactory.__init__(
         self,
         QCoreApplication.translate('SimpleFilenameWidgetWrapperFactory',
                                    'Simple Filename'))
コード例 #5
0
    def __init__(self):
        QgsEditorWidgetFactory.__init__(self, 'SIDC code editor')

        self.wrapper = None
        self._configWidget = None
コード例 #6
0
 def __init__(self):
     QgsEditorWidgetFactory.__init__(self, 'SIDC code editor')
コード例 #7
0
 def __init__(self):
     QgsEditorWidgetFactory.__init__(self, "SIDC code editor")
コード例 #8
0
ファイル: spatial_unit_form.py プロジェクト: gltn/stdm
 def __init__(self, name):
     QgsEditorWidgetFactory.__init__(self, name)
コード例 #9
0
 def __init__(self):
     QgsEditorWidgetFactory.__init__(
         self,
         QCoreApplication.translate('PreciseRangeWidgetWrapperFactory',
                                    'Precise Range'))