Skip to content
Snippets Groups Projects
Commit 11239a0d authored by Emmanuel Oceguera Conchas's avatar Emmanuel Oceguera Conchas
Browse files

the interface from create map has been updated

parent cee98f36
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0"> <ui version="4.0">
<class>Dialog</class> <class>netCDF</class>
<widget class="QDialog" name="Dialog"> <widget class="QDialog" name="netCDF">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>1233</width> <width>1203</width>
<height>790</height> <height>792</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>1203</width>
<height>792</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777190</height>
</size>
</property>
<property name="windowTitle"> <property name="windowTitle">
<string>netCDFVisualizer</string> <string>netCDFVisualizer</string>
</property> </property>
...@@ -225,86 +243,117 @@ ...@@ -225,86 +243,117 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<widget class="QLabel" name="label_2"> <widget class="QFrame" name="load_map">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>790</x> <x>770</x>
<y>630</y> <y>570</y>
<width>41</width> <width>411</width>
<height>20</height> <height>161</height>
</rect> </rect>
</property> </property>
<property name="text"> <property name="sizePolicy">
<string>Entity:</string> <sizepolicy hsizetype="Fixed" vsizetype="Ignored">
</property> <horstretch>0</horstretch>
</widget> <verstretch>0</verstretch>
<widget class="QPushButton" name="btn_plot"> </sizepolicy>
<property name="geometry">
<rect>
<x>920</x>
<y>710</y>
<width>141</width>
<height>23</height>
</rect>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">selection-background-color: rgb(83, 194, 200);</string> <string notr="true">background-color: rgb(198, 225, 221);</string>
</property>
<property name="text">
<string>create ebv_cube plot</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>780</x>
<y>590</y>
<width>401</width>
<height>20</height>
</rect>
</property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Create Plot</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>790</x>
<y>660</y>
<width>41</width>
<height>20</height>
</rect>
</property> </property>
<property name="text"> <property name="frameShape">
<string>Time:</string> <enum>QFrame::StyledPanel</enum>
</property>
</widget>
<widget class="QComboBox" name="cbox_entity">
<property name="geometry">
<rect>
<x>830</x>
<y>630</y>
<width>91</width>
<height>22</height>
</rect>
</property> </property>
</widget> <property name="frameShadow">
<widget class="QComboBox" name="comboBox_2"> <enum>QFrame::Raised</enum>
<property name="geometry">
<rect>
<x>830</x>
<y>660</y>
<width>181</width>
<height>22</height>
</rect>
</property> </property>
<widget class="QComboBox" name="cbox_time">
<property name="geometry">
<rect>
<x>60</x>
<y>80</y>
<width>181</width>
<height>21</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
<widget class="QComboBox" name="cbox_entity">
<property name="geometry">
<rect>
<x>60</x>
<y>50</y>
<width>161</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>41</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Entity:</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>10</x>
<y>80</y>
<width>41</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Time:</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>13</y>
<width>66</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Create map</string>
</property>
</widget>
<widget class="QPushButton" name="btn_plot">
<property name="geometry">
<rect>
<x>90</x>
<y>130</y>
<width>229</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">selection-background-color: rgb(83, 194, 200);</string>
</property>
<property name="text">
<string>load layer</string>
</property>
</widget>
</widget> </widget>
</widget> </widget>
<resources/> <resources/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment