Exemplo n.º 1
0
 def btnAbout_clicked(self):
     about = AboutDlg(parent=self)
     about.show()
Exemplo n.º 2
0
 def about(self):
     """ display the about dialog """
     from about_dlg import AboutDlg
     dlg = AboutDlg(self.iface.mainWindow())
     dlg.exec_()
Exemplo n.º 3
0
	def about(self):
		""" display the about dialog """
		from about_dlg import AboutDlg
		dlg = AboutDlg( self.iface.mainWindow() )
		dlg.exec_()
Exemplo n.º 4
0
 def btnAbout_clicked(self):
     about = AboutDlg(parent=self)
     about.show()