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

the button create plot has been added

parent ae853d4d
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>785</height> <height>800</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
...@@ -93,7 +93,10 @@ ...@@ -93,7 +93,10 @@
<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: rgb(85, 105, 131);</string> <string notr="true">alternate-background-color: rgb(205, 233, 236);</string>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property> </property>
<property name="indentation"> <property name="indentation">
<number>20</number> <number>20</number>
...@@ -222,21 +225,27 @@ ...@@ -222,21 +225,27 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<widget class="QPushButton" name="pushButton"> <widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>520</x> <x>480</x>
<y>750</y> <y>750</y>
<width>121</width> <width>160</width>
<height>23</height> <height>31</height>
</rect> </rect>
</property> </property>
<property name="styleSheet"> <layout class="QVBoxLayout" name="verticalLayout_2">
<string notr="true">selection-background-color: rgb(83, 194, 200);</string> <item>
</property> <widget class="QPushButton" name="pushButton">
<property name="text"> <property name="styleSheet">
<string>create ebv_cube plot</string> <string notr="true">selection-background-color: rgb(83, 194, 200);</string>
</property> </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