Add version to title
This commit is contained in:
parent
f26b863155
commit
ee9e498ed2
@ -72,7 +72,7 @@ def prettyJson(ls):
|
||||
class browserWindow(QMainWindow):
|
||||
def __init__(self,*args,**kwargs):
|
||||
super().__init__(*args,**kwargs)
|
||||
self.cTitle = "Hello World - " +distro
|
||||
self.cTitle = "Hello World - " +distro+ " " +versionStringExt
|
||||
self.cWidth = 640
|
||||
self.cHeight = 480
|
||||
self.setWindowTitle(self.cTitle)
|
||||
|
Loading…
Reference in New Issue
Block a user