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,92 +280,144 @@ ...@@ -280,92 +280,144 @@
<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">
<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"> <property name="geometry">
<rect> <rect>
<x>10</x> <x>140</x>
<y>50</y> <y>210</y>
<width>41</width> <width>221</width>
<height>21</height> <height>25</height>
</rect> </rect>
</property> </property>
<property name="text"> <layout class="QVBoxLayout" name="verticalLayout_2">
<string>Entity:</string> <item>
</property> <widget class="QPushButton" name="btn_plot">
</widget> <property name="styleSheet">
<widget class="QLabel" name="label_3"> <string notr="true">selection-background-color: rgb(83, 194, 200);</string>
<property name="geometry"> </property>
<rect> <property name="text">
<x>10</x> <string>data display</string>
<y>80</y> </property>
<width>41</width> </widget>
<height>21</height> </item>
</rect> </layout>
</property>
<property name="text">
<string>Time:</string>
</property>
</widget> </widget>
<widget class="QLabel" name="label"> <widget class="QWidget" name="formLayoutWidget">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>10</x> <x>10</x>
<y>13</y> <y>10</y>
<width>66</width> <width>231</width>
<height>21</height> <height>189</height>
</rect>
</property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>map data</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> </rect>
</property> </property>
<property name="styleSheet"> <layout class="QFormLayout" name="formLayout_2">
<string notr="true">selection-background-color: rgb(83, 194, 200);</string> <item row="0" column="0">
</property> <widget class="QLabel" name="label">
<property name="text"> <property name="font">
<string>data display</string> <font>
</property> <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">
<string>Entity:</string>
</property>
</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">
<property name="text">
<string>Time:</string>
</property>
</widget>
</item>
<item row="8" column="1">
<widget class="QComboBox" name="cbox_time"/>
</item>
<item row="5" column="1">
<spacer name="verticalSpacer_2">
<property name="orientation">
<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 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">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string> text:</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_8">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string> text:</string>
</property>
</widget>
</item>
</layout>
</widget> </widget>
</widget> </widget>
</widget> </widget>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment