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