1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

LP-572 Add button_search icon

This commit is contained in:
Laurent Lalanne 2018-01-21 21:53:17 +01:00
parent 1fd91caa29
commit 411b004583
3 changed files with 10 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -1,5 +1,6 @@
<RCC> <RCC>
<qresource prefix="/opmap"> <qresource prefix="/opmap">
<file>images/button_search.png</file>
<file>images/button_home.png</file> <file>images/button_home.png</file>
<file>images/button_home_not_set.png</file> <file>images/button_home_not_set.png</file>
<file>images/button_home_set.png</file> <file>images/button_home_set.png</file>

View File

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>671</width> <width>746</width>
<height>488</height> <height>572</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
@ -397,7 +397,13 @@ border-radius: 2px;
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="opmap.qrc"> <iconset resource="opmap.qrc">
<normaloff>:/opmap/images/waypoint.png</normaloff>:/opmap/images/waypoint.png</iconset> <normaloff>:/opmap/images/button_search.png</normaloff>:/opmap/images/button_search.png</iconset>
</property>
<property name="iconSize">
<size>
<width>22</width>
<height>22</height>
</size>
</property> </property>
</widget> </widget>
</item> </item>