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

the button create ebv_cube plot has been added

parent f2e9830a
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>1291</height> <height>785</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<item row="0" column="1"> <item row="0" column="1">
<widget class="QTreeWidget" name="tree_data"> <widget class="QTreeWidget" name="tree_data">
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">alternate-background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(255, 255, 255, 255), stop:0.495 rgba(255, 255, 255, 255), stop:0.505 rgba(255, 0, 0, 255), stop:1 rgba(255, 0, 0, 255));</string> <string notr="true">alternate-background-color: rgb(85, 105, 131);</string>
</property> </property>
<property name="indentation"> <property name="indentation">
<number>20</number> <number>20</number>
...@@ -222,28 +222,21 @@ ...@@ -222,28 +222,21 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<widget class="QSplitter" name="splitter"> <widget class="QPushButton" name="pushButton">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>1090</x> <x>520</x>
<y>30</y> <y>750</y>
<width>91</width> <width>121</width>
<height>71</height> <height>23</height>
</rect> </rect>
</property> </property>
<property name="orientation"> <property name="styleSheet">
<enum>Qt::Vertical</enum> <string notr="true">selection-background-color: rgb(83, 194, 200);</string>
</property>
<property name="text">
<string>create ebv_cube plot</string>
</property> </property>
<widget class="QPushButton" name="btn_plot">
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="text">
<string> Create Plot</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