Пример #1
0
 def HelpAbout(self):
     #version explanations
     self.dialog = MessageDialog(
         self,
         title='About Simple GIS for Taiwan',
         message_text=
         'Copytight(C)2011\nYan-ting (Vicky) Liau\n Schoold of Geographical Sciences and Urban Planning, Arizona State University\nE-mail: [email protected]\nAll rights reserved'
     )
     result = self.dialog.activate()