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

the combobox scenario and metric have been added

parent 88e1b6c8
Branches
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>1203</width> <width>1274</width>
<height>792</height> <height>880</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
</size> </size>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>netCDFVisualizer</string> <string>EBVCubeVisualizer</string>
</property> </property>
<property name="modal"> <property name="modal">
<bool>false</bool> <bool>false</bool>
...@@ -204,8 +204,8 @@ ...@@ -204,8 +204,8 @@
<rect> <rect>
<x>770</x> <x>770</x>
<y>110</y> <y>110</y>
<width>411</width> <width>491</width>
<height>451</height> <height>381</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
...@@ -260,9 +260,9 @@ ...@@ -260,9 +260,9 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>770</x> <x>770</x>
<y>570</y> <y>500</y>
<width>411</width> <width>491</width>
<height>161</height> <height>241</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
...@@ -280,67 +280,119 @@ ...@@ -280,67 +280,119 @@
<property name="frameShadow"> <property name="frameShadow">
<enum>QFrame::Raised</enum> <enum>QFrame::Raised</enum>
</property> </property>
<widget class="QComboBox" name="cbox_time"> <widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>60</x> <x>140</x>
<y>80</y> <y>210</y>
<width>181</width> <width>221</width>
<height>21</height> <height>25</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <layout class="QVBoxLayout" name="verticalLayout_2">
<sizepolicy hsizetype="Preferred" vsizetype="Ignored"> <item>
<horstretch>0</horstretch> <widget class="QPushButton" name="btn_plot">
<verstretch>0</verstretch> <property name="styleSheet">
</sizepolicy> <string notr="true">selection-background-color: rgb(83, 194, 200);</string>
</property> </property>
</widget> <property name="text">
<widget class="QComboBox" name="cbox_entity"> <string>data display</string>
<property name="geometry">
<rect>
<x>60</x>
<y>50</y>
<width>161</width>
<height>20</height>
</rect>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="label_2"> </item>
</layout>
</widget>
<widget class="QWidget" name="formLayoutWidget">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>10</x> <x>10</x>
<y>50</y> <y>10</y>
<width>41</width> <width>231</width>
<height>21</height> <height>189</height>
</rect> </rect>
</property> </property>
<layout class="QFormLayout" name="formLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>map data</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Scenario:</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="cbox_scenarios"/>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Metric:</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QComboBox" name="cbox_metric"/>
</item>
<item row="7" column="0">
<widget class="QLabel" name="label_2">
<property name="text"> <property name="text">
<string>Entity:</string> <string>Entity:</string>
</property> </property>
</widget> </widget>
</item>
<item row="7" column="1">
<widget class="QComboBox" name="cbox_entity"/>
</item>
<item row="8" column="0">
<widget class="QLabel" name="label_3"> <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"> <property name="text">
<string>Time:</string> <string>Time:</string>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="label"> </item>
<property name="geometry"> <item row="8" column="1">
<rect> <widget class="QComboBox" name="cbox_time"/>
<x>10</x> </item>
<y>13</y> <item row="5" column="1">
<width>66</width> <spacer name="verticalSpacer_2">
<height>21</height> <property name="orientation">
</rect> <enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="1">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property> </property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_7">
<property name="font"> <property name="font">
<font> <font>
<weight>75</weight> <weight>75</weight>
...@@ -348,25 +400,25 @@ ...@@ -348,25 +400,25 @@
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>map data</string> <string> text:</string>
</property> </property>
</widget> </widget>
<widget class="QPushButton" name="btn_plot"> </item>
<property name="geometry"> <item row="1" column="0">
<rect> <widget class="QLabel" name="label_8">
<x>90</x> <property name="font">
<y>130</y> <font>
<width>229</width> <weight>75</weight>
<height>23</height> <bold>true</bold>
</rect> </font>
</property>
<property name="styleSheet">
<string notr="true">selection-background-color: rgb(83, 194, 200);</string>
</property> </property>
<property name="text"> <property name="text">
<string>data display</string> <string> text:</string>
</property> </property>
</widget> </widget>
</item>
</layout>
</widget>
</widget> </widget>
</widget> </widget>
<resources/> <resources/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment