Esempio n. 1
0
 def about(self):
     dialog = AboutDialog(self)
     dialog.open()
Esempio n. 2
0
 def about(self):
     dialog = AboutDialog(self)
     dialog.open()
Esempio n. 3
0
 def on_about_button_press(self, instance):
     dlg = AboutDialog()
     dlg.open()