forked from wang-bin/QtAV
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
293 additions
and
163 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,8 @@ Page { | |
font.pixelSize: Utils.scaled(14) | ||
onContentHeightChanged: parent.height = contentHeight + 2*anchors.margins | ||
onLinkActivated: Qt.openUrlExternally(link) | ||
text: "<h3>QMLPlayer based on QtAV 1.5.0 </h3>" | ||
text: "<h3>QMLPlayer " + qsTr("based on") + " QtAV 1.6.0 </h3>" | ||
+ "<p>" + qsTr("QtAV is a corss-platform, high performace multimedia playback framework") + "</p>" | ||
+ "<p>Distributed under the terms of LGPLv2.1 or later.</p>" | ||
+ "<p>Copyright (C) 2012-2015 Wang Bin (aka. Lucas Wang) <a href='mailto:[email protected]'>[email protected]</a></p>" | ||
+ "<p>Shanghai University->S3 Graphics->Deepin, Shanghai, China</p>" | ||
|
Binary file not shown.
Oops, something went wrong.