예제 #1
0
 def about(self):
     dialog = AboutDialog(self)
     dialog.open()
예제 #2
0
 def about(self):
     dialog = AboutDialog(self)
     dialog.open()
예제 #3
0
 def on_about_button_press(self, instance):
     dlg = AboutDialog()
     dlg.open()