qgis-sample-QgsAuthServersEditor.py
# coding: utf-8 from qgis.gui import QgsAuthServersEditor auth_servers_editor = QgsAuthServersEditor() auth_servers_editor.show()