Skip to content
Snippets Groups Projects
Commit 23243dbe authored by benjamin.jakimow@geo.hu-berlin.de's avatar benjamin.jakimow@geo.hu-berlin.de
Browse files

Refactoring profile GUI

profilevisualization: date2num num2date now based on decimalyear values
parent 599756bc
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
This diff is collapsed.
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>201</width> <width>201</width>
<height>270</height> <height>298</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
...@@ -259,7 +259,7 @@ ...@@ -259,7 +259,7 @@
<property name="flat"> <property name="flat">
<bool>false</bool> <bool>false</bool>
</property> </property>
<layout class="QGridLayout" name="gridLayout_2" rowstretch="0,0,0" columnstretch="0,0,2"> <layout class="QGridLayout" name="gridLayout_2" rowstretch="0,0,0" columnstretch="0,0,0">
<property name="sizeConstraint"> <property name="sizeConstraint">
<enum>QLayout::SetMinimumSize</enum> <enum>QLayout::SetMinimumSize</enum>
</property> </property>
...@@ -269,19 +269,13 @@ ...@@ -269,19 +269,13 @@
<property name="spacing"> <property name="spacing">
<number>2</number> <number>2</number>
</property> </property>
<item row="1" column="0"> <item row="2" column="0" colspan="2">
<widget class="QToolButton" name="btnGetQGISCenter"> <widget class="QCheckBox" name="cbLoadCenterPixelProfile">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Take the map center from QGIS</string> <string>Loads the temporal profile of the map center pixel</string>
</property> </property>
<property name="text"> <property name="text">
<string>Get Center</string> <string>Load center profile</string>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -298,8 +292,8 @@ ...@@ -298,8 +292,8 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="0" column="0"> <item row="1" column="0">
<widget class="QToolButton" name="btnSetQGISCenter"> <widget class="QToolButton" name="btnGetQGISCenter">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch> <horstretch>0</horstretch>
...@@ -307,10 +301,10 @@ ...@@ -307,10 +301,10 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Set QGIS Map to the same map center</string> <string>Take the map center from QGIS</string>
</property> </property>
<property name="text"> <property name="text">
<string>Set Center</string> <string>Get Center</string>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -346,13 +340,19 @@ ...@@ -346,13 +340,19 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="0" colspan="2"> <item row="0" column="0">
<widget class="QCheckBox" name="cbLoadCenterPixelProfile"> <widget class="QToolButton" name="btnSetQGISCenter">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Loads the temporal profile of the map center pixel</string> <string>Set QGIS Map to the same map center</string>
</property> </property>
<property name="text"> <property name="text">
<string>Load center profile</string> <string>Set Center</string>
</property> </property>
</widget> </widget>
</item> </item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment