1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

Use new icons for welcome plugin

This commit is contained in:
David Ankers 2012-02-19 14:18:32 +11:00
parent 0a352e179a
commit d79eea0468
2 changed files with 18 additions and 8 deletions

View File

@ -35,37 +35,37 @@ Rectangle {
spacing: 4
WelcomePageButton {
baseIconName: "welcome-flightdata"
baseIconName: "flightdata"
label: "Flight Data"
onClicked: welcomePlugin.openPage("Mode1")
}
WelcomePageButton {
baseIconName: "welcome-flightdata"
baseIconName: "config"
label: "Configuration"
onClicked: welcomePlugin.openPage("Mode2")
}
WelcomePageButton {
baseIconName: "welcome-flightdata"
baseIconName: "planner"
label: "Flight Planner"
onClicked: welcomePlugin.openPage("Mode3")
}
WelcomePageButton {
baseIconName: "welcome-flightdata"
baseIconName: "scopes"
label: "Scopes"
onClicked: welcomePlugin.openPage("Mode4")
}
WelcomePageButton {
baseIconName: "welcome-flightdata"
baseIconName: "hitl"
label: "HIL"
onClicked: welcomePlugin.openPage("Mode5")
}
WelcomePageButton {
baseIconName: "welcome-flightdata"
baseIconName: "firmware"
label: "Firmware"
onClicked: welcomePlugin.openPage("Mode6")
}

View File

@ -8,9 +8,19 @@
<file>qml/images/welcome-news-bg.png</file>
<file>qml/images/welcome-op-logo.png</file>
<file>qml/images/button-label.png</file>
<file>qml/images/welcome-flightdata-hover.png</file>
<file>qml/images/welcome-flightdata.png</file>
<file>qml/images/welcome-op-bg.png</file>
<file>qml/images/welcome-bg.png</file>
<file>qml/images/flightdata-on.png</file>
<file>qml/images/flightdata-off.png</file>
<file>qml/images/config-on.png</file>
<file>qml/images/config-off.png</file>
<file>qml/images/firmware-on.png</file>
<file>qml/images/firmware-off.png</file>
<file>qml/images/hitl-on.png</file>
<file>qml/images/hitl-off.png</file>
<file>qml/images/planner-on.png</file>
<file>qml/images/planner-off.png</file>
<file>qml/images/scopes-on.png</file>
<file>qml/images/scopes-off.png</file>
</qresource>
</RCC>