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

button remove and generate Plot has been created

parent 0de74872
Branches
No related tags found
No related merge requests found
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name=""> <widget class="QWidget" name="layoutWidget">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>30</x> <x>30</x>
...@@ -200,6 +200,13 @@ ...@@ -200,6 +200,13 @@
</property> </property>
</widget> </widget>
</item> </item>
<item>
<widget class="QPushButton" name="btn_remove_sel">
<property name="text">
<string>Remove</string>
</property>
</widget>
</item>
<item> <item>
<spacer name="horizontalSpacer_3"> <spacer name="horizontalSpacer_3">
<property name="orientation"> <property name="orientation">
...@@ -215,6 +222,29 @@ ...@@ -215,6 +222,29 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<widget class="QSplitter" name="splitter">
<property name="geometry">
<rect>
<x>1090</x>
<y>30</y>
<width>91</width>
<height>71</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</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>
<resources/> <resources/>
<connections/> <connections/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment