1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +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 spacing: 4
WelcomePageButton { WelcomePageButton {
baseIconName: "welcome-flightdata" baseIconName: "flightdata"
label: "Flight Data" label: "Flight Data"
onClicked: welcomePlugin.openPage("Mode1") onClicked: welcomePlugin.openPage("Mode1")
} }
WelcomePageButton { WelcomePageButton {
baseIconName: "welcome-flightdata" baseIconName: "config"
label: "Configuration" label: "Configuration"
onClicked: welcomePlugin.openPage("Mode2") onClicked: welcomePlugin.openPage("Mode2")
} }
WelcomePageButton { WelcomePageButton {
baseIconName: "welcome-flightdata" baseIconName: "planner"
label: "Flight Planner" label: "Flight Planner"
onClicked: welcomePlugin.openPage("Mode3") onClicked: welcomePlugin.openPage("Mode3")
} }
WelcomePageButton { WelcomePageButton {
baseIconName: "welcome-flightdata" baseIconName: "scopes"
label: "Scopes" label: "Scopes"
onClicked: welcomePlugin.openPage("Mode4") onClicked: welcomePlugin.openPage("Mode4")
} }
WelcomePageButton { WelcomePageButton {
baseIconName: "welcome-flightdata" baseIconName: "hitl"
label: "HIL" label: "HIL"
onClicked: welcomePlugin.openPage("Mode5") onClicked: welcomePlugin.openPage("Mode5")
} }
WelcomePageButton { WelcomePageButton {
baseIconName: "welcome-flightdata" baseIconName: "firmware"
label: "Firmware" label: "Firmware"
onClicked: welcomePlugin.openPage("Mode6") onClicked: welcomePlugin.openPage("Mode6")
} }

View File

@ -8,9 +8,19 @@
<file>qml/images/welcome-news-bg.png</file> <file>qml/images/welcome-news-bg.png</file>
<file>qml/images/welcome-op-logo.png</file> <file>qml/images/welcome-op-logo.png</file>
<file>qml/images/button-label.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-op-bg.png</file>
<file>qml/images/welcome-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> </qresource>
</RCC> </RCC>