Ejemplo n.º 1
0
 def show_editors_widget(self):
     editors = QgsAuthEditorWidgets()
     dlg = self.widget_dialog(editors)
     dlg.exec_()
Ejemplo n.º 2
0
# coding: utf-8
from qgis.gui import QgsAuthEditorWidgets

auth_editor_widgets = QgsAuthEditorWidgets()

auth_editor_widgets.show()