Skip to content

Commit

Permalink
version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
warrieka committed Jul 17, 2018
1 parent 8afb6f6 commit 9c9e15e
Showing 3 changed files with 65 additions and 33 deletions.
2 changes: 1 addition & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ repository=https://github.com/warrieka/geopunt4Qgis
icon=images/geopunt.png
category=Web
# experimental flag
experimental=False
experimental=True

# deprecated flag (applies to the whole plugin, not just a single version
deprecated=False
64 changes: 32 additions & 32 deletions ui_geopunt4QgisBatchGeoCode.ui
Original file line number Diff line number Diff line change
@@ -578,37 +578,6 @@
</property>
</spacer>
</item>
<item>
<widget class="QProgressBar" name="statusProgress">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="maximum">
<number>10</number>
</property>
<property name="value">
<number>0</number>
</property>
<property name="textVisible">
<bool>true</bool>
</property>
<property name="invertedAppearance">
<bool>false</bool>
</property>
<property name="textDirection">
<enum>QProgressBar::TopToBottom</enum>
</property>
</widget>
</item>
</layout>
</widget>
</item>
@@ -662,7 +631,7 @@
<bool>false</bool>
</property>
<property name="text">
<string>Voeg alle gevalideerde adressen toe aan de kaart</string>
<string>Alle gevalideerde adressen opslaan</string>
</property>
<property name="icon">
<iconset resource="resources.qrc">
@@ -695,6 +664,37 @@
</property>
</spacer>
</item>
<item>
<widget class="QProgressBar" name="statusProgress">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="maximum">
<number>10</number>
</property>
<property name="value">
<number>0</number>
</property>
<property name="textVisible">
<bool>true</bool>
</property>
<property name="invertedAppearance">
<bool>false</bool>
</property>
<property name="textDirection">
<enum>QProgressBar::TopToBottom</enum>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="sizePolicy">
32 changes: 32 additions & 0 deletions ui_geopunt4QgisElevation.ui
Original file line number Diff line number Diff line change
@@ -108,55 +108,87 @@
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/plugins/geopunt4Qgis/images/full_extent.png</normaloff>:/plugins/geopunt4Qgis/images/full_extent.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolCanvanPrev">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/plugins/geopunt4Qgis/images/previous.png</normaloff>:/plugins/geopunt4Qgis/images/previous.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolCanvanNext">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/plugins/geopunt4Qgis/images/next.png</normaloff>:/plugins/geopunt4Qgis/images/next.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolCanvanPan">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/plugins/geopunt4Qgis/images/pan.png</normaloff>:/plugins/geopunt4Qgis/images/pan.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolCanvanZoom">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/plugins/geopunt4Qgis/images/rectangleZoom.png</normaloff>:/plugins/geopunt4Qgis/images/rectangleZoom.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolCanvanSave">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/plugins/geopunt4Qgis/images/save.png</normaloff>:/plugins/geopunt4Qgis/images/save.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolCanvanConfig">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/plugins/geopunt4Qgis/images/wrench.png</normaloff>:/plugins/geopunt4Qgis/images/wrench.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolCanvasFill">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/plugins/geopunt4Qgis/images/fill.png</normaloff>:/plugins/geopunt4Qgis/images/fill.png</iconset>
</property>
</widget>
</item>
<item>

0 comments on commit 9c9e15e

Please sign in to comment.