Example #1
0
 def version(self):
     """Returns the version of our application."""
     return KGlobal.mainComponent().aboutData().version()
Example #2
0
 def programName(self):
     """Returns the name of the application."""
     return KGlobal.mainComponent().aboutData().programName()