예제 #1
0
파일: app.py 프로젝트: Alwnikrotikz/lilykde
 def version(self):
     """Returns the version of our application."""
     return KGlobal.mainComponent().aboutData().version()
예제 #2
0
파일: app.py 프로젝트: Alwnikrotikz/lilykde
 def programName(self):
     """Returns the name of the application."""
     return KGlobal.mainComponent().aboutData().programName()