Updated flight control buttons on the new map plug-in to use language independent symbols rather than text.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@911 ebee16cc-31ac-478f-84a7-5cbb03baadba
BIN
ground/src/plugins/opmap/images/Blank.psd
Normal file
BIN
ground/src/plugins/opmap/images/Blank_Pressed.psd
Normal file
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.7 KiB |
BIN
ground/src/plugins/opmap/images/minus2.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
ground/src/plugins/opmap/images/plus2.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
@ -8,11 +8,13 @@
|
||||
<file>images/waypoint.png</file>
|
||||
<file>images/right_but.png</file>
|
||||
<file>images/left_but.png</file>
|
||||
<file>images/next_waypoint.png</file>
|
||||
<file>images/prev_waypoint.png</file>
|
||||
<file>images/combobox_down_arrow.png</file>
|
||||
<file>images/plus2.png</file>
|
||||
<file>images/minus2.png</file>
|
||||
<file>images/home.png</file>
|
||||
<file>images/hold.png</file>
|
||||
<file>images/go.png</file>
|
||||
<file>images/next_waypoint.png</file>
|
||||
<file>images/prev_waypoint.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -1218,7 +1218,7 @@ border-radius: 3px;
|
||||
</font>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Map position</string>
|
||||
<string>UAV position</string>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true"/>
|
||||
|