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

entity and time has benn added

parent 88209a2d
Branches
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>1233</width> <width>1233</width>
<height>800</height> <height>790</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
<x>770</x> <x>770</x>
<y>110</y> <y>110</y>
<width>411</width> <width>411</width>
<height>631</height> <height>451</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
...@@ -225,27 +225,86 @@ ...@@ -225,27 +225,86 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="verticalLayoutWidget"> <widget class="QLabel" name="label_2">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>480</x> <x>790</x>
<y>750</y> <y>630</y>
<width>160</width> <width>41</width>
<height>31</height> <height>20</height>
</rect>
</property>
<property name="text">
<string>Entity:</string>
</property>
</widget>
<widget class="QPushButton" name="btn_plot">
<property name="geometry">
<rect>
<x>920</x>
<y>710</y>
<width>141</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>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 name="text">
<string>Time:</string>
</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>
</widget>
<widget class="QComboBox" name="comboBox_2">
<property name="geometry">
<rect>
<x>830</x>
<y>660</y>
<width>181</width>
<height>22</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QPushButton" name="btn_plot">
<property name="styleSheet">
<string notr="true">selection-background-color: rgb(83, 194, 200);</string>
</property>
<property name="text">
<string>create ebv_cube plot</string>
</property>
</widget>
</item>
</layout>
</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