1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

LP-200 Remove hidden Opie from About dialog

This commit is contained in:
Laurent Lalanne 2015-12-20 14:07:42 +01:00
parent 3faa8d621a
commit b011009a47
3 changed files with 0 additions and 21 deletions

View File

@ -64,6 +64,5 @@
<file>qml/images/tab.png</file>
<file>qml/AboutDialog.qml</file>
<file alias="qml/AuthorsModel.qml">../../../../../build/gcs-synthetics/AuthorsModel.qml</file>
<file>images/opie_90x120.gif</file>
</qresource>
</RCC>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 350 KiB

View File

@ -57,17 +57,6 @@ Rectangle {
}
}
}
AnimatedImage {
id: opie
anchors.left: parent.left
anchors.leftMargin: 10
anchors.top: logo.bottom
anchors.topMargin: 10
source: "../images/opie_90x120.gif"
z: 100
fillMode: Image.PreserveAspectFit
visible: false
}
Rectangle {
anchors.left: logo.right
@ -87,15 +76,6 @@ Rectangle {
Layout.fillWidth: true
font.pixelSize: 14
font.bold: true
MouseArea {
id: easter_egg
anchors.fill: parent
hoverEnabled: true
cursorShape: Qt.PointingHandCursor
onClicked: {
opie.visible = !opie.visible
}
}
}
Text {
id: versionLabel