add Map inverse geocoding

add minimum/maximum to ScrollSpinBox
This commit is contained in:
2023-02-05 21:24:30 +03:00
parent 29aa0bda29
commit 3c29b7b566
9 changed files with 238 additions and 5 deletions

View File

@@ -16,11 +16,27 @@
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="MapView" name="map">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="zoom">
<double>15.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>-</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">