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.
corss-platform -> cross-platform performace -> performance Resum -> Resume unknow -> unknown
- Loading branch information
1 parent
35db808
commit 7909a9f
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ Page { | |
onContentHeightChanged: parent.height = contentHeight + 2*anchors.margins | ||
onLinkActivated: Qt.openUrlExternally(link) | ||
text: "<h3>QMLPlayer for " + Qt.platform.os + " " + qsTr("based on") + " QtAV 1.9.0</h3>" | ||
+ "<p>" + qsTr("QtAV is a corss platform, high performace multimedia framework") + "</p>" | ||
+ "<p>" + qsTr("QtAV is a cross platform, high performance multimedia 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>Home page: <a href='http://qtav.org'>http://qtav.org</a></p>" | ||
|
@@ -30,7 +30,7 @@ Page { | |
"\n<h3>" + qsTr("Shortcut") + ":</h3>" | ||
+ "<table><tr><td>M: " + qsTr("Mute") + " . </td><td>F: " + qsTr("Fullscreen") + " . </td></tr><tr><td>" + qsTr("Up/Down") + ": " + qsTr("Volume") | ||
+ "+/- . </td><td> " + qsTr("Left/Right") + "/" + qsTr("Swipe") +": " + qsTr("Seek backward/forward") + " . </td></tr><tr><td>" | ||
+ qsTr("Space") + ": " + qsTr("Pause/Resum") + " . </td><td>Q: " + qsTr("Quit") + " . </td></tr><tr><td>" | ||
+ qsTr("Space") + ": " + qsTr("Pause/Resume") + " . </td><td>Q: " + qsTr("Quit") + " . </td></tr><tr><td>" | ||
+ qsTr("Rotate") + "</td><td>A: " + qsTr("Aspect ratio") + "</td></tr></table>") | ||
} | ||
Button { | ||
|
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