Skip to content

Commit

Permalink
Add note about map preset
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Sep 9, 2021
1 parent 9da1c37 commit cd82ba1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions QuickOSM/resources/ui/main_window.ui
Expand Up @@ -178,6 +178,16 @@ QListWidget::item::selected {
</property>
<widget class="QWidget" name="map_preset">
<layout class="QVBoxLayout" name="verticalLayout_20">
<item>
<widget class="QLabel" name="label_58">
<property name="text">
<string>A preset is a set of queries, which can be a mix of different OSM objects and geometries. They represent a map, ready to be used out of the box. We would like to have more &quot;map preset&quot; provided by default such as hiking map, bicycle map… Please contact us on GitHub to contribute.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="frameShape">
Expand All @@ -191,8 +201,8 @@ QListWidget::item::selected {
<rect>
<x>0</x>
<y>0</y>
<width>809</width>
<height>770</height>
<width>795</width>
<height>829</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_21">
Expand Down

0 comments on commit cd82ba1

Please sign in to comment.