Ejemplo n.º 1
0
    def show_help(self):
        help_section = "create_points"
        if self.rad_control_point.isChecked():
            help_section = "create_control_point"
        elif self.rad_survey_point.isChecked():
            help_section = "create_survey_point"
        else:
            help_section = "create_boundary_point"

        show_plugin_help(help_section)
Ejemplo n.º 2
0
 def show_help(self):
     show_plugin_help('transitional_system_cancel_task')
Ejemplo n.º 3
0
 def show_help(self):
     show_plugin_help("load_layers")
Ejemplo n.º 4
0
 def show_help(self):
     show_plugin_help('omission_commission_snc')
Ejemplo n.º 5
0
 def show_help(self):
     show_plugin_help('transitional_system')
Ejemplo n.º 6
0
 def show_help(self):
     show_plugin_help(self.wizard_config[WIZARD_HELP])
 def show_help(self):
     show_plugin_help("create_points")
Ejemplo n.º 8
0
 def show_help(self):
     show_plugin_help('supplies')
Ejemplo n.º 9
0
 def show_help(self):
     show_plugin_help('', offline=True)
Ejemplo n.º 10
0
 def show_help(self):
     show_plugin_help("import_from_excel")
 def show_help(self):
     show_plugin_help("import_schema")
 def show_help(self):
     show_plugin_help()
Ejemplo n.º 13
0
 def show_help(self):
     show_plugin_help("group_party")
Ejemplo n.º 14
0
 def show_help(self):
     show_plugin_help('welcome_screen')
Ejemplo n.º 15
0
 def show_help(self):
     show_plugin_help('transitional_system_upload_file')
Ejemplo n.º 16
0
 def show_help(self):
     show_plugin_help("import_data")
Ejemplo n.º 17
0
 def show_help(self):
     show_plugin_help("settings")
Ejemplo n.º 18
0
 def __show_help(self):
     show_plugin_help("quality_rules")
 def show_help(self):
     show_plugin_help("change_detection_settings")
 def _show_help(self):
     show_plugin_help(self.__view_config[WIZARD_HELP])
Ejemplo n.º 21
0
 def show_help(self):
     if self.EDITING_LAYER_NAME == LADMNames.VALUATION_BUILDING_UNIT_QUALIFICATION_CONVENTIONAL_TABLE:
         show_plugin_help(self.wizard_config[WIZARD_HELP])
     else:
         show_plugin_help()