Notes pane: add geo code button

This still needs to be hooked up.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-07-01 16:38:43 -07:00
parent 92722adeba
commit baf68868f5
3 changed files with 1028 additions and 6 deletions

1010
icons/geocode.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 38 KiB

View file

@ -219,6 +219,17 @@
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="geocodeButton">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="../subsurface.qrc">
<normaloff>:/geocode</normaloff>:/geocode</iconset>
</property>
</widget>
</item>
<item>
<widget class="QtWaitingSpinner" name="waitingSpinner" native="true"/>
</item>
@ -552,8 +563,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>449</width>
<height>743</height>
<width>100</width>
<height>30</height>
</rect>
</property>
<layout class="QGridLayout" name="equipmentTabScrollAreaLayout">
@ -647,8 +658,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>449</width>
<height>743</height>
<width>286</width>
<height>300</height>
</rect>
</property>
<layout class="QGridLayout" name="diveInfoScrollAreaLayout">
@ -988,8 +999,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>449</width>
<height>743</height>
<width>297</width>
<height>177</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">

View file

@ -78,5 +78,6 @@
<file alias="filter-close">icons/process-stop.svg</file>
<file alias="edit">icons/edit-circled.svg</file>
<file alias="satellite">icons/Emblem-earth.svg</file>
<file alias="geocode">icons/geocode.svg</file>
</qresource>
</RCC>