1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

Merge branch 'pt/CC3D_Release' of ssh://git.openpilot.org/OpenPilot into pt/CC3D_Release

This commit is contained in:
PT_Dreamer 2012-08-01 09:32:59 +01:00
commit 4f2522cd0a
6 changed files with 9 additions and 5 deletions

View File

@ -33,7 +33,9 @@
#include <QSvgRenderer>
#include <QMap>
class Q_DECL_EXPORT SvgImageProvider : public QObject, public QDeclarativeImageProvider
#include "utils_global.h"
class QTCREATOR_UTILS_EXPORT SvgImageProvider : public QObject, public QDeclarativeImageProvider
{
Q_OBJECT
public:

View File

@ -2701,10 +2701,10 @@
<Icon1>:\core\images\ah.png</Icon1>
<Icon10>:/core/images/openpilot_logo_64.png</Icon10>
<Icon2>:/core/images/config.png</Icon2>
<Icon3>:/core/images/cpu.png</Icon3>
<Icon3>:/core/images/cog.png</Icon3>
<Icon4>:/core/images/scopes.png</Icon4>
<Icon5>:/core/images/joystick.png</Icon5>
<Icon6>:/core/images/cog.png</Icon6>
<Icon6>:/core/images/cpu.png</Icon6>
<Icon7>:/core/images/openpilot_logo_64.png</Icon7>
<Icon8>:/core/images/openpilot_logo_64.png</Icon8>
<Icon9>:/core/images/openpilot_logo_64.png</Icon9>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@ -61,8 +61,8 @@ Rectangle {
}
WelcomePageButton {
baseIconName: "planner"
label: "Flight Planner"
baseIconName: "system"
label: "System"
onClicked: welcomePlugin.openPage("System")
}

View File

@ -22,5 +22,7 @@
<file>qml/images/planner-off.png</file>
<file>qml/images/scopes-on.png</file>
<file>qml/images/scopes-off.png</file>
<file>qml/images/system-on.png</file>
<file>qml/images/system-off.png</file>
</qresource>
</RCC>