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
No related branches found
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,18 +225,28 @@ ...@@ -225,18 +225,28 @@
</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> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2"> <property name="text">
<item> <string>Entity:</string>
</property>
</widget>
<widget class="QPushButton" name="btn_plot"> <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"> <property name="styleSheet">
<string notr="true">selection-background-color: rgb(83, 194, 200);</string> <string notr="true">selection-background-color: rgb(83, 194, 200);</string>
</property> </property>
...@@ -244,8 +254,57 @@ ...@@ -244,8 +254,57 @@
<string>create ebv_cube plot</string> <string>create ebv_cube plot</string>
</property> </property>
</widget> </widget>
</item> <widget class="QLabel" name="label">
</layout> <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>
</property>
</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