File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,9 @@ def __init__(self):
95
95
self .btnchangelog .clicked .connect (self .load_changelog )
96
96
97
97
# Init some variables
98
- self .txtversion .setText (_ ("Version: %s" ) % info .VERSION )
98
+ openshot_qt_version = _ ("Version: %s" ) % info .VERSION
99
+ libopenshot_version = "libopenshot: %s" % openshot .OPENSHOT_VERSION_FULL
100
+ self .txtversion .setText ("<b>%s</b><br/>%s" % (openshot_qt_version , libopenshot_version ))
99
101
self .txtversion .setAlignment (Qt .AlignCenter )
100
102
101
103
# Track metrics
Original file line number Diff line number Diff line change 41
41
</sizepolicy >
42
42
</property >
43
43
<property name =" pixmap" >
44
- <pixmap resource =" ../../images/openshot.qrc" >:/about/AboutLogo.png</pixmap >
44
+ <pixmap resource =" ../../images/openshot.qrc" >:/about/AboutLogo.png</pixmap >
45
45
</property >
46
46
</widget >
47
47
</item >
51
51
<bool >true</bool >
52
52
</property >
53
53
<property name =" styleSheet" >
54
- <string notr =" true" >font-size: 4em; font-weight: bold;</string >
54
+ <string notr =" true" >font-size: 4em;</string >
55
+ </property >
56
+ <property name =" lineWidth" >
57
+ <number >1</number >
55
58
</property >
56
59
<property name =" text" >
57
60
<string />
58
61
</property >
59
62
<property name =" textFormat" >
60
- <enum >Qt::PlainText </enum >
63
+ <enum >Qt::RichText </enum >
61
64
</property >
62
65
</widget >
63
66
</item >
You can’t perform that action at this time.
0 commit comments